diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-03 06:07:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-03 06:07:57 +0000 |
commit | 139d9f71af9862b77dc3066bab9b367d322dc5c6 (patch) | |
tree | 109d6553c018fdef296ea012ccb5b286c3a30b02 /dev-perl/Log-Log4perl | |
parent | Cleanup (diff) | |
download | gentoo-2-139d9f71af9862b77dc3066bab9b367d322dc5c6.tar.gz gentoo-2-139d9f71af9862b77dc3066bab9b367d322dc5c6.tar.bz2 gentoo-2-139d9f71af9862b77dc3066bab9b367d322dc5c6.zip |
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Log-Log4perl')
-rw-r--r-- | dev-perl/Log-Log4perl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Log-Log4perl/Log-Log4perl-1.29.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Log-Log4perl/Log-Log4perl-1.30.ebuild | 21 |
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog index a2ae64437891..be60ed4e2d25 100644 --- a/dev-perl/Log-Log4perl/ChangeLog +++ b/dev-perl/Log-Log4perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Log-Log4perl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.71 2011/02/27 07:10:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.72 2011/04/03 06:07:57 tove Exp $ + + 03 Apr 2011; Torsten Veller <tove@gentoo.org> -Log-Log4perl-1.29.ebuild, + -Log-Log4perl-1.30.ebuild: + Cleanup *Log-Log4perl-1.320.0 (27 Feb 2011) diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.29.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.29.ebuild deleted file mode 100644 index 1a07616c6fd7..000000000000 --- a/dev-perl/Log-Log4perl/Log-Log4perl-1.29.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.29.ebuild,v 1.1 2010/06/22 06:38:11 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="MSCHILLI" -inherit perl-module - -DESCRIPTION="Log::Log4perl is a Perl port of the widely popular log4j logging package." -HOMEPAGE="http://log4perl.sourceforge.net/" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="virtual/perl-Time-HiRes" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.30.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.30.ebuild deleted file mode 100644 index f151154b3841..000000000000 --- a/dev-perl/Log-Log4perl/Log-Log4perl-1.30.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.30.ebuild,v 1.1 2010/09/01 06:59:20 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR="MSCHILLI" -inherit perl-module - -DESCRIPTION="Log::Log4perl is a Perl port of the widely popular log4j logging package." -HOMEPAGE="http://log4perl.sourceforge.net/" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="virtual/perl-Time-HiRes" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" |