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/Locale-gettext: ChangeLog Locale-gettext-1.50.0.ebuild
Date: Tue, 30 Aug 2011 11:17:21
Message-Id: 20110830111711.56DFA2004C@flycatcher.gentoo.org
1 tove 11/08/30 11:17:11
2
3 Modified: ChangeLog
4 Added: Locale-gettext-1.50.0.ebuild
5 Log:
6 Change version scheme
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.44 dev-perl/Locale-gettext/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Locale-gettext/ChangeLog?rev=1.44&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Locale-gettext/ChangeLog?rev=1.44&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Locale-gettext/ChangeLog?r1=1.43&r2=1.44
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/ChangeLog,v
20 retrieving revision 1.43
21 retrieving revision 1.44
22 diff -u -r1.43 -r1.44
23 --- ChangeLog 9 Feb 2011 16:53:44 -0000 1.43
24 +++ ChangeLog 30 Aug 2011 11:17:11 -0000 1.44
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Locale-gettext
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/ChangeLog,v 1.43 2011/02/09 16:53:44 idl0r Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/ChangeLog,v 1.44 2011/08/30 11:17:11 tove Exp $
30 +
31 +*Locale-gettext-1.50.0 (30 Aug 2011)
32 +
33 + 30 Aug 2011; Torsten Veller <tove@g.o> +Locale-gettext-1.50.0.ebuild:
34 + Change version scheme
35
36 29 Jan 2010; Torsten Veller <tove@g.o>
37 Locale-gettext-1.05-r1.ebuild:
38
39
40
41 1.1 dev-perl/Locale-gettext/Locale-gettext-1.50.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.50.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.50.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Locale-gettext-1.50.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.50.0.ebuild,v 1.1 2011/08/30 11:17:11 tove Exp $
51
52 EAPI=4
53
54 MY_PN=gettext
55 MODULE_AUTHOR=PVANDRY
56 MODULE_VERSION=1.05
57 inherit perl-module
58
59 DESCRIPTION="A Perl module for accessing the GNU locale utilities"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
63 IUSE=""
64
65 DEPEND="sys-devel/gettext"
66 RDEPEND="${DEPEND}"
67
68 PATCHES=( "${FILESDIR}"/compatibility-with-POSIX-module.diff )
69
70 # Disabling the tests - not ready for prime time - mcummings
71 #SRC_TEST="do"