Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
Date: Sat, 23 May 2020 22:36:07
Message-Id: 1590273345.8e8f287d56e776588476d6beb418bc4189a4e50a.whissi@gentoo
1 commit: 8e8f287d56e776588476d6beb418bc4189a4e50a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 22:35:45 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 22:35:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8f287d
7
8 sys-apps/debianutils: drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-apps/debianutils/Manifest | 3 --
14 sys-apps/debianutils/debianutils-4.8.3.ebuild | 41 -------------------------
15 sys-apps/debianutils/debianutils-4.8.6.3.ebuild | 39 -----------------------
16 sys-apps/debianutils/debianutils-4.9.ebuild | 39 -----------------------
17 4 files changed, 122 deletions(-)
18
19 diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
20 index 39350e66644..e53b44c2246 100644
21 --- a/sys-apps/debianutils/Manifest
22 +++ b/sys-apps/debianutils/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST debianutils_4.8.3.tar.xz 159292 BLAKE2B e655741f42594ff12b4f349331da57ec09073802c9778594619686c93fc3061cf5248ac8e9e2c1b391eb49dd572f3033b1db206ff43f373b17caf7f3c835111f SHA512 468b8f001c0338f166cbc2fe25079edc5feeaa38dce2f5c7e6724c691d6cb35f4843e987695e33ead557bb11887e78ff8a5e3e1f52a266a0f32fb978fa643897
25 -DIST debianutils_4.8.6.3.tar.xz 156672 BLAKE2B bb87e04ca80a04c8841f04c877acedb0b953d815193069bb601d17907101bb6faf11bea99251a13a7c3b9ea6fa5d27daba264ea6924e542d9b574c87b3ffbebe SHA512 c38d1d351de69f270924f05755501d90cb7245c8a3154f91ea8e38978052ffe2ec016d4400c55e2f7d31358cfe134a40c5843a33836900d7e69cce9ee8ace98e
26 DIST debianutils_4.9.1.tar.xz 157516 BLAKE2B b2c8927e37448f4e45f19b4a7d2977198d2c610a203a2c8692a0592c8c8319c5dc42050b83435cb7381e30cc653911083b76717a53ac908113cc7388a4155167 SHA512 b442950febe6df9e15ec04a6fec0ee8be12d3eac38dc3f9331438d871e3382f4e0f599da0eaeff0e7e9ba0fa5136ce3c3b51c6718e4d7f11c1675f745052a9b1
27 DIST debianutils_4.9.3.tar.xz 157404 BLAKE2B 527844c0bd623f3b560d544f6f041f7db7dc39c225333427bb81a5044975005b288cde58e9dfaf7f633f706f78e4ff33132c149cd6f0e918852f1170c0ae2c32 SHA512 6c5771c4737c48c9ca0cf01ad58102190d78ece41e66306a4bdf30cd7ea784a325df2a4a2b7ba371d9ba5aebaee8cf87286c423a8eff54dbfe8eb6de58eda532
28 -DIST debianutils_4.9.tar.xz 157104 BLAKE2B 885f37b17eba7d20b2d76a0fb1afc6ccc2d9d4926754b9ce15928f3675eba4a38fec2e9b718d61684122f3c0dc17eba0aa06677e41ac641870ffc87442353951 SHA512 4e8726cf5744dca144535883c473a04884714afd50e501a140197fee9a9a78bd9596fcc1763e71b2baf6367bc38a8111016ab5ed35f4d4e98ccc78be697ca963
29
30 diff --git a/sys-apps/debianutils/debianutils-4.8.3.ebuild b/sys-apps/debianutils/debianutils-4.8.3.ebuild
31 deleted file mode 100644
32 index bd27efcc8e4..00000000000
33 --- a/sys-apps/debianutils/debianutils-4.8.3.ebuild
34 +++ /dev/null
35 @@ -1,41 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="6"
40 -
41 -inherit flag-o-matic
42 -
43 -DESCRIPTION="A selection of tools from Debian"
44 -HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
45 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
46 -
47 -LICENSE="BSD GPL-2 SMAIL"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x86-linux"
50 -IUSE="kernel_linux static"
51 -
52 -PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
53 -
54 -S="${WORKDIR}/${PN}"
55 -
56 -src_configure() {
57 - use static && append-ldflags -static
58 - default
59 -}
60 -
61 -src_install() {
62 - into /
63 - dobin tempfile run-parts
64 - if use kernel_linux ; then
65 - dosbin installkernel
66 - fi
67 -
68 - into /usr
69 - dosbin savelog
70 -
71 - doman tempfile.1 run-parts.8 savelog.8
72 - use kernel_linux && doman installkernel.8
73 - cd debian || die
74 - dodoc changelog control
75 - keepdir /etc/kernel/postinst.d
76 -}
77
78 diff --git a/sys-apps/debianutils/debianutils-4.8.6.3.ebuild b/sys-apps/debianutils/debianutils-4.8.6.3.ebuild
79 deleted file mode 100644
80 index 45100517a24..00000000000
81 --- a/sys-apps/debianutils/debianutils-4.8.6.3.ebuild
82 +++ /dev/null
83 @@ -1,39 +0,0 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=7
88 -
89 -inherit flag-o-matic
90 -
91 -DESCRIPTION="A selection of tools from Debian"
92 -HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
93 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
94 -
95 -LICENSE="BSD GPL-2 SMAIL"
96 -SLOT="0"
97 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
98 -IUSE="+installkernel static"
99 -
100 -PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
101 -
102 -src_configure() {
103 - use static && append-ldflags -static
104 - default
105 -}
106 -
107 -src_install() {
108 - into /
109 - dobin tempfile run-parts
110 - if use installkernel ; then
111 - dosbin installkernel
112 - fi
113 -
114 - into /usr
115 - dosbin savelog
116 -
117 - doman tempfile.1 run-parts.8 savelog.8
118 - use installkernel && doman installkernel.8
119 - cd debian || die
120 - dodoc changelog control
121 - keepdir /etc/kernel/postinst.d
122 -}
123
124 diff --git a/sys-apps/debianutils/debianutils-4.9.ebuild b/sys-apps/debianutils/debianutils-4.9.ebuild
125 deleted file mode 100644
126 index 45100517a24..00000000000
127 --- a/sys-apps/debianutils/debianutils-4.9.ebuild
128 +++ /dev/null
129 @@ -1,39 +0,0 @@
130 -# Copyright 1999-2020 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=7
134 -
135 -inherit flag-o-matic
136 -
137 -DESCRIPTION="A selection of tools from Debian"
138 -HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
139 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
140 -
141 -LICENSE="BSD GPL-2 SMAIL"
142 -SLOT="0"
143 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
144 -IUSE="+installkernel static"
145 -
146 -PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
147 -
148 -src_configure() {
149 - use static && append-ldflags -static
150 - default
151 -}
152 -
153 -src_install() {
154 - into /
155 - dobin tempfile run-parts
156 - if use installkernel ; then
157 - dosbin installkernel
158 - fi
159 -
160 - into /usr
161 - dosbin savelog
162 -
163 - doman tempfile.1 run-parts.8 savelog.8
164 - use installkernel && doman installkernel.8
165 - cd debian || die
166 - dodoc changelog control
167 - keepdir /etc/kernel/postinst.d
168 -}