public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Fennec-Lite/
@ 2011-08-26 18:49 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-08-26 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c9b0bd2312a05e003eb790e06e3f3fd5034772a2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 18:02:29 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 18:02:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c9b0bd23

[added] Fennec-Lite-0.4.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Fennec-Lite/ChangeLog                |   10 +++++++++
 dev-perl/Fennec-Lite/Fennec-Lite-0.4.0.ebuild |   28 +++++++++++++++++++++++++
 dev-perl/Fennec-Lite/metadata.xml             |    9 ++++++++
 3 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Fennec-Lite/ChangeLog b/dev-perl/Fennec-Lite/ChangeLog
new file mode 100644
index 0000000..09eec58
--- /dev/null
+++ b/dev-perl/Fennec-Lite/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Fennec-Lite
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Fennec-Lite-0.4.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com> +Fennec-Lite-0.4.0.ebuild,
+  +metadata.xml:
+  Added for Meta::Builder
+

diff --git a/dev-perl/Fennec-Lite/Fennec-Lite-0.4.0.ebuild b/dev-perl/Fennec-Lite/Fennec-Lite-0.4.0.ebuild
new file mode 100644
index 0000000..ebfda1b
--- /dev/null
+++ b/dev-perl/Fennec-Lite/Fennec-Lite-0.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=EXODIST
+MODULE_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION="Minimalist Fennec, the commonly used bits."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	>=dev-lang/perl-5.6.0
+	virtual/perl-Test-Simple $(comment Test::More)
+	$(comment Test::Builder)
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+"
+DEPEND="
+	virtual/perl-Module-Build
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Fennec-Lite/metadata.xml b/dev-perl/Fennec-Lite/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Fennec-Lite/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Fennec-Lite/
@ 2015-06-25  1:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-25  1:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2afa2b8be7b5ca2148f8338d3bcd8dded01bec95
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jun 25 01:24:25 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jun 25 01:24:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2afa2b8b

[fixup] Fennec-Lite: List::Util virtual-dep fix

Package-Manager: portage-2.2.17

 ...c-Lite-0.4.0-r1.ebuild => Fennec-Lite-0.4.0-r2.ebuild} | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Fennec-Lite/Fennec-Lite-0.4.0-r1.ebuild b/dev-perl/Fennec-Lite/Fennec-Lite-0.4.0-r2.ebuild
similarity index 64%
rename from dev-perl/Fennec-Lite/Fennec-Lite-0.4.0-r1.ebuild
rename to dev-perl/Fennec-Lite/Fennec-Lite-0.4.0-r2.ebuild
index 5c08f41..355f837 100644
--- a/dev-perl/Fennec-Lite/Fennec-Lite-0.4.0-r1.ebuild
+++ b/dev-perl/Fennec-Lite/Fennec-Lite-0.4.0-r2.ebuild
@@ -11,17 +11,14 @@ DESCRIPTION="Minimalist Fennec, the commonly used bits."
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-comment() { true;}
-COMMON_DEPEND="
+# Test::More -> Test-Simple
+# Test::Builder -> Test-Simple
+RDEPEND="
 	>=dev-lang/perl-5.6.0
-	virtual/perl-Test-Simple $(comment Test::More)
-	$(comment Test::Builder)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
+	virtual/perl-Test-Simple
+	virtual/perl-List-Util
 "
 DEPEND="
 	dev-perl/Module-Build
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
+	${RDEPEND}
 "


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-25  1:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-26 18:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Fennec-Lite/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-25  1:26 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox