Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debootstrap/
Date: Sun, 15 Sep 2019 09:49:42
Message-Id: 1568540976.eea4f5152c1eb2c80def3d74d51e49e03ee66af3.jer@gentoo
1 commit: eea4f5152c1eb2c80def3d74d51e49e03ee66af3
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 09:49:25 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 09:49:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea4f515
7
8 dev-util/debootstrap: Old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 dev-util/debootstrap/Manifest | 2 -
14 dev-util/debootstrap/debootstrap-1.0.114.ebuild | 49 ------------------------
15 dev-util/debootstrap/debootstrap-1.0.89.ebuild | 50 -------------------------
16 3 files changed, 101 deletions(-)
17
18 diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest
19 index 34192305ac8..e67c4049bb3 100644
20 --- a/dev-util/debootstrap/Manifest
21 +++ b/dev-util/debootstrap/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST debootstrap_1.0.114.tar.gz 75613 BLAKE2B e080ed62bceb4a37b5340357160f8364ee12377f6b0b0fc7ca517d786760061f8091dba4040984b6fc4d6a9b9c50639e851e04db2d8c1ed5a7dfc60e306d9188 SHA512 3eb6c3d50a403c6edde229a2da3840117f603e3e9c211f89c8b1aa759bdcf8001b5f115ddcd345601087886b6ee838972f377f3f244cf26879ca87445d2a895a
24 DIST debootstrap_1.0.115.tar.gz 75691 BLAKE2B ef2ddd8b76d7eafdf5be50e3cbb99725066562bc4a717ab42b436dcab3e5e3a2148c9e6eeaf7b6135e4bde836ee01101e7158ebc0472c08329ae0152d0845b8b SHA512 635e4feb1fb2bc247968127dc86bf0956243c8058f99e66ede177da84f0258cfc2de51873f347c099217b07e679527aeac08e7263d31b4112fb0708edb3deeb9
25 -DIST debootstrap_1.0.89.tar.gz 69020 BLAKE2B 9175d0936b6c9a28a29ee1b24bd835c41aaf807bc24a029201aaa45d07789206ee06e38b0a70c1e507ab448a3ec9c0fded2838bfb868334270b5159b34cbe9eb SHA512 3f230ce3eff6359353d106c806ce395861fb47fc1416eb0b498af7ce12a45ce7572b18284633d6d4d07b73a4a203e03bc205df3eae0db6f637237d25d0a69b1a
26 DIST devices.tar.gz 47835 BLAKE2B 03bfe097fda12a7a0aa19d3308c0d44382ad945defea05a63b17a72e4051ef94f0e60e75bde35baeace81da59d9f04126f6e463163609475b9c0fdf518f533ef SHA512 994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432
27
28 diff --git a/dev-util/debootstrap/debootstrap-1.0.114.ebuild b/dev-util/debootstrap/debootstrap-1.0.114.ebuild
29 deleted file mode 100644
30 index 32d6ffccafb..00000000000
31 --- a/dev-util/debootstrap/debootstrap-1.0.114.ebuild
32 +++ /dev/null
33 @@ -1,49 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -inherit eutils
39 -
40 -DESCRIPTION="Debian/Ubuntu bootstrap scripts"
41 -HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html"
42 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
43 - mirror://gentoo/devices.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
48 -
49 -RDEPEND="
50 - app-arch/dpkg
51 - net-misc/wget
52 - sys-devel/binutils
53 -"
54 -DOCS=( TODO debian/changelog )
55 -S=${WORKDIR}/${PN}
56 -
57 -src_unpack() {
58 - unpack ${PN}_${PV}.tar.gz
59 - cp "${DISTDIR}"/devices.tar.gz "${S}"
60 -}
61 -
62 -src_compile() {
63 - return
64 -}
65 -
66 -src_install() {
67 - default
68 - doman debootstrap.8
69 -}
70 -
71 -pkg_postinst() {
72 - if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
73 - elog "To check Release files against a keyring (--keyring=K), please"
74 - elog "install app-crypt/gnupg"
75 - fi
76 -
77 - if ! has_version app-crypt/debian-archive-keyring || ! has_version app-crypt/ubuntu-keyring; then
78 - elog "To check Release files from Debian or Ubuntu, please install"
79 - elog " app-crypt/debian-archive-keyring or"
80 - elog " app-crypt/ubuntu-keyring as required"
81 - fi
82 -}
83
84 diff --git a/dev-util/debootstrap/debootstrap-1.0.89.ebuild b/dev-util/debootstrap/debootstrap-1.0.89.ebuild
85 deleted file mode 100644
86 index bcc76a47559..00000000000
87 --- a/dev-util/debootstrap/debootstrap-1.0.89.ebuild
88 +++ /dev/null
89 @@ -1,50 +0,0 @@
90 -# Copyright 1999-2017 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=6
94 -inherit eutils
95 -
96 -DESCRIPTION="Debian/Ubuntu bootstrap scripts"
97 -HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html"
98 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
99 - mirror://gentoo/devices.tar.gz"
100 -
101 -LICENSE="MIT"
102 -SLOT="0"
103 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
104 -
105 -RDEPEND="
106 - app-arch/dpkg
107 - net-misc/wget
108 - sys-devel/binutils
109 -"
110 -
111 -S=${WORKDIR}/${PN}
112 -DOCS=( TODO debian/changelog )
113 -
114 -src_unpack() {
115 - unpack ${PN}_${PV}.tar.gz
116 - cp "${DISTDIR}"/devices.tar.gz "${S}"
117 -}
118 -
119 -src_compile() {
120 - return
121 -}
122 -
123 -src_install() {
124 - default
125 - doman debootstrap.8
126 -}
127 -
128 -pkg_postinst() {
129 - if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
130 - elog "To check Release files against a keyring (--keyring=K), please"
131 - elog "install app-crypt/gnupg"
132 - fi
133 -
134 - if ! has_version app-crypt/debian-archive-keyring || ! has_version app-crypt/ubuntu-keyring; then
135 - elog "To check Release files from Debian or Ubuntu, please install"
136 - elog " app-crypt/debian-archive-keyring or"
137 - elog " app-crypt/ubuntu-keyring as required"
138 - fi
139 -}