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.12.ebuild conary-1.2.20.ebuild conary-1.1.31.12.ebuild
Date: Fri, 18 Apr 2008 17:48:19
Message-Id: E1Jmuh2-0007p1-S2@stork.gentoo.org
1 smithj 08/04/18 17:48:12
2
3 Modified: ChangeLog
4 Added: conary-2.0.12.ebuild
5 Removed: conary-1.2.20.ebuild conary-1.1.31.12.ebuild
6 Log:
7 update to the most recent, 2.0.12. remove non-2.0.x versions, as only 2.0.x is (as of a week or so ago) being maintained upstream
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.19 app-admin/conary/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-admin/conary/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 20 Mar 2008 21:33:21 -0000 1.18
24 +++ ChangeLog 18 Apr 2008 17:48:12 -0000 1.19
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-admin/conary
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/ChangeLog,v 1.18 2008/03/20 21:33:21 smithj Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/ChangeLog,v 1.19 2008/04/18 17:48:12 smithj Exp $
30 +
31 +*conary-2.0.12 (18 Apr 2008)
32 +
33 + 18 Apr 2008; <smithj@g.o> -conary-1.1.31.12.ebuild,
34 + -conary-1.2.20.ebuild, +conary-2.0.12.ebuild:
35 + update to the most recent, 2.0.12. remove non-2.0.x versions, as only 2.0.x
36 + is (as of a week or so ago) being maintained upstream
37
38 *conary-2.0.9 (20 Mar 2008)
39 *conary-1.2.20 (20 Mar 2008)
40
41
42
43 1.1 app-admin/conary/conary-2.0.12.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/conary-2.0.12.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conary/conary-2.0.12.ebuild?rev=1.1&content-type=text/plain
47
48 Index: conary-2.0.12.ebuild
49 ===================================================================
50 # Copyright 2006-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-2.0.12.ebuild,v 1.1 2008/04/18 17:48:12 smithj Exp $
53
54 DESCRIPTION="repository-based system management and package-building tool"
55 HOMEPAGE="http://wiki.rpath.com/wiki/Conary"
56 SRC_URI="ftp://download.rpath.com/conary/${P}.tar.bz2"
57
58 LICENSE="CPL-1.0"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND="=dev-lang/python-2.4*
64 dev-python/kid
65 dev-python/elementtree
66 dev-db/sqlite
67 dev-python/pycrypto
68 dev-libs/elfutils"
69
70 PDEPEND="app-admin/conary-policy"
71
72 src_compile() {
73 emake || die "Make failure"
74 }
75
76 src_install() {
77 make DESTDIR="${D}" install
78 dodoc NEWS conary/ScanDeps/README conary/pysqlite3/README
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list