Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
Date: Mon, 28 Mar 2022 09:17:31
Message-Id: 1648459021.0c60bd14efb0c67c242a26437c48d9a22196b244.jsmolic@gentoo
1 commit: 0c60bd14efb0c67c242a26437c48d9a22196b244
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 24 06:44:07 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 09:17:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c60bd14
7
8 sys-apps/debianutils: drop 4.11.2, 5.4
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/24732
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 sys-apps/debianutils/Manifest | 2 --
15 sys-apps/debianutils/debianutils-4.11.2.ebuild | 45 ------------------------
16 sys-apps/debianutils/debianutils-5.4.ebuild | 47 --------------------------
17 3 files changed, 94 deletions(-)
18
19 diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
20 index 542c2594ae16..492c118fd18e 100644
21 --- a/sys-apps/debianutils/Manifest
22 +++ b/sys-apps/debianutils/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST debianutils_4.11.2.tar.xz 158132 BLAKE2B c2a95c90b4267e3b1d61c21db562f960b4666982c488e69a757fb0a7a42e8e739d44f553edd8cf532df30c492e999920ab63ec3580479de7de5d901d75de76fc SHA512 0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd
25 -DIST debianutils_5.4.orig.tar.xz 103640 BLAKE2B ac59ffcf7ef9523a67127e5565cb87eb694a0297eb81acba53a5ca00a2f16d024e21ba1ef6eff5079194c2cc751712fe9ad5814603deeeaa05d28343ff79a409 SHA512 a5501bdc46e203bd0cf357e5c83bb556ea7294ee603498399427dd49536848e006b21967f6239c3d808c8b9653d65f28536cf388dd18b749e54a235cc9326850
26 DIST debianutils_5.5.orig.tar.xz 104448 BLAKE2B 707c9072ddf1fa0c61fc66f84aea26bac7bf6f31948880ad4711e89f8f4a665ae4104e998f27e53e288b3453a71876ef44038f8e954f19055ed1049eb9b9981c SHA512 230310428ee7c145c74bb666ae729754352295230f38ef4e22f7566970c5186d607cd827a5603a678815bd48d4a1eb2716f55c32494ec75eb665651da6a56e6a
27 DIST debianutils_5.7.orig.tar.gz 257231 BLAKE2B 61d2e7abcd359c5dc87b7f91e510e91e1926183c15a572c7d87cf4a590dded2e2ee8c9b4e06f7f478353139870c808927575de233200ad69e084a6f971c4bd24 SHA512 79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92
28
29 diff --git a/sys-apps/debianutils/debianutils-4.11.2.ebuild b/sys-apps/debianutils/debianutils-4.11.2.ebuild
30 deleted file mode 100644
31 index b2f49f05f042..000000000000
32 --- a/sys-apps/debianutils/debianutils-4.11.2.ebuild
33 +++ /dev/null
34 @@ -1,45 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit flag-o-matic
41 -
42 -DESCRIPTION="A selection of tools from Debian"
43 -HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
44 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
45 -
46 -LICENSE="BSD GPL-2 SMAIL"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
49 -IUSE="+installkernel static"
50 -
51 -PDEPEND="
52 - installkernel? (
53 - || (
54 - sys-kernel/installkernel-gentoo
55 - sys-kernel/installkernel-systemd-boot
56 - )
57 - )"
58 -
59 -S="${WORKDIR}/${PN}"
60 -
61 -PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
62 -
63 -src_configure() {
64 - use static && append-ldflags -static
65 - default
66 -}
67 -
68 -src_install() {
69 - into /
70 - dobin tempfile run-parts
71 -
72 - into /usr
73 - dobin ischroot
74 - dosbin savelog
75 -
76 - doman ischroot.1 tempfile.1 run-parts.8 savelog.8
77 - cd debian || die
78 - dodoc changelog control
79 -}
80
81 diff --git a/sys-apps/debianutils/debianutils-5.4.ebuild b/sys-apps/debianutils/debianutils-5.4.ebuild
82 deleted file mode 100644
83 index b70f4aa7b07a..000000000000
84 --- a/sys-apps/debianutils/debianutils-5.4.ebuild
85 +++ /dev/null
86 @@ -1,47 +0,0 @@
87 -# Copyright 1999-2022 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -
92 -inherit flag-o-matic
93 -
94 -DESCRIPTION="A selection of tools from Debian"
95 -HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
96 -SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV}.orig.tar.xz"
97 -# Note: Tarball disappeared from Debian mirrors
98 -# SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
99 -
100 -LICENSE="BSD GPL-2 SMAIL"
101 -SLOT="0"
102 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
103 -IUSE="+installkernel static"
104 -
105 -PDEPEND="
106 - installkernel? (
107 - || (
108 - sys-kernel/installkernel-gentoo
109 - sys-kernel/installkernel-systemd-boot
110 - )
111 - )"
112 -
113 -#S="${WORKDIR}/${PN}"
114 -
115 -PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
116 -
117 -src_configure() {
118 - use static && append-ldflags -static
119 - default
120 -}
121 -
122 -src_install() {
123 - into /
124 - dobin run-parts
125 -
126 - into /usr
127 - dobin ischroot
128 - dosbin savelog
129 -
130 - doman ischroot.1 run-parts.8 savelog.8
131 -
132 - dodoc CHANGELOG
133 -}