Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: ChangeLog debootstrap-1.0.6.ebuild debootstrap-1.0.1.ebuild
Date: Mon, 22 Oct 2007 11:57:01
Message-Id: E1Ijvtw-0000ae-PO@stork.gentoo.org
1 armin76 07/10/22 11:56:56
2
3 Modified: ChangeLog
4 Added: debootstrap-1.0.6.ebuild
5 Removed: debootstrap-1.0.1.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.40 dev-util/debootstrap/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 3 Oct 2007 16:12:00 -0000 1.39
24 +++ ChangeLog 22 Oct 2007 11:56:56 -0000 1.40
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-util/debootstrap
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.39 2007/10/03 16:12:00 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.40 2007/10/22 11:56:56 armin76 Exp $
30 +
31 +*debootstrap-1.0.6 (22 Oct 2007)
32 +
33 + 22 Oct 2007; Raúl Porcel <armin76@g.o> -debootstrap-1.0.1.ebuild,
34 + +debootstrap-1.0.6.ebuild:
35 + Version bump
36
37 03 Oct 2007; Christoph Mende <angelos@g.o>
38 debootstrap-1.0.3.ebuild:
39
40
41
42 1.1 dev-util/debootstrap/debootstrap-1.0.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: debootstrap-1.0.6.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.6.ebuild,v 1.1 2007/10/22 11:56:56 armin76 Exp $
52
53 DESCRIPTION="Debian/Ubuntu bootstrap scripts"
54 HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html"
55 SRC_URI="mirror://debian/pool/main/d/debootstrap/debootstrap_${PV}.tar.gz mirror://gentoo/devices.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="sys-devel/binutils
63 net-misc/wget
64 app-arch/dpkg"
65
66 S=${WORKDIR}/${PN}
67
68 src_unpack() {
69 unpack debootstrap_${PV}.tar.gz
70 cp "${DISTDIR}"/devices.tar.gz "${S}"/devices-std.tar.gz || die
71 }
72
73 src_compile() {
74 emake pkgdetails debootstrap-arch || die
75 }
76
77 src_install() {
78 make DESTDIR="${D}" install-allarch || die
79 dodoc TODO
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list