summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-12 19:15:30 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-12 19:15:30 +0000
commit2ed5c3caf9be4ed39651948c872e51fc4c178e75 (patch)
tree13998f1ddaf914451cd416d48ff289a3624cccb6 /dev-perl/log-dispatch
parentFix Manifest. (diff)
downloadgentoo-2-2ed5c3caf9be4ed39651948c872e51fc4c178e75.tar.gz
gentoo-2-2ed5c3caf9be4ed39651948c872e51fc4c178e75.tar.bz2
gentoo-2-2ed5c3caf9be4ed39651948c872e51fc4c178e75.zip
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/log-dispatch')
-rw-r--r--dev-perl/log-dispatch/ChangeLog9
-rw-r--r--dev-perl/log-dispatch/log-dispatch-2.280.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/log-dispatch/ChangeLog b/dev-perl/log-dispatch/ChangeLog
index e78692212521..8dc0a8094fed 100644
--- a/dev-perl/log-dispatch/ChangeLog
+++ b/dev-perl/log-dispatch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/log-dispatch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/ChangeLog,v 1.60 2010/10/18 07:38:50 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/ChangeLog,v 1.61 2011/01/12 19:15:30 tove Exp $
+
+*log-dispatch-2.280 (12 Jan 2011)
+
+ 12 Jan 2011; Torsten Veller <tove@gentoo.org> +log-dispatch-2.280.ebuild:
+ Version bump
*log-dispatch-2.27 (18 Oct 2010)
diff --git a/dev-perl/log-dispatch/log-dispatch-2.280.ebuild b/dev-perl/log-dispatch/log-dispatch-2.280.ebuild
new file mode 100644
index 000000000000..6a923672eea0
--- /dev/null
+++ b/dev-perl/log-dispatch/log-dispatch-2.280.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/log-dispatch-2.280.ebuild,v 1.1 2011/01/12 19:15:30 tove Exp $
+
+EAPI=3
+
+MY_PN=Log-Dispatch
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=2.28
+inherit perl-module
+
+DESCRIPTION="Dispatches messages to multiple Log::Dispatch::* objects"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Params-Validate
+ >=virtual/perl-Sys-Syslog-0.16"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31"
+
+SRC_TEST="do"