Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: paludis-1.4.0.ebuild ChangeLog
Date: Sun, 19 May 2013 18:33:20
Message-Id: 20130519183314.E9AC42171D@flycatcher.gentoo.org
1 jdhore 13/05/19 18:33:14
2
3 Modified: paludis-1.4.0.ebuild ChangeLog
4 Log:
5 Require >=app-arch/libarchive-3.1.2 as it's the only version currently in the tree and 3.0.4 is untested
6
7 (Portage version: 2.2.0_alpha175/cvs/Linux i686, signed Manifest commit with key 23E9E900)
8
9 Revision Changes Path
10 1.2 sys-apps/paludis/paludis-1.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/paludis-1.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/paludis-1.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/paludis-1.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: paludis-1.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-1.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- paludis-1.4.0.ebuild 17 May 2013 04:39:35 -0000 1.1
23 +++ paludis-1.4.0.ebuild 19 May 2013 18:33:14 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-1.4.0.ebuild,v 1.1 2013/05/17 04:39:35 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-1.4.0.ebuild,v 1.2 2013/05/19 18:33:14 jdhore Exp $
29
30 inherit bash-completion-r1 eutils user
31
32 @@ -19,7 +19,7 @@
33 >=sys-devel/gcc-4.4
34 dev-libs/libpcre
35 sys-apps/file
36 - pbins? ( >=app-arch/libarchive-3.0.4 )
37 + pbins? ( >=app-arch/libarchive-3.1.2 )
38 python-bindings? ( >=dev-lang/python-2.6 >=dev-libs/boost-1.41.0 )
39 ruby-bindings? ( >=dev-lang/ruby-1.8 )
40 xml? ( >=dev-libs/libxml2-2.6 )
41
42
43
44 1.235 sys-apps/paludis/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.235&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.235&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/ChangeLog?r1=1.234&r2=1.235
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v
53 retrieving revision 1.234
54 retrieving revision 1.235
55 diff -u -r1.234 -r1.235
56 --- ChangeLog 17 May 2013 04:39:35 -0000 1.234
57 +++ ChangeLog 19 May 2013 18:33:14 -0000 1.235
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-apps/paludis
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.234 2013/05/17 04:39:35 jdhore Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.235 2013/05/19 18:33:14 jdhore Exp $
63 +
64 + 19 May 2013; Jeff Horelick <jdhore@g.o> paludis-1.4.0.ebuild:
65 + Require >=app-arch/libarchive-3.1.2 as it's the only version currently in the
66 + tree and 3.0.4 is untested
67
68 *paludis-1.4.0 (17 May 2013)