Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/perl-File-Path: ChangeLog perl-File-Path-2.90.0-r1.ebuild perl-File-Path-2.08.ebuild perl-File-Path-2.90.0.ebuild
Date: Sun, 06 Jul 2014 15:35:54
Message-Id: 20140706153550.F07132004E@flycatcher.gentoo.org
1 dilfridge 14/07/06 15:35:50
2
3 Modified: ChangeLog
4 Added: perl-File-Path-2.90.0-r1.ebuild
5 Removed: perl-File-Path-2.08.ebuild
6 perl-File-Path-2.90.0.ebuild
7 Log:
8 Improve dependencies; remove old
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
11
12 Revision Changes Path
13 1.11 virtual/perl-File-Path/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Path/ChangeLog?rev=1.11&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Path/ChangeLog?rev=1.11&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Path/ChangeLog?r1=1.10&r2=1.11
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/ChangeLog,v
22 retrieving revision 1.10
23 retrieving revision 1.11
24 diff -u -r1.10 -r1.11
25 --- ChangeLog 8 Sep 2013 13:34:02 -0000 1.10
26 +++ ChangeLog 6 Jul 2014 15:35:50 -0000 1.11
27 @@ -1,6 +1,13 @@
28 # ChangeLog for virtual/perl-File-Path
29 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/ChangeLog,v 1.10 2013/09/08 13:34:02 pinkbyte Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/ChangeLog,v 1.11 2014/07/06 15:35:50 dilfridge Exp $
33 +
34 +*perl-File-Path-2.90.0-r1 (06 Jul 2014)
35 +
36 + 06 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
37 + -perl-File-Path-2.08.ebuild, -perl-File-Path-2.90.0.ebuild,
38 + +perl-File-Path-2.90.0-r1.ebuild:
39 + Improve dependencies; remove old
40
41 08 Sep 2013; Sergey Popov <pinkbyte@g.o> perl-File-Path-2.90.0.ebuild:
42 Add ~arm keyword, wrt bug #449762
43
44
45
46 1.1 virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: perl-File-Path-2.90.0-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild,v 1.1 2014/07/06 15:35:50 dilfridge Exp $
56
57 EAPI=5
58
59 DESCRIPTION="Virtual for File-Path"
60 HOMEPAGE=""
61 SRC_URI=""
62
63 LICENSE=""
64 SLOT="0"
65 KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86 ~ppc-aix"
66 IUSE=""
67
68 RDEPEND="
69 || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
70 !<perl-core/${PN#perl-}-${PV}
71 "