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/Text-Glob: Text-Glob-0.90.ebuild ChangeLog
Date: Wed, 23 Feb 2011 07:29:15
Message-Id: 20110223072904.7C0B320054@flycatcher.gentoo.org
1 tove 11/02/23 07:29:04
2
3 Modified: ChangeLog
4 Added: Text-Glob-0.90.ebuild
5 Log:
6 [bump] dev-perl/Text-Glob-0.90
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.37 dev-perl/Text-Glob/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Glob/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Glob/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Glob/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 14 Jan 2010 15:31:13 -0000 1.36
24 +++ ChangeLog 23 Feb 2011 07:29:04 -0000 1.37
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Text-Glob
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.36 2010/01/14 15:31:13 grobian Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.37 2011/02/23 07:29:04 tove Exp $
31 +
32 +*Text-Glob-0.90 (23 Feb 2011)
33 +
34 + 23 Feb 2011; Torsten Veller <tove@g.o> +Text-Glob-0.90.ebuild:
35 + Version bump
36
37 14 Jan 2010; Fabian Groffen <grobian@g.o> Text-Glob-0.08.ebuild:
38 Transfer Prefix keywords
39
40
41
42 1.1 dev-perl/Text-Glob/Text-Glob-0.90.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.90.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.90.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Text-Glob-0.90.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.90.ebuild,v 1.1 2011/02/23 07:29:04 tove Exp $
52
53 EAPI=3
54
55 MODULE_AUTHOR=RCLAMP
56 MODULE_VERSION=0.09
57 inherit perl-module
58
59 DESCRIPTION="Match globbing patterns against text"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
63 IUSE=""
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}
67 >=virtual/perl-Module-Build-0.28"
68
69 SRC_TEST="do"