Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/I18N-LangTags: I18N-LangTags-0.35-r1.ebuild ChangeLog I18N-LangTags-0.35.ebuild
Date: Fri, 25 Jul 2014 21:06:02
Message-Id: 20140725210557.9BE362004E@flycatcher.gentoo.org
1 dilfridge 14/07/25 21:05:57
2
3 Modified: ChangeLog
4 Added: I18N-LangTags-0.35-r1.ebuild
5 Removed: I18N-LangTags-0.35.ebuild
6 Log:
7 EAPI bump
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
10
11 Revision Changes Path
12 1.2 perl-core/I18N-LangTags/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/perl-core/I18N-LangTags/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 22 Jul 2014 22:29:08 -0000 1.1
25 +++ ChangeLog 25 Jul 2014 21:05:57 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for perl-core/I18N-LangTags
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/perl-core/I18N-LangTags/ChangeLog,v 1.1 2014/07/22 22:29:08 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/perl-core/I18N-LangTags/ChangeLog,v 1.2 2014/07/25 21:05:57 dilfridge Exp $
31 +
32 +*I18N-LangTags-0.35-r1 (25 Jul 2014)
33 +
34 + 25 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
35 + +I18N-LangTags-0.35-r1.ebuild, -I18N-LangTags-0.35.ebuild:
36 + EAPI bump
37
38 *I18N-LangTags-0.35 (22 Jul 2014)
39
40
41
42
43 1.1 perl-core/I18N-LangTags/I18N-LangTags-0.35-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/I18N-LangTags-0.35-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/I18N-LangTags-0.35-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: I18N-LangTags-0.35-r1.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/perl-core/I18N-LangTags/I18N-LangTags-0.35-r1.ebuild,v 1.1 2014/07/25 21:05:57 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=SBURKE
57 MY_PN=I18N-LangTags
58 MY_P=${MY_PN}-${PV}
59 S=${WORKDIR}/${MY_P}
60 inherit perl-module
61
62 DESCRIPTION="RFC3066 language tag handling for Perl"
63 SRC_URI+=" http://dev.gentoo.org/~tove/files/${MY_P}-Detect-1.04.patch"
64
65 SLOT="0"
66 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-solaris"
67 IUSE=""
68
69 SRC_TEST="do"
70 PATCHES=( "${DISTDIR}"/${MY_P}-Detect-1.04.patch )