summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-09-05 03:52:21 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-09-05 03:52:21 +0000
commitec7bf39ba87d10f0854403835610a64d21a6ad98 (patch)
tree66f2384d57706b77e52fa7e399f9a1461ed4be88 /perl-core/Encode
parentDisable network tests, bug 483656. (diff)
downloadgentoo-2-ec7bf39ba87d10f0854403835610a64d21a6ad98.tar.gz
gentoo-2-ec7bf39ba87d10f0854403835610a64d21a6ad98.tar.bz2
gentoo-2-ec7bf39ba87d10f0854403835610a64d21a6ad98.zip
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'perl-core/Encode')
-rw-r--r--perl-core/Encode/ChangeLog8
-rw-r--r--perl-core/Encode/Encode-2.450.0.ebuild4
-rw-r--r--perl-core/Encode/Encode-2.540.0.ebuild20
3 files changed, 29 insertions, 3 deletions
diff --git a/perl-core/Encode/ChangeLog b/perl-core/Encode/ChangeLog
index c3af93e1c604..5769993a5a6a 100644
--- a/perl-core/Encode/ChangeLog
+++ b/perl-core/Encode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Encode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/ChangeLog,v 1.52 2013/08/24 04:03:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/ChangeLog,v 1.53 2013/09/05 03:52:21 patrick Exp $
+
+*Encode-2.540.0 (05 Sep 2013)
+
+ 05 Sep 2013; Patrick Lauer <patrick@gentoo.org> +Encode-2.540.0.ebuild,
+ Encode-2.450.0.ebuild:
+ Bump
*Encode-2.520.0 (24 Aug 2013)
diff --git a/perl-core/Encode/Encode-2.450.0.ebuild b/perl-core/Encode/Encode-2.450.0.ebuild
index 28e08799889e..ebacb92cfc7d 100644
--- a/perl-core/Encode/Encode-2.450.0.ebuild
+++ b/perl-core/Encode/Encode-2.450.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/Encode-2.450.0.ebuild,v 1.1 2012/08/06 15:16:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/Encode-2.450.0.ebuild,v 1.2 2013/09/05 03:52:21 patrick Exp $
EAPI=4
diff --git a/perl-core/Encode/Encode-2.540.0.ebuild b/perl-core/Encode/Encode-2.540.0.ebuild
new file mode 100644
index 000000000000..53ba742520a4
--- /dev/null
+++ b/perl-core/Encode/Encode-2.540.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/Encode-2.540.0.ebuild,v 1.1 2013/09/05 03:52:21 patrick Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=DANKOGAI
+MODULE_VERSION=2.54
+inherit perl-module
+
+DESCRIPTION="character encodings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="!!<dev-lang/perl-5.8.8-r8"
+
+SRC_TEST=do
+PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )