diff options
Diffstat (limited to 'dev-perl/Time-Duration')
-rw-r--r-- | dev-perl/Time-Duration/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Time-Duration/Time-Duration-1.06.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Time-Duration/ChangeLog b/dev-perl/Time-Duration/ChangeLog index 1a5ae42ac62e..c698224eb147 100644 --- a/dev-perl/Time-Duration/ChangeLog +++ b/dev-perl/Time-Duration/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Time-Duration -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/ChangeLog,v 1.28 2007/12/17 18:46:59 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/ChangeLog,v 1.29 2008/01/13 21:57:06 dertobi123 Exp $ + + 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + Time-Duration-1.06.ebuild: + ppc. stable 17 Dec 2007; Samuli Suominen <drac@gentoo.org> Time-Duration-1.06.ebuild: amd64 stable diff --git a/dev-perl/Time-Duration/Time-Duration-1.06.ebuild b/dev-perl/Time-Duration/Time-Duration-1.06.ebuild index 5901934abf42..6be035b5bdcc 100644 --- a/dev-perl/Time-Duration/Time-Duration-1.06.ebuild +++ b/dev-perl/Time-Duration/Time-Duration-1.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.06.ebuild,v 1.4 2007/12/17 18:46:59 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.06.ebuild,v 1.5 2008/01/13 21:57:06 dertobi123 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AV/AVIF/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86" IUSE="" DEPEND="dev-lang/perl" |