dilfridge 14/07/25 21:05:57 Modified: ChangeLog Added: I18N-LangTags-0.35-r1.ebuild Removed: I18N-LangTags-0.35.ebuild Log: EAPI bump (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.2 perl-core/I18N-LangTags/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/I18N-LangTags/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 22 Jul 2014 22:29:08 -0000 1.1 +++ ChangeLog 25 Jul 2014 21:05:57 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for perl-core/I18N-LangTags # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/I18N-LangTags/ChangeLog,v 1.1 2014/07/22 22:29:08 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/I18N-LangTags/ChangeLog,v 1.2 2014/07/25 21:05:57 dilfridge Exp $ + +*I18N-LangTags-0.35-r1 (25 Jul 2014) + + 25 Jul 2014; Andreas K. Huettel <[email protected]> + +I18N-LangTags-0.35-r1.ebuild, -I18N-LangTags-0.35.ebuild: + EAPI bump *I18N-LangTags-0.35 (22 Jul 2014) 1.1 perl-core/I18N-LangTags/I18N-LangTags-0.35-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/I18N-LangTags/I18N-LangTags-0.35-r1.ebuild?rev=1.1&view=markup 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 Index: I18N-LangTags-0.35-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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 $ EAPI=5 MODULE_AUTHOR=SBURKE MY_PN=I18N-LangTags MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} inherit perl-module DESCRIPTION="RFC3066 language tag handling for Perl" SRC_URI+=" http://dev.gentoo.org/~tove/files/${MY_P}-Detect-1.04.patch" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-solaris" IUSE="" SRC_TEST="do" PATCHES=( "${DISTDIR}"/${MY_P}-Detect-1.04.patch )
