diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-27 20:43:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-27 20:43:48 +0000 |
commit | 3c791935bd3b15003bd0c60428f5a57fc4e16cb1 (patch) | |
tree | c9facc0e29d3426d4eb0762f8ae5e5ca0d7d24c9 /dev-perl/constant-boolean | |
parent | Marked stable on AMD64 based on arch testing by Elijah El Lazkani & Tomáš "... (diff) | |
download | historical-3c791935bd3b15003bd0c60428f5a57fc4e16cb1.tar.gz historical-3c791935bd3b15003bd0c60428f5a57fc4e16cb1.tar.bz2 historical-3c791935bd3b15003bd0c60428f5a57fc4e16cb1.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/constant-boolean')
-rw-r--r-- | dev-perl/constant-boolean/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/constant-boolean/constant-boolean-0.20.0.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/constant-boolean/ChangeLog b/dev-perl/constant-boolean/ChangeLog index 12afddccf939..7301d020cc5b 100644 --- a/dev-perl/constant-boolean/ChangeLog +++ b/dev-perl/constant-boolean/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/constant-boolean -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/ChangeLog,v 1.4 2009/12/24 19:10:35 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/ChangeLog,v 1.5 2011/08/27 20:28:12 tove Exp $ + +*constant-boolean-0.20.0 (27 Aug 2011) + + 27 Aug 2011; Torsten Veller <tove@gentoo.org> + +constant-boolean-0.20.0.ebuild: + Change version scheme 24 Dec 2009; Torsten Veller <tove@gentoo.org> -constant-boolean-0.01.ebuild: diff --git a/dev-perl/constant-boolean/constant-boolean-0.20.0.ebuild b/dev-perl/constant-boolean/constant-boolean-0.20.0.ebuild new file mode 100644 index 000000000000..94dee3a26cdd --- /dev/null +++ b/dev-perl/constant-boolean/constant-boolean-0.20.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/constant-boolean-0.20.0.ebuild,v 1.1 2011/08/27 20:28:12 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DEXTER +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Define TRUE and FALSE constants" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Symbol-Util" +DEPEND="virtual/perl-Module-Build" + +SRC_TEST=do |