diff options
author | Torsten Veller <tove@gentoo.org> | 2008-05-07 08:16:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-05-07 08:16:44 +0000 |
commit | 751c13ae40bba2a5d220934cf25b29124078732c (patch) | |
tree | 85d55eccae885d4d5a4f6d80f582d8531508ec62 /dev-perl | |
parent | Masking openrc on new profiles where it requires a newer glibc than supported. (diff) | |
download | gentoo-2-751c13ae40bba2a5d220934cf25b29124078732c.tar.gz gentoo-2-751c13ae40bba2a5d220934cf25b29124078732c.tar.bz2 gentoo-2-751c13ae40bba2a5d220934cf25b29124078732c.zip |
Version bump
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DateManip/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/DateManip/DateManip-5.50.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-perl/DateManip/ChangeLog b/dev-perl/DateManip/ChangeLog index ff436ae75e9b..e09c9fe2a22f 100644 --- a/dev-perl/DateManip/ChangeLog +++ b/dev-perl/DateManip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DateManip -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.33 2007/01/15 17:20:50 mcummings Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.34 2008/05/07 08:16:44 tove Exp $ + +*DateManip-5.50 (07 May 2008) + + 07 May 2008; Torsten Veller <tove@gentoo.org> +DateManip-5.50.ebuild: + Version bump 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> -DateManip-5.42a-r1.ebuild, DateManip-5.44.ebuild: diff --git a/dev-perl/DateManip/DateManip-5.50.ebuild b/dev-perl/DateManip/DateManip-5.50.ebuild new file mode 100644 index 000000000000..518b05fccb54 --- /dev/null +++ b/dev-perl/DateManip/DateManip-5.50.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.50.ebuild,v 1.1 2008/05/07 08:16:44 tove Exp $ + +inherit perl-module + +DESCRIPTION="Perl date manipulation routines" +HOMEPAGE="http://search.cpan.org/dist/Date-Manip" +SRC_URI="mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-${PV}.tar.gz" +SRC_TEST="do" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND}" +# dev-perl/module-build" + +# Build.PL doesn't work with 5.50 +PREFER_BUILDPL=no + +S=${WORKDIR}/Date-Manip-${PV} + +mydoc="HISTORY TODO" |