diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/common-sense/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/common-sense/common-sense-3.500.0.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/common-sense/ChangeLog b/dev-perl/common-sense/ChangeLog index e1ad416cbc27..9c52b956b372 100644 --- a/dev-perl/common-sense/ChangeLog +++ b/dev-perl/common-sense/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/common-sense -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.19 2011/09/24 13:24:23 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.20 2012/03/30 14:13:28 tove Exp $ + +*common-sense-3.500.0 (30 Mar 2012) + + 30 Mar 2012; Torsten Veller <tove@gentoo.org> +common-sense-3.500.0.ebuild: + Version bump 24 Sep 2011; Fabian Groffen <grobian@gentoo.org> common-sense-3.400.0.ebuild: Marked ~x64-macos diff --git a/dev-perl/common-sense/common-sense-3.500.0.ebuild b/dev-perl/common-sense/common-sense-3.500.0.ebuild new file mode 100644 index 000000000000..b0f5a6e96aea --- /dev/null +++ b/dev-perl/common-sense/common-sense-3.500.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/common-sense-3.500.0.ebuild,v 1.1 2012/03/30 14:13:28 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MLEHMANN +MODULE_VERSION=3.5 +inherit perl-module + +DESCRIPTION="common::sense - save a tree AND a kitten, use common::sense!" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x64-macos ~x86-solaris" +IUSE="" |