Gentoo Archives: gentoo-commits

From: "Jonathan Smith (smithj)" <smithj@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/conary: ChangeLog conary-2.0.23.ebuild
Date: Tue, 02 Sep 2008 06:30:25
Message-Id: E1KaPPC-0006LD-HX@stork.gentoo.org
1 smithj 08/09/02 06:30:22
2
3 Modified: ChangeLog
4 Added: conary-2.0.23.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.23 app-admin/conary/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/conary/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 26 Jul 2008 10:10:34 -0000 1.22
23 +++ ChangeLog 2 Sep 2008 06:30:21 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-admin/conary
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/ChangeLog,v 1.22 2008/07/26 10:10:34 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/ChangeLog,v 1.23 2008/09/02 06:30:21 smithj Exp $
29 +
30 +*conary-2.0.23 (02 Sep 2008)
31 +
32 + 02 Sep 2008; <smithj@g.o> +conary-2.0.23.ebuild:
33 + version bump
34
35 26 Jul 2008; Raúl Porcel <armin76@g.o> -files/digest-conary-2.0.9,
36 -files/digest-conary-2.0.12, -files/digest-conary-2.0.21, Manifest:
37
38
39
40 1.1 app-admin/conary/conary-2.0.23.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/conary-2.0.23.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/conary-2.0.23.ebuild?rev=1.1&content-type=text/plain
44
45 Index: conary-2.0.23.ebuild
46 ===================================================================
47 # Copyright 2006-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-2.0.23.ebuild,v 1.1 2008/09/02 06:30:21 smithj Exp $
50
51 DESCRIPTION="repository-based system management and package-building tool"
52 HOMEPAGE="http://wiki.rpath.com/wiki/Conary"
53 SRC_URI="ftp://download.rpath.com/conary/${P}.tar.bz2"
54
55 LICENSE="CPL-1.0"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 DEPEND="=dev-lang/python-2.4*
61 dev-python/kid
62 dev-python/elementtree
63 dev-db/sqlite
64 dev-python/pycrypto
65 dev-libs/elfutils"
66
67 PDEPEND="app-admin/conary-policy"
68
69 src_compile() {
70 emake || die "Make failure"
71 }
72
73 src_install() {
74 make DESTDIR="${D}" install
75 dodoc NEWS conary/ScanDeps/README conary/pysqlite3/README
76 }