diff options
author | Hanno Böck <hanno@gentoo.org> | 2021-11-10 13:12:31 +0100 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2021-11-10 13:12:31 +0100 |
commit | 8a0bc963dd90db080c9158b886cf5d871eb798c3 (patch) | |
tree | 4c340621c48e6ca80025c697d4db244902e27e70 /app-arch/unp | |
parent | app-emulation/firecracker-bin: adjust CONFIG_CHECK and QA_PREBUILT (diff) | |
download | gentoo-8a0bc963dd90db080c9158b886cf5d871eb798c3.tar.gz gentoo-8a0bc963dd90db080c9158b886cf5d871eb798c3.tar.bz2 gentoo-8a0bc963dd90db080c9158b886cf5d871eb798c3.zip |
app-arch/unp: Remove old versions
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Diffstat (limited to 'app-arch/unp')
-rw-r--r-- | app-arch/unp/Manifest | 2 | ||||
-rw-r--r-- | app-arch/unp/files/unp-2.0_pre7_p1-remove-deprecated-have.diff | 10 | ||||
-rw-r--r-- | app-arch/unp/unp-2.0_pre7_p1-r1.ebuild | 52 | ||||
-rw-r--r-- | app-arch/unp/unp-2.0_pre8.ebuild | 49 |
4 files changed, 0 insertions, 113 deletions
diff --git a/app-arch/unp/Manifest b/app-arch/unp/Manifest index 85142386f91e..53acee291dda 100644 --- a/app-arch/unp/Manifest +++ b/app-arch/unp/Manifest @@ -1,3 +1 @@ -DIST unp_2.0~pre7+nmu1.tar.bz2 17537 BLAKE2B 7ef6cfcc524daf95c7cd9dc41ba690cb8db1b1983cd45709c8764591af36d6d00631975bfef0359ac633aae1c11b73efe827e367931f73fe7c5fcc8832b0fe84 SHA512 1b30f14c8d17e0a6b149ca4795f2219e9180f814347410e7ff7fa2b9720a9d308190f2ded8fcfd11bac9b5bb7a64ffd93f140bdaffcba1127f0e15e3d2737362 -DIST unp_2.0~pre8.tar.xz 16336 BLAKE2B 6c6ffd75acda980e6c572c48944b238788a64d2bf1f854b45a3bc468da19fc6e593a8b604d99dac51b5b645ec88b27300be6af4d988a56470812a7ae92f19336 SHA512 58d2a6a9f7fe868773273532b46249109e1e757517dd46e485f2b3a77fea404aeea34edf4460e76376806ae0d28baefa55f1063919bdf1493617f1b361fe6039 DIST unp_2.0~pre9.tar.xz 16424 BLAKE2B 9042f48be0f80d5e40a08161a35c282ba458dc98cf13992835bdeecebd5fbadd33b3af9165738332cb9f508550a234a48d314332f00ecdacc808a8051eb0740b SHA512 74c9a6e143c9023bdd456dacff5c3a6e30722e259f324c066fe3eed9e4a09c38b399b381719c8677c2fa84434c1e7720384d782d97c098fa6fbcbdbf4030986e diff --git a/app-arch/unp/files/unp-2.0_pre7_p1-remove-deprecated-have.diff b/app-arch/unp/files/unp-2.0_pre7_p1-remove-deprecated-have.diff deleted file mode 100644 index a0838a82559f..000000000000 --- a/app-arch/unp/files/unp-2.0_pre7_p1-remove-deprecated-have.diff +++ /dev/null @@ -1,10 +0,0 @@ -diff -Naur unp-2.0~pre7+nmu1/bash_completion.d/unp unp-2.0~pre7+nmu1-1/bash_completion.d/unp ---- unp-2.0~pre7+nmu1/bash_completion.d/unp 2012-05-16 22:05:13.000000000 +0200 -+++ unp-2.0~pre7+nmu1-1/bash_completion.d/unp 2014-10-22 10:34:20.343233166 +0200 -@@ -1,6 +1,5 @@ - # bash completion for unp - --have unp && - _unp() - { - local cur diff --git a/app-arch/unp/unp-2.0_pre7_p1-r1.ebuild b/app-arch/unp/unp-2.0_pre7_p1-r1.ebuild deleted file mode 100644 index 8f553c28d614..000000000000 --- a/app-arch/unp/unp-2.0_pre7_p1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils bash-completion-r1 - -DESCRIPTION="Script for unpacking various file formats" -HOMEPAGE="https://packages.qa.debian.org/u/unp.html" -TEMP_PV="${PV/_pre/$'\x7e'pre}" -MY_PV="${TEMP_PV/_p/+nmu}" -SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${MY_PV}.tar.bz2" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="nls" - -DEPEND="nls? ( sys-devel/gettext )" - -RDEPEND="${DEPEND} - dev-lang/perl" - -PATCHES=( "${FILESDIR}/${P}-remove-deprecated-have.diff" ) - -src_compile() { - if use nls; then - strip-linguas -i . - if [ -n "$LINGUAS" ]; then - emake -C po MOFILES="${LINGUAS// /.po }.po" - else - emake -C po - fi - fi -} - -src_install() { - dobin unp - dosym unp /usr/bin/ucat - doman debian/unp.1 - dodoc debian/changelog debian/README.Debian - dobashcomp bash_completion.d/unp - - if use nls; then - if [ -n "$LINGUAS" ]; then - emake -C po MOFILES="${LINGUAS// /.mo }.mo" DESTDIR="${D}" install - else - emake -C po DESTDIR="${D}" install - fi - fi -} diff --git a/app-arch/unp/unp-2.0_pre8.ebuild b/app-arch/unp/unp-2.0_pre8.ebuild deleted file mode 100644 index 7a5455c5e2fe..000000000000 --- a/app-arch/unp/unp-2.0_pre8.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils bash-completion-r1 - -DESCRIPTION="Script for unpacking various file formats" -HOMEPAGE="https://packages.qa.debian.org/u/unp.html" -MY_PV="${PV/_pre/$'\x7e'pre}" -SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${MY_PV}.tar.xz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="nls" - -DEPEND="nls? ( sys-devel/gettext )" - -RDEPEND="${DEPEND} - dev-lang/perl" - -src_compile() { - if use nls; then - strip-linguas -i . - if [ -n "$LINGUAS" ]; then - emake -C po MOFILES="${LINGUAS// /.po }.po" - else - emake -C po - fi - fi -} - -src_install() { - dobin unp - dosym unp /usr/bin/ucat - doman debian/unp.1 - dodoc debian/changelog debian/README.Debian - newbashcomp debian/unp.bash-completion unp - - if use nls; then - if [ -n "$LINGUAS" ]; then - emake -C po MOFILES="${LINGUAS// /.mo }.mo" DESTDIR="${D}" install - else - emake -C po DESTDIR="${D}" install - fi - fi -} |