Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: ChangeLog debootstrap-1.0.56.ebuild
Date: Mon, 30 Dec 2013 11:29:29
Message-Id: 20131230112925.B2E432004B@flycatcher.gentoo.org
1 jer 13/12/30 11:29:25
2
3 Modified: ChangeLog
4 Added: debootstrap-1.0.56.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.239 dev-util/debootstrap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.239&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.239&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.238&r2=1.239
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
20 retrieving revision 1.238
21 retrieving revision 1.239
22 diff -u -r1.238 -r1.239
23 --- ChangeLog 23 Dec 2013 15:29:33 -0000 1.238
24 +++ ChangeLog 30 Dec 2013 11:29:25 -0000 1.239
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/debootstrap
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.238 2013/12/23 15:29:33 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.239 2013/12/30 11:29:25 jer Exp $
30 +
31 +*debootstrap-1.0.56 (30 Dec 2013)
32 +
33 + 30 Dec 2013; Jeroen Roovers <jer@g.o> +debootstrap-1.0.56.ebuild:
34 + Version bump.
35
36 23 Dec 2013; Agostino Sarubbo <ago@g.o> debootstrap-1.0.55.ebuild:
37 Stable for sparc, wrt bug #491590
38
39
40
41 1.1 dev-util/debootstrap/debootstrap-1.0.56.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.56.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.56.ebuild?rev=1.1&content-type=text/plain
45
46 Index: debootstrap-1.0.56.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.56.ebuild,v 1.1 2013/12/30 11:29:25 jer Exp $
51
52 EAPI=5
53 inherit eutils
54
55 DESCRIPTION="Debian/Ubuntu bootstrap scripts"
56 HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html"
57 SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
58 mirror://gentoo/devices.tar.gz"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
63 IUSE=""
64
65 RDEPEND="
66 app-arch/dpkg
67 net-misc/wget
68 sys-devel/binutils
69 "
70
71 DOCS=( TODO debian/changelog )
72
73 src_unpack() {
74 unpack ${PN}_${PV}.tar.gz
75 cp "${DISTDIR}"/devices.tar.gz "${S}"
76 }
77
78 src_compile() {
79 return
80 }
81
82 src_install() {
83 default
84 doman debootstrap.8
85 }
86
87 pkg_postinst() {
88 if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
89 elog "To check Release files against a keyring"
90 elog " (--keyring=K), please install app-crypt/gnupg."
91 fi
92 }