Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: d39bf79968b4795600026721614c649343c32421
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 5 17:57:34 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 5 17:57:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d39bf799
[newversion] aliased-0.300.100_rc
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/aliased/ChangeLog | 6 ++++++
dev-perl/aliased/aliased-0.300.100_rc.ebuild | 20 ++++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dev-perl/aliased/ChangeLog b/dev-perl/aliased/ChangeLog
index 73c6160..391e900 100644
--- a/dev-perl/aliased/ChangeLog
+++ b/dev-perl/aliased/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*aliased-0.300.100_rc (05 Apr 2011)
+
+ 05 Apr 2011; Kent Fredric <kentfredric@...>
+ +aliased-0.300.100_rc.ebuild:
+ Bump
+
*aliased-0.300.0 (05 Apr 2011)
05 Apr 2011; Kent Fredric <kentfredric@...> -aliased-0.30.ebuild,
diff --git a/dev-perl/aliased/aliased-0.300.100_rc.ebuild b/dev-perl/aliased/aliased-0.300.100_rc.ebuild
new file mode 100644
index 0000000..748c5a9
--- /dev/null
+++ b/dev-perl/aliased/aliased-0.300.100_rc.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=OVID
+MODULE_VERSION=0.30_01
+inherit perl-module
+
+DESCRIPTION="Use shorter versions of class names"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS=""
+
+IUSE=""
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Test-Simple
+ virtual/perl-Module-Build"
+SRC_TEST="do"
|
|