diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-15 14:12:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-15 14:12:59 +0000 |
commit | 346b62d6b01cc6d4213c9f578fbd68e737cb7c7b (patch) | |
tree | 860115f151732b18f4c9440c236d7a33cded90ac /dev-perl/common-sense | |
parent | Version bump (diff) | |
download | gentoo-2-346b62d6b01cc6d4213c9f578fbd68e737cb7c7b.tar.gz gentoo-2-346b62d6b01cc6d4213c9f578fbd68e737cb7c7b.tar.bz2 gentoo-2-346b62d6b01cc6d4213c9f578fbd68e737cb7c7b.zip |
Version bump
(Portage version: 2.2_rc67_p226/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/common-sense')
-rw-r--r-- | dev-perl/common-sense/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/common-sense/common-sense-3.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/common-sense/ChangeLog b/dev-perl/common-sense/ChangeLog index 430052ae0685..974a50b422a2 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.13 2010/06/11 05:14:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.14 2010/07/15 14:12:59 tove Exp $ + +*common-sense-3.3 (15 Jul 2010) + + 15 Jul 2010; Torsten Veller <tove@gentoo.org> +common-sense-3.3.ebuild: + Version bump 11 Jun 2010; Torsten Veller <tove@gentoo.org> -common-sense-2.02.ebuild, -common-sense-3.0.ebuild, -common-sense-3.1.ebuild: diff --git a/dev-perl/common-sense/common-sense-3.3.ebuild b/dev-perl/common-sense/common-sense-3.3.ebuild new file mode 100644 index 000000000000..f6d7e1e9a240 --- /dev/null +++ b/dev-perl/common-sense/common-sense-3.3.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.3.ebuild,v 1.1 2010/07/15 14:12:59 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" |