diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:51:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:51:51 +0000 |
commit | 6cf5bcdf24630c297938328c86a8c5332cbc6ed6 (patch) | |
tree | 5ba602bba20d112a32c55417558c9d75c13b7605 /dev-perl/String-Ediff | |
parent | Version bump. Due to DLJ bundles no longer provided by Oracle, the package ch... (diff) | |
download | historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.tar.gz historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.tar.bz2 historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/String-Ediff')
-rw-r--r-- | dev-perl/String-Ediff/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/String-Ediff/String-Ediff-0.90.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/String-Ediff/ChangeLog b/dev-perl/String-Ediff/ChangeLog index c8515fdaab12..ed304d42ba04 100644 --- a/dev-perl/String-Ediff/ChangeLog +++ b/dev-perl/String-Ediff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/String-Ediff -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/ChangeLog,v 1.15 2009/05/02 10:50:12 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/ChangeLog,v 1.16 2011/09/01 13:51:51 tove Exp $ + +*String-Ediff-0.90.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +String-Ediff-0.90.0.ebuild: + Change version scheme 02 May 2009; Torsten Veller <tove@gentoo.org> -String-Ediff-0.08.ebuild: Cleanup diff --git a/dev-perl/String-Ediff/String-Ediff-0.90.0.ebuild b/dev-perl/String-Ediff/String-Ediff-0.90.0.ebuild new file mode 100644 index 000000000000..8c7a6c10693e --- /dev/null +++ b/dev-perl/String-Ediff/String-Ediff-0.90.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/String-Ediff-0.90.0.ebuild,v 1.1 2011/09/01 13:51:51 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BOXZOU +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Produce common sub-string indices for two strings" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |