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.44.ebuild
Date: Wed, 21 Nov 2012 04:07:49
Message-Id: 20121121040737.8CAAD20C65@flycatcher.gentoo.org
1 jer 12/11/21 04:07:37
2
3 Modified: ChangeLog
4 Added: debootstrap-1.0.44.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.192 dev-util/debootstrap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.192&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.192&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.191&r2=1.192
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
20 retrieving revision 1.191
21 retrieving revision 1.192
22 diff -u -r1.191 -r1.192
23 --- ChangeLog 27 Oct 2012 16:33:23 -0000 1.191
24 +++ ChangeLog 21 Nov 2012 04:07:37 -0000 1.192
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/debootstrap
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.191 2012/10/27 16:33:23 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.192 2012/11/21 04:07:37 jer Exp $
30 +
31 +*debootstrap-1.0.44 (21 Nov 2012)
32 +
33 + 21 Nov 2012; Jeroen Roovers <jer@g.o> +debootstrap-1.0.44.ebuild:
34 + Version bump.
35
36 *debootstrap-1.0.43 (27 Oct 2012)
37
38
39
40
41 1.1 dev-util/debootstrap/debootstrap-1.0.44.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.44.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.44.ebuild?rev=1.1&content-type=text/plain
45
46 Index: debootstrap-1.0.44.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.44.ebuild,v 1.1 2012/11/21 04:07:37 jer Exp $
51
52 EAPI=4
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="as-is"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
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 elog "To check Release files against a keyring"
89 elog " (--keyring=K), please install app-crypt/gnupg."
90 }