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: Wed, 15 Aug 2018 19:17:45
Message-Id: 1534360652.9178fe2359a3eeb2a8df55aef76533595719828a.jer@gentoo
1 commit: 9178fe2359a3eeb2a8df55aef76533595719828a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 19:13:22 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 19:17:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9178fe23
7
8 dev-util/debootstrap: Old.
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 dev-util/debootstrap/Manifest | 2 --
13 dev-util/debootstrap/debootstrap-1.0.103.ebuild | 48 -------------------------
14 dev-util/debootstrap/debootstrap-1.0.104.ebuild | 48 -------------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest
18 index 1a92b9dfa4a..bd535fada6f 100644
19 --- a/dev-util/debootstrap/Manifest
20 +++ b/dev-util/debootstrap/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST debootstrap_1.0.103.tar.gz 73167 BLAKE2B 063e27c1d58826bb7fec7879a5876df33b0da27cdbbdce3aa5ffecbcb70dba2814817e644725a132100cc7c7d182576bb2ba813f96bb4b289d06622d073da9d3 SHA512 4b43db32c46e5b69db9885494bc1f91197a40311c05196bf1c6e17d0a1f0519dbf61c8f5731c8627a708b8dfc8f3ba78e822a21879a5caf0d70046e3b7e60aa2
23 -DIST debootstrap_1.0.104.tar.gz 73264 BLAKE2B 28b4d1d1ad389dfb13f049529e5d14e1d8d82abf58b802ff25787e5c791c5d25aa2fd349f923b4e4d29bcbed78f2d32769189e110b6788acb67fb5499454dc52 SHA512 cfefa225a804e353195dedf5fbf0b005e7ac988f66c934927a312a32e8bbe9fd1083647fbafc5dbb3c7b55613887beb2c6296e3a5b8ed705b9ce18e850ee27a4
24 DIST debootstrap_1.0.106.tar.gz 73686 BLAKE2B c6dbaa19ab702e49117b56ed04928f0ba6656ee9af8f206ae376af72baf114b20175b32e1c6d6b2fbc7b851e204445b4758a0edc147b94c687ddb5bca8457252 SHA512 86eee4ea1782cd96f364df748b3c7c62a48728c3371fe708937ebb76d75d0ad967d76af7a7f6cc1eb7a8623bba817137b49ffe145378489126d38021dd2882b2
25 DIST debootstrap_1.0.107.tar.gz 74202 BLAKE2B 672f4bd723bec5d77d4bf6a5e38b9092cccb890141a44c67d8e8e63e35be3e3735e348b82052090e748d39ad025d73e18ca939c1b040be30af760cdbb8e8df81 SHA512 5b166351c590918cb913ab2307b61c5e6e257c7227e04881ff91d9a579db32c2da920a590ae3471821513eded9bf517feee97bedf43b7feb2ea7f1c5308b873f
26 DIST debootstrap_1.0.89.tar.gz 69020 BLAKE2B 9175d0936b6c9a28a29ee1b24bd835c41aaf807bc24a029201aaa45d07789206ee06e38b0a70c1e507ab448a3ec9c0fded2838bfb868334270b5159b34cbe9eb SHA512 3f230ce3eff6359353d106c806ce395861fb47fc1416eb0b498af7ce12a45ce7572b18284633d6d4d07b73a4a203e03bc205df3eae0db6f637237d25d0a69b1a
27
28 diff --git a/dev-util/debootstrap/debootstrap-1.0.103.ebuild b/dev-util/debootstrap/debootstrap-1.0.103.ebuild
29 deleted file mode 100644
30 index 93ffd5d2d1a..00000000000
31 --- a/dev-util/debootstrap/debootstrap-1.0.103.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
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 -
56 -src_unpack() {
57 - unpack ${PN}_${PV}.tar.gz
58 - cp "${DISTDIR}"/devices.tar.gz "${S}"
59 -}
60 -
61 -src_compile() {
62 - return
63 -}
64 -
65 -src_install() {
66 - default
67 - doman debootstrap.8
68 -}
69 -
70 -pkg_postinst() {
71 - if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
72 - elog "To check Release files against a keyring (--keyring=K), please"
73 - elog "install app-crypt/gnupg"
74 - fi
75 -
76 - if ! has_version app-crypt/debian-archive-keyring || ! has_version app-crypt/ubuntu-keyring; then
77 - elog "To check Release files from Debian or Ubuntu, please install"
78 - elog " app-crypt/debian-archive-keyring or"
79 - elog " app-crypt/ubuntu-keyring as required"
80 - fi
81 -}
82
83 diff --git a/dev-util/debootstrap/debootstrap-1.0.104.ebuild b/dev-util/debootstrap/debootstrap-1.0.104.ebuild
84 deleted file mode 100644
85 index 93ffd5d2d1a..00000000000
86 --- a/dev-util/debootstrap/debootstrap-1.0.104.ebuild
87 +++ /dev/null
88 @@ -1,48 +0,0 @@
89 -# Copyright 1999-2018 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -inherit eutils
94 -
95 -DESCRIPTION="Debian/Ubuntu bootstrap scripts"
96 -HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html"
97 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
98 - mirror://gentoo/devices.tar.gz"
99 -
100 -LICENSE="MIT"
101 -SLOT="0"
102 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
103 -
104 -RDEPEND="
105 - app-arch/dpkg
106 - net-misc/wget
107 - sys-devel/binutils
108 -"
109 -DOCS=( TODO debian/changelog )
110 -
111 -src_unpack() {
112 - unpack ${PN}_${PV}.tar.gz
113 - cp "${DISTDIR}"/devices.tar.gz "${S}"
114 -}
115 -
116 -src_compile() {
117 - return
118 -}
119 -
120 -src_install() {
121 - default
122 - doman debootstrap.8
123 -}
124 -
125 -pkg_postinst() {
126 - if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
127 - elog "To check Release files against a keyring (--keyring=K), please"
128 - elog "install app-crypt/gnupg"
129 - fi
130 -
131 - if ! has_version app-crypt/debian-archive-keyring || ! has_version app-crypt/ubuntu-keyring; then
132 - elog "To check Release files from Debian or Ubuntu, please install"
133 - elog " app-crypt/debian-archive-keyring or"
134 - elog " app-crypt/ubuntu-keyring as required"
135 - fi
136 -}