diff options
author | 2009-09-23 19:09:39 +0000 | |
---|---|---|
committer | 2009-09-23 19:09:39 +0000 | |
commit | 952eba5e1b21f1ea963922c220a09a836a993962 (patch) | |
tree | a8417401253a8f46182450c53f5a872d97b37a6b /dev-perl | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-952eba5e1b21f1ea963922c220a09a836a993962.tar.gz gentoo-2-952eba5e1b21f1ea963922c220a09a836a993962.tar.bz2 gentoo-2-952eba5e1b21f1ea963922c220a09a836a993962.zip |
Version bump
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/common-sense/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/common-sense/common-sense-2.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/common-sense/ChangeLog b/dev-perl/common-sense/ChangeLog index 0b1f10f0df6c..3a29fdab54c9 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.2 2009/08/25 17:48:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.3 2009/09/23 19:09:39 tove Exp $ + +*common-sense-2.0 (23 Sep 2009) + + 23 Sep 2009; Torsten Veller <tove@gentoo.org> +common-sense-2.0.ebuild: + Version bump 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> common-sense-1.0.ebuild: diff --git a/dev-perl/common-sense/common-sense-2.0.ebuild b/dev-perl/common-sense/common-sense-2.0.ebuild new file mode 100644 index 000000000000..75a3b01a1256 --- /dev/null +++ b/dev-perl/common-sense/common-sense-2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/common-sense-2.0.ebuild,v 1.1 2009/09/23 19:09:39 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 ~x86" |