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.63.ebuild
Date: Thu, 25 Sep 2014 09:45:30
Message-Id: 20140925094525.7F1C36386@oystercatcher.gentoo.org
1 jer 14/09/25 09:45:25
2
3 Modified: ChangeLog
4 Added: debootstrap-1.0.63.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.267 dev-util/debootstrap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.267&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.267&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.266&r2=1.267
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
20 retrieving revision 1.266
21 retrieving revision 1.267
22 diff -u -r1.266 -r1.267
23 --- ChangeLog 16 Sep 2014 05:21:45 -0000 1.266
24 +++ ChangeLog 25 Sep 2014 09:45:25 -0000 1.267
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/debootstrap
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.266 2014/09/16 05:21:45 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.267 2014/09/25 09:45:25 jer Exp $
30 +
31 +*debootstrap-1.0.63 (25 Sep 2014)
32 +
33 + 25 Sep 2014; Jeroen Roovers <jer@g.o> +debootstrap-1.0.63.ebuild:
34 + Version bump.
35
36 *debootstrap-1.0.62 (16 Sep 2014)
37
38
39
40
41 1.1 dev-util/debootstrap/debootstrap-1.0.63.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.63.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.63.ebuild?rev=1.1&content-type=text/plain
45
46 Index: debootstrap-1.0.63.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.63.ebuild,v 1.1 2014/09/25 09:45: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.xz
58 mirror://gentoo/devices.tar.gz"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
63 IUSE=""
64
65 DEPEND="
66 app-arch/xz-utils
67 "
68 RDEPEND="
69 app-arch/dpkg
70 net-misc/wget
71 sys-devel/binutils
72 "
73
74 DOCS=( TODO debian/changelog )
75
76 src_unpack() {
77 unpack ${PN}_${PV}.tar.xz
78 cp "${DISTDIR}"/devices.tar.gz "${S}"
79 }
80
81 src_compile() {
82 return
83 }
84
85 src_install() {
86 default
87 doman debootstrap.8
88 }
89
90 pkg_postinst() {
91 if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
92 elog "To check Release files against a keyring"
93 elog " (--keyring=K), please install app-crypt/gnupg."
94 fi
95 }