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: debootstrap-1.0.46.ebuild ChangeLog
Date: Fri, 28 Dec 2012 15:33:25
Message-Id: 20121228153315.336772171D@flycatcher.gentoo.org
1 jer 12/12/28 15:33:15
2
3 Modified: ChangeLog
4 Added: debootstrap-1.0.46.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.200 dev-util/debootstrap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.200&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.200&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.199&r2=1.200
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
20 retrieving revision 1.199
21 retrieving revision 1.200
22 diff -u -r1.199 -r1.200
23 --- ChangeLog 25 Dec 2012 22:25:39 -0000 1.199
24 +++ ChangeLog 28 Dec 2012 15:33:15 -0000 1.200
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.199 2012/12/25 22:25:39 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.200 2012/12/28 15:33:15 jer Exp $
30 +
31 +*debootstrap-1.0.46 (28 Dec 2012)
32 +
33 + 28 Dec 2012; Jeroen Roovers <jer@g.o> +debootstrap-1.0.46.ebuild:
34 + Version bump.
35
36 25 Dec 2012; Agostino Sarubbo <ago@g.o> debootstrap-1.0.44.ebuild:
37 Stable for ia64, wrt bug #448102
38
39
40
41 1.1 dev-util/debootstrap/debootstrap-1.0.46.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.46.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.46.ebuild?rev=1.1&content-type=text/plain
45
46 Index: debootstrap-1.0.46.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.46.ebuild,v 1.1 2012/12/28 15:33:15 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="MIT"
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 }