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-Math-Complex: perl-Math-Complex-1.590.0-r3.ebuild ChangeLog perl-Math-Complex-1.590.0-r2.ebuild
Date: Wed, 09 Jul 2014 19:32:18
Message-Id: 20140709193214.0B1412004E@flycatcher.gentoo.org
1 dilfridge 14/07/09 19:32:13
2
3 Modified: ChangeLog
4 Added: perl-Math-Complex-1.590.0-r3.ebuild
5 Removed: perl-Math-Complex-1.590.0-r2.ebuild
6 Log:
7 Improve dependencies
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
10
11 Revision Changes Path
12 1.10 virtual/perl-Math-Complex/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-Complex/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-Complex/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-Complex/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 24 Apr 2014 17:48:47 -0000 1.9
25 +++ ChangeLog 9 Jul 2014 19:32:13 -0000 1.10
26 @@ -1,6 +1,12 @@
27 # ChangeLog for virtual/perl-Math-Complex
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/ChangeLog,v 1.9 2014/04/24 17:48:47 zlogene Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/ChangeLog,v 1.10 2014/07/09 19:32:13 dilfridge Exp $
31 +
32 +*perl-Math-Complex-1.590.0-r3 (09 Jul 2014)
33 +
34 + 09 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
35 + -perl-Math-Complex-1.590.0-r2.ebuild, +perl-Math-Complex-1.590.0-r3.ebuild:
36 + Improve dependencies
37
38 24 Apr 2014; Mikle Kolyada <zlogene@g.o>
39 perl-Math-Complex-1.590.0-r2.ebuild:
40
41
42
43 1.1 virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: perl-Math-Complex-1.590.0-r3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r3.ebuild,v 1.1 2014/07/09 19:32:13 dilfridge Exp $
53
54 EAPI=5
55
56 DESCRIPTION="Virtual for ${PN#perl-}"
57 HOMEPAGE=""
58 SRC_URI=""
59
60 LICENSE=""
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 DEPEND=""
66 RDEPEND="
67 || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} )
68 !<perl-core/${PN#perl-}-${PV}
69 !>perl-core/${PN#perl-}-${PV}-r999
70 "