diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-07 06:54:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-07 06:54:37 +0000 |
commit | e542351c95c7120c3277712f5ef7522fe8e0e95b (patch) | |
tree | 14b0e42df49680bc03aca49f742b0a2dac5a2395 /dev-perl/common-sense | |
parent | Version bump: Updated to tzdata version 2010h. (diff) | |
download | historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.tar.gz historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.tar.bz2 historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/common-sense')
-rw-r--r-- | dev-perl/common-sense/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/common-sense/common-sense-3.1.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/common-sense/ChangeLog b/dev-perl/common-sense/ChangeLog index 2c4bde496442..7103922b9e3f 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.10 2009/12/25 06:43:00 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.11 2010/04/07 06:35:23 tove Exp $ + +*common-sense-3.1 (07 Apr 2010) + + 07 Apr 2010; Torsten Veller <tove@gentoo.org> +common-sense-3.1.ebuild: + Version bump *common-sense-3.0 (25 Dec 2009) diff --git a/dev-perl/common-sense/common-sense-3.1.ebuild b/dev-perl/common-sense/common-sense-3.1.ebuild new file mode 100644 index 000000000000..130e02e26667 --- /dev/null +++ b/dev-perl/common-sense/common-sense-3.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 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.1.ebuild,v 1.1 2010/04/07 06:35:23 tove Exp $ + +MODULE_AUTHOR="MLEHMANN" +EAPI=2 + +inherit perl-module + +DESCRIPTION="common::sense - save a tree AND a kitten, use common::sense!" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-solaris" |