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/yaml: ChangeLog yaml-0.66.ebuild
Date: Wed, 23 Apr 2008 09:31:07
Message-Id: E1JobJh-0006zt-01@stork.gentoo.org
1 tove 08/04/23 09:31:04
2
3 Modified: ChangeLog
4 Added: yaml-0.66.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.64 dev-perl/yaml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/yaml/ChangeLog?rev=1.64&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/yaml/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/yaml/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 28 Mar 2008 08:43:36 -0000 1.63
23 +++ ChangeLog 23 Apr 2008 09:31:04 -0000 1.64
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/yaml
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.63 2008/03/28 08:43:36 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.64 2008/04/23 09:31:04 tove Exp $
29 +
30 +*yaml-0.66 (23 Apr 2008)
31 +
32 + 23 Apr 2008; Torsten Veller <tove@g.o> +yaml-0.66.ebuild:
33 + Version bump
34
35 28 Mar 2008; Jeroen Roovers <jer@g.o> yaml-0.65.ebuild:
36 Stable for HPPA too.
37
38
39
40 1.1 dev-perl/yaml/yaml-0.66.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/yaml/yaml-0.66.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/yaml/yaml-0.66.ebuild?rev=1.1&content-type=text/plain
44
45 Index: yaml-0.66.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.66.ebuild,v 1.1 2008/04/23 09:31:04 tove Exp $
50
51 inherit perl-module
52
53 MY_P="YAML-${PV}"
54 S=${WORKDIR}/${MY_P}
55 DESCRIPTION="YAML Ain't Markup Language (tm)"
56 HOMEPAGE="http://search.cpan.org/dist/YAML/"
57 SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${MY_P}.tar.gz"
58
59 LICENSE="|| ( Artistic GPL-2 )"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
62 IUSE=""
63 SRC_TEST="do"
64
65 DEPEND="dev-lang/perl"
66
67 src_compile() {
68 echo "" | perl-module_src_compile
69 }
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list