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: Mon, 22 Feb 2016 05:42:34
Message-Id: 1456119704.e8f21dea1907541285c8b649f0843e2c51b78e9e.jer@gentoo
1 commit: e8f21dea1907541285c8b649f0843e2c51b78e9e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 05:41:44 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 05:41:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f21dea
7
8 dev-util/debootstrap: Old.
9
10 Package-Manager: portage-2.2.27
11
12 dev-util/debootstrap/debootstrap-1.0.78.ebuild | 46 --------------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/dev-util/debootstrap/debootstrap-1.0.78.ebuild b/dev-util/debootstrap/debootstrap-1.0.78.ebuild
16 deleted file mode 100644
17 index 8c30ccb..0000000
18 --- a/dev-util/debootstrap/debootstrap-1.0.78.ebuild
19 +++ /dev/null
20 @@ -1,46 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit eutils
27 -
28 -DESCRIPTION="Debian/Ubuntu bootstrap scripts"
29 -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html"
30 -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
31 - mirror://gentoo/devices.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
36 -
37 -RDEPEND="
38 - app-arch/dpkg
39 - net-misc/wget
40 - sys-devel/binutils
41 -"
42 -
43 -DOCS=( TODO debian/changelog )
44 -
45 -S=${WORKDIR}/${PN}
46 -
47 -src_unpack() {
48 - unpack ${PN}_${PV}.tar.gz
49 - cp "${DISTDIR}"/devices.tar.gz "${S}"
50 -}
51 -
52 -src_compile() {
53 - return
54 -}
55 -
56 -src_install() {
57 - default
58 - doman debootstrap.8
59 -}
60 -
61 -pkg_postinst() {
62 - if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
63 - elog "To check Release files against a keyring"
64 - elog " (--keyring=K), please install app-crypt/gnupg."
65 - fi
66 -}