Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/cdk-perl: ChangeLog cdk-perl-20120324.ebuild
Date: Fri, 08 Jun 2012 20:07:32
Message-Id: 20120608200712.3D8112004B@flycatcher.gentoo.org
1 tove 12/06/08 20:07:12
2
3 Modified: ChangeLog
4 Added: cdk-perl-20120324.ebuild
5 Log:
6 Version bump. Fixes bug #420171
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.24 dev-perl/cdk-perl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/cdk-perl/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/cdk-perl/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/cdk-perl/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/cdk-perl/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 9 Feb 2011 17:01:24 -0000 1.23
24 +++ ChangeLog 8 Jun 2012 20:07:12 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/cdk-perl
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/cdk-perl/ChangeLog,v 1.23 2011/02/09 17:01:24 idl0r Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/cdk-perl/ChangeLog,v 1.24 2012/06/08 20:07:12 tove Exp $
31 +
32 +*cdk-perl-20120324 (08 Jun 2012)
33 +
34 + 08 Jun 2012; Torsten Veller <tove@g.o> +cdk-perl-20120324.ebuild:
35 + Version bump. Fixes bug #420171
36
37 13 Mar 2007; Michael Cummings <mcummings@g.o>
38 cdk-perl-20031210.ebuild:
39
40
41
42 1.1 dev-perl/cdk-perl/cdk-perl-20120324.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/cdk-perl/cdk-perl-20120324.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/cdk-perl/cdk-perl-20120324.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cdk-perl-20120324.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/cdk-perl/cdk-perl-20120324.ebuild,v 1.1 2012/06/08 20:07:12 tove Exp $
52
53 EAPI=4
54
55 inherit perl-module
56
57 DESCRIPTION="Perl extension for Cdk"
58 HOMEPAGE="http://dickey.his.com/cdk/cdk.html"
59 SRC_URI="mirror://gentoo/${P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
64 IUSE=""
65
66 RDEPEND=">=dev-libs/cdk-4.9.10.20031210"
67 DEPEND="${RDEPEND}"
68
69 src_configure() {
70 default
71 perl-module_src_configure
72 }