summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 12:55:10 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 12:55:10 +0000
commit795b1bd9fde3ef7390c99ae5c38d8c0e727479cb (patch)
treeb05be35666c54d6515d9d84ea96caf8bcf66ae84 /dev-perl/Text-Unaccent
parentChange version scheme (diff)
downloadgentoo-2-795b1bd9fde3ef7390c99ae5c38d8c0e727479cb.tar.gz
gentoo-2-795b1bd9fde3ef7390c99ae5c38d8c0e727479cb.tar.bz2
gentoo-2-795b1bd9fde3ef7390c99ae5c38d8c0e727479cb.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Unaccent')
-rw-r--r--dev-perl/Text-Unaccent/ChangeLog9
-rw-r--r--dev-perl/Text-Unaccent/Text-Unaccent-1.80.0.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Text-Unaccent/ChangeLog b/dev-perl/Text-Unaccent/ChangeLog
index 89d0c53e73ec..b2b6180c938f 100644
--- a/dev-perl/Text-Unaccent/ChangeLog
+++ b/dev-perl/Text-Unaccent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Text-Unaccent
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/ChangeLog,v 1.16 2010/04/18 10:28:30 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/ChangeLog,v 1.17 2011/08/28 12:55:10 tove Exp $
+
+*Text-Unaccent-1.80.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Text-Unaccent-1.80.0.ebuild:
+ Change version scheme
18 Apr 2010; Torsten Veller <tove@gentoo.org> Text-Unaccent-1.08.ebuild:
Fix LICENSE. EAPI=3. Maintenance
diff --git a/dev-perl/Text-Unaccent/Text-Unaccent-1.80.0.ebuild b/dev-perl/Text-Unaccent/Text-Unaccent-1.80.0.ebuild
new file mode 100644
index 000000000000..5be5ed8aa66b
--- /dev/null
+++ b/dev-perl/Text-Unaccent/Text-Unaccent-1.80.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/Text-Unaccent-1.80.0.ebuild,v 1.1 2011/08/28 12:55:10 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=LDACHARY
+MODULE_VERSION=1.08
+inherit perl-module
+
+DESCRIPTION="Removes accents from a string"
+
+LICENSE="|| ( GPL-2 GPL-3 )" #GPL-2+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+SRC_TEST="do"
+PATCHES=( "${FILESDIR}"/text-unaccent_size_t.diff )