Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
Date: Tue, 02 Jan 2018 13:36:37
Message-Id: 1514900106.413e434648056735eb4a7d6a4ae5bec43aa5d8bb.polynomial-c@gentoo
1 commit: 413e434648056735eb4a7d6a4ae5bec43aa5d8bb
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 13:35:06 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 13:35:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413e4346
7
8 sys-apps/debianutils: Removed old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-apps/debianutils/Manifest | 2 --
13 sys-apps/debianutils/debianutils-4.8.1.1.ebuild | 39 -------------------------
14 sys-apps/debianutils/debianutils-4.8.2.ebuild | 39 -------------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
18 index 29b1bf08f45..25ede174cbf 100644
19 --- a/sys-apps/debianutils/Manifest
20 +++ b/sys-apps/debianutils/Manifest
21 @@ -1,5 +1,3 @@
22 DIST debianutils_4.7.tar.xz 156276 BLAKE2B 9d32dc8222b67d4f1f91d58af0811412924f5de43a691463bc24ac51087f986440d6464fee71f7723980b9c21c579cd4aef70213d5033c419f3802be3bd4cd29 SHA512 74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa
23 -DIST debianutils_4.8.1.1.tar.xz 156256 BLAKE2B fba83e834486da25004a0d45b6cf20e84d66ac6843b3dbb30fcb334de8d08468f986dd8bff7a8da91f4924d61dc3fe143494bc8a33809f0412ceb107bea4e2d0 SHA512 22f27692a7d3847fad1be223d73e5575581db8621771e92e68fe91bd31e67084fd655fef857905be46ab3a45340503b0af9399b8fe28f221ea5cee4b49970821
24 -DIST debianutils_4.8.2.tar.xz 155944 BLAKE2B 4cfdf43ad2e3fe35578fe980a9d18bf8f4c8b3cc581a6778b9a32fef21d308e40ffbfa5df5cc3cfc72090047bd8bbdbd824c7955b320e955d4cd390b76f98f82 SHA512 40bad124e99c5a315b7ddf181afc2db216c85ddfe5603a16fbd21bd01091d3631b18826ddf799ba232ecaa1c2b3ff389a26a533f392918eb0733efdd75749759
25 DIST debianutils_4.8.3.tar.xz 159292 BLAKE2B e655741f42594ff12b4f349331da57ec09073802c9778594619686c93fc3061cf5248ac8e9e2c1b391eb49dd572f3033b1db206ff43f373b17caf7f3c835111f SHA512 468b8f001c0338f166cbc2fe25079edc5feeaa38dce2f5c7e6724c691d6cb35f4843e987695e33ead557bb11887e78ff8a5e3e1f52a266a0f32fb978fa643897
26 DIST debianutils_4.8.4.tar.xz 156344 BLAKE2B 069d15039579d4ce03d2ca4bfd0df199f0044049e7cd6ca899104eec5d917f3db290649bfdd851d8b14519df2750fb975bc6d96e98e14cdb626a610d44da80b0 SHA512 7d7b2d12d4907f6032477b4cd5b5dc94d8093724af8a97859c1d4cf229479e2dfe6d44143b454ed9b1990ca2d4833eaeb059659d8c305623875fdc8420659855
27
28 diff --git a/sys-apps/debianutils/debianutils-4.8.1.1.ebuild b/sys-apps/debianutils/debianutils-4.8.1.1.ebuild
29 deleted file mode 100644
30 index fa86cf0160a..00000000000
31 --- a/sys-apps/debianutils/debianutils-4.8.1.1.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit flag-o-matic
40 -
41 -DESCRIPTION="A selection of tools from Debian"
42 -HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
43 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
44 -
45 -LICENSE="BSD GPL-2 SMAIL"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
48 -IUSE="kernel_linux static"
49 -
50 -PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
51 -
52 -src_configure() {
53 - use static && append-ldflags -static
54 - default
55 -}
56 -
57 -src_install() {
58 - into /
59 - dobin tempfile run-parts
60 - if use kernel_linux ; then
61 - dosbin installkernel
62 - fi
63 -
64 - into /usr
65 - dosbin savelog
66 -
67 - doman tempfile.1 run-parts.8 savelog.8
68 - use kernel_linux && doman installkernel.8
69 - cd debian || die
70 - dodoc changelog control
71 - keepdir /etc/kernel/postinst.d
72 -}
73
74 diff --git a/sys-apps/debianutils/debianutils-4.8.2.ebuild b/sys-apps/debianutils/debianutils-4.8.2.ebuild
75 deleted file mode 100644
76 index fa86cf0160a..00000000000
77 --- a/sys-apps/debianutils/debianutils-4.8.2.ebuild
78 +++ /dev/null
79 @@ -1,39 +0,0 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -inherit flag-o-matic
86 -
87 -DESCRIPTION="A selection of tools from Debian"
88 -HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
89 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
90 -
91 -LICENSE="BSD GPL-2 SMAIL"
92 -SLOT="0"
93 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
94 -IUSE="kernel_linux static"
95 -
96 -PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
97 -
98 -src_configure() {
99 - use static && append-ldflags -static
100 - default
101 -}
102 -
103 -src_install() {
104 - into /
105 - dobin tempfile run-parts
106 - if use kernel_linux ; then
107 - dosbin installkernel
108 - fi
109 -
110 - into /usr
111 - dosbin savelog
112 -
113 - doman tempfile.1 run-parts.8 savelog.8
114 - use kernel_linux && doman installkernel.8
115 - cd debian || die
116 - dodoc changelog control
117 - keepdir /etc/kernel/postinst.d
118 -}