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: Sat, 31 Mar 2018 10:55:15
Message-Id: 1522493689.14a34cd2919b51cf8d7c66a69004c52f7896a0e1.jer@gentoo
1 commit: 14a34cd2919b51cf8d7c66a69004c52f7896a0e1
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 10:54:49 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 10:54:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a34cd2
7
8 dev-util/debootstrap: Old.
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-util/debootstrap/Manifest | 1 -
13 dev-util/debootstrap/debootstrap-1.0.92.ebuild | 49 --------------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest
17 index 9202bf4f445..be23598c51d 100644
18 --- a/dev-util/debootstrap/Manifest
19 +++ b/dev-util/debootstrap/Manifest
20 @@ -1,5 +1,4 @@
21 DIST debootstrap_1.0.89.tar.gz 69020 BLAKE2B 9175d0936b6c9a28a29ee1b24bd835c41aaf807bc24a029201aaa45d07789206ee06e38b0a70c1e507ab448a3ec9c0fded2838bfb868334270b5159b34cbe9eb SHA512 3f230ce3eff6359353d106c806ce395861fb47fc1416eb0b498af7ce12a45ce7572b18284633d6d4d07b73a4a203e03bc205df3eae0db6f637237d25d0a69b1a
22 -DIST debootstrap_1.0.92.tar.gz 70042 BLAKE2B d2e42f876c1bcc03d6159f1bbedaa26fece48d11cc847315711c2e89b4d313d98e7394515a319cda0f1fd857965878227862fd5255b50d6e0ccd433c7002f6eb SHA512 42d6cdeb1efbe95d9215522648d87165326ae1b5a024608abd476a6b3889c8c04420a0f29f5eb9cfd2e57adb4aa57a606519b09e356d0442cd4a4a0f6f45f656
23 DIST debootstrap_1.0.93.tar.gz 70695 BLAKE2B e0d5747dce7e2c45f5aec271b3a6f1e004ae19e58747abaa10d258f4e16383d305da28aad3a72c51e8ea513ffc15f61980ff27e141de69af5e259572b1afd089 SHA512 c5947a0aafd8f526236d98fe3da3374ef02a69b089844c89a3f5bb5f991fa29d8c2a4ecdbbc84a69a85eca242c628cd592c22e59f444b65c581b8a70d60a3f01
24 DIST debootstrap_1.0.95.tar.gz 68631 BLAKE2B e102be7f263426506c5896b50f34c918d76d265e31eaac3f85b0471e6bfede598ef7ffbaaae726d03017b4bd94d482d4267ce02a67226e310687e8c70f88fe6c SHA512 cf2c32430325b19c61de6ef782d7df68a740812faf5f464d837b5b612b9ba0539f8c12876ce23ba20cc1aa23908eb4f45ca602798ee0a6eacf7489c45c5dc7cc
25 DIST devices.tar.gz 47835 BLAKE2B 03bfe097fda12a7a0aa19d3308c0d44382ad945defea05a63b17a72e4051ef94f0e60e75bde35baeace81da59d9f04126f6e463163609475b9c0fdf518f533ef SHA512 994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432
26
27 diff --git a/dev-util/debootstrap/debootstrap-1.0.92.ebuild b/dev-util/debootstrap/debootstrap-1.0.92.ebuild
28 deleted file mode 100644
29 index fc955a4bad4..00000000000
30 --- a/dev-util/debootstrap/debootstrap-1.0.92.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit eutils
38 -
39 -DESCRIPTION="Debian/Ubuntu bootstrap scripts"
40 -HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html"
41 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
42 - mirror://gentoo/devices.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
47 -
48 -RDEPEND="
49 - app-arch/dpkg
50 - net-misc/wget
51 - sys-devel/binutils
52 -"
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 -}