summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-05-13 07:29:19 +0000
committerTorsten Veller <tove@gentoo.org>2012-05-13 07:29:19 +0000
commit032a0063c6a15cfaf9067a5b3210ab227e84f209 (patch)
tree4683b2fe0fda159404c3b787365e8c1e773cb5ba /dev-perl
parentFix bug 414709. Thanks Jean-Francis Roy for the solution. (diff)
downloadgentoo-2-032a0063c6a15cfaf9067a5b3210ab227e84f209.tar.gz
gentoo-2-032a0063c6a15cfaf9067a5b3210ab227e84f209.tar.bz2
gentoo-2-032a0063c6a15cfaf9067a5b3210ab227e84f209.zip
[bump] dev-perl/Unicode-EastAsianWidth-1.320.0
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Unicode-EastAsianWidth/ChangeLog8
-rw-r--r--dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.320.0.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Unicode-EastAsianWidth/ChangeLog b/dev-perl/Unicode-EastAsianWidth/ChangeLog
index 150465959135..7a8437762227 100644
--- a/dev-perl/Unicode-EastAsianWidth/ChangeLog
+++ b/dev-perl/Unicode-EastAsianWidth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Unicode-EastAsianWidth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.11 2012/05/09 17:08:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.12 2012/05/13 07:29:19 tove Exp $
+
+*Unicode-EastAsianWidth-1.320.0 (13 May 2012)
+
+ 13 May 2012; Torsten Veller <tove@gentoo.org>
+ +Unicode-EastAsianWidth-1.320.0.ebuild:
+ Version bump
09 May 2012; Alexis Ballier <aballier@gentoo.org>
Unicode-EastAsianWidth-1.30.ebuild:
diff --git a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.320.0.ebuild b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.320.0.ebuild
new file mode 100644
index 000000000000..82858831c0f7
--- /dev/null
+++ b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.320.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.320.0.ebuild,v 1.1 2012/05/13 07:29:19 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=AUDREYT
+MODULE_VERSION=1.32
+inherit perl-module
+
+DESCRIPTION="East Asian Width properties"
+
+LICENSE="CC0-1.0-Universal"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker"
+
+SRC_TEST="do"