diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-26 07:59:22 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-26 07:59:22 +0000 |
commit | de0131601dfa1e6f45abae9409ecc69b23a2086a (patch) | |
tree | 95f3fa5c3a82697ff383aea6a146c7b1c49efa01 /dev-perl/Log-Log4perl | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-de0131601dfa1e6f45abae9409ecc69b23a2086a.tar.gz gentoo-2-de0131601dfa1e6f45abae9409ecc69b23a2086a.tar.bz2 gentoo-2-de0131601dfa1e6f45abae9409ecc69b23a2086a.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Log-Log4perl')
-rw-r--r-- | dev-perl/Log-Log4perl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Log-Log4perl/Log-Log4perl-1.26.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog index 50162170e4d5..e250b313faee 100644 --- a/dev-perl/Log-Log4perl/ChangeLog +++ b/dev-perl/Log-Log4perl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Log-Log4perl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.58 2009/10/28 18:09:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.59 2009/11/26 07:59:22 robbat2 Exp $ + +*Log-Log4perl-1.26 (26 Nov 2009) + + 26 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +Log-Log4perl-1.26.ebuild: + Version bump via perl-bump experimental tool. 28 Oct 2009; Raúl Porcel <armin76@gentoo.org> Log-Log4perl-1.24.ebuild: ia64 stable diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.26.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.26.ebuild new file mode 100644 index 000000000000..1b73d870ce97 --- /dev/null +++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.26.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.26.ebuild,v 1.1 2009/11/26 07:59:22 robbat2 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 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Time-HiRes" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" |