diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-08-27 11:59:56 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-08-27 11:59:56 +0000 |
commit | e0a8745cb7d43b52f7ca18c2cd8f1bd832c7fdb7 (patch) | |
tree | 96bcbc928481b25abe48fefdbb934f979cb634c9 /virtual/perl-Time-Local | |
parent | Removing old ebuild, removing unipatch from newer ebuild (need to fix it!). (diff) | |
download | gentoo-2-e0a8745cb7d43b52f7ca18c2cd8f1bd832c7fdb7.tar.gz gentoo-2-e0a8745cb7d43b52f7ca18c2cd8f1bd832c7fdb7.tar.bz2 gentoo-2-e0a8745cb7d43b52f7ca18c2cd8f1bd832c7fdb7.zip |
Bumped Time::Local's virtual (bug #145236)
(Portage version: 2.1-r1)
Diffstat (limited to 'virtual/perl-Time-Local')
-rw-r--r-- | virtual/perl-Time-Local/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-Time-Local/files/digest-perl-Time-Local-1.13 | 1 | ||||
-rw-r--r-- | virtual/perl-Time-Local/perl-Time-Local-1.13.ebuild | 16 |
3 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-Time-Local/ChangeLog b/virtual/perl-Time-Local/ChangeLog index 4f1657250e01..731ee56b3b38 100644 --- a/virtual/perl-Time-Local/ChangeLog +++ b/virtual/perl-Time-Local/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-Time-Local # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.6 2006/04/23 21:33:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.7 2006/08/27 11:59:56 yuval Exp $ + +*perl-Time-Local-1.13 (27 Aug 2006) + + 27 Aug 2006; Yuval Yaari <yuval@gentoo.org> +perl-Time-Local-1.13.ebuild: + Bumped Time::Local's virtual (bug #145236) 23 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> perl-Time-Local-1.12.ebuild: diff --git a/virtual/perl-Time-Local/files/digest-perl-Time-Local-1.13 b/virtual/perl-Time-Local/files/digest-perl-Time-Local-1.13 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/virtual/perl-Time-Local/files/digest-perl-Time-Local-1.13 @@ -0,0 +1 @@ + diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.13.ebuild b/virtual/perl-Time-Local/perl-Time-Local-1.13.ebuild new file mode 100644 index 000000000000..5612de4f25f2 --- /dev/null +++ b/virtual/perl-Time-Local/perl-Time-Local-1.13.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 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.13.ebuild,v 1.1 2006/08/27 11:59:56 yuval 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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +IUSE="" +DEPEND="" +RDEPEND="~perl-core/Time-Local-${PV}" + |