Install this version:
emerge -a =app-arch/deb2targz-1-r3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/deb2targz-1-r3
Or alternatively:
emerge --autounmask-write -a =app-arch/deb2targz-1-r3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1-r3 | 7 | ~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Convert a .deb file to a .tar.gz archive"
HOMEPAGE="http://www.miketaylor.org.uk/tech/deb/"
SRC_URI="http://www.miketaylor.org.uk/tech/deb/${PN}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
RDEPEND="dev-lang/perl"
S=${WORKDIR}
PATCHES=( "${FILESDIR}/${PN}-any-data.patch" )
src_unpack() {
cp "${DISTDIR}/${PN}" "${S}" || die
}
src_install() {
dobin ${PN}
}
dev-lang/perl
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | deb2targz | 1947 bytes | http://www.miketaylor.org.uk/tech/deb/deb2targz |