diff options
author | Torsten Veller <tove@gentoo.org> | 2008-05-09 09:31:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-05-09 09:31:21 +0000 |
commit | 7494b3c4de92f4fd75cdbe2ae5826104636e378d (patch) | |
tree | e65a29a8fc6d6f3b7d3d10fa388ac2d8941ae27d /virtual/perl-Time-Local | |
parent | #219479 - Version bump (diff) | |
download | gentoo-2-7494b3c4de92f4fd75cdbe2ae5826104636e378d.tar.gz gentoo-2-7494b3c4de92f4fd75cdbe2ae5826104636e378d.tar.bz2 gentoo-2-7494b3c4de92f4fd75cdbe2ae5826104636e378d.zip |
#219479 - Version bump
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'virtual/perl-Time-Local')
-rw-r--r-- | virtual/perl-Time-Local/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/perl-Time-Local/perl-Time-Local-1.18.ebuild | 15 |
2 files changed, 19 insertions, 1 deletions
diff --git a/virtual/perl-Time-Local/ChangeLog b/virtual/perl-Time-Local/ChangeLog index 9227d813d3bd..0194d18c6f2c 100644 --- a/virtual/perl-Time-Local/ChangeLog +++ b/virtual/perl-Time-Local/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-Time-Local # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.26 2008/03/31 17:17:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.27 2008/05/09 09:31:21 tove Exp $ + + 09 May 2008; Torsten Veller <tove@gentoo.org> ChangeLog: + #219479 - Version bump 31 Mar 2008; Jeroen Roovers <jer@gentoo.org> perl-Time-Local-1.17.ebuild: Stable for HPPA too. diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.18.ebuild b/virtual/perl-Time-Local/perl-Time-Local-1.18.ebuild new file mode 100644 index 000000000000..8e097debda53 --- /dev/null +++ b/virtual/perl-Time-Local/perl-Time-Local-1.18.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/perl-Time-Local-1.18.ebuild,v 1.1 2008/05/09 09:31:21 tove Exp $ + +DESCRIPTION="Virtual for Time-Local" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/Time-Local-${PV}" |