diff options
author | 2011-09-01 13:51:51 +0000 | |
---|---|---|
committer | 2011-09-01 13:51:51 +0000 | |
commit | 6cf5bcdf24630c297938328c86a8c5332cbc6ed6 (patch) | |
tree | 5ba602bba20d112a32c55417558c9d75c13b7605 /dev-perl/B-Keywords | |
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/B-Keywords')
-rw-r--r-- | dev-perl/B-Keywords/B-Keywords-1.100.0.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/B-Keywords/ChangeLog | 7 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/B-Keywords/B-Keywords-1.100.0.ebuild b/dev-perl/B-Keywords/B-Keywords-1.100.0.ebuild new file mode 100644 index 000000000000..1efe8c6fdd67 --- /dev/null +++ b/dev-perl/B-Keywords/B-Keywords-1.100.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/B-Keywords/B-Keywords-1.100.0.ebuild,v 1.1 2011/09/01 13:09:11 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=1.10 +inherit perl-module + +DESCRIPTION="Lists of reserved barewords and symbol names" + +# GPL-2 - no later clause +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/B-Keywords/ChangeLog b/dev-perl/B-Keywords/ChangeLog index 6171c536426b..826b6a7f33b2 100644 --- a/dev-perl/B-Keywords/ChangeLog +++ b/dev-perl/B-Keywords/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/B-Keywords # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Keywords/ChangeLog,v 1.18 2011/01/14 18:40:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Keywords/ChangeLog,v 1.19 2011/09/01 13:09:11 tove Exp $ + +*B-Keywords-1.100.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +B-Keywords-1.100.0.ebuild: + Change version scheme 14 Jan 2011; Torsten Veller <tove@gentoo.org> -B-Keywords-1.08.ebuild, -B-Keywords-1.09.ebuild: |