diff options
-rw-r--r-- | dev-perl/Class-MethodMaker/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Class-MethodMaker/ChangeLog b/dev-perl/Class-MethodMaker/ChangeLog index fb2b051dc563..9d27acc7013e 100644 --- a/dev-perl/Class-MethodMaker/ChangeLog +++ b/dev-perl/Class-MethodMaker/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Class-MethodMaker -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v 1.56 2008/12/08 09:47:14 tove Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v 1.57 2009/02/15 07:51:34 tove Exp $ + +*Class-MethodMaker-2.15 (15 Feb 2009) + + 15 Feb 2009; Torsten Veller <tove@gentoo.org> + +Class-MethodMaker-2.15.ebuild: + Version bump 08 Dec 2008; Torsten Veller <tove@gentoo.org> Class-MethodMaker-2.12.ebuild, Class-MethodMaker-2.13.ebuild: diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild new file mode 100644 index 000000000000..3729d06c000f --- /dev/null +++ b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/Class-MethodMaker-2.15.ebuild,v 1.1 2009/02/15 07:51:34 tove Exp $ + +MODULE_AUTHOR=SCHWIGON +MODULE_SECTION=class-methodmaker +inherit perl-module eutils + +DESCRIPTION="Perl module for Class::MethodMaker" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-lang/perl" + +SRC_TEST="do" |