* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-RecDeparse/
@ 2011-03-16 3:36 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-03-16 3:36 UTC (permalink / raw
To: gentoo-commits
commit: a8c13f3f315843eb4040757b5a55f840ce52b048
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 16 02:52:44 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 16 02:52:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a8c13f3f
[added] B-RecDeparse
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/B-RecDeparse/B-RecDeparse-0.50.0.ebuild | 33 ++++++++++++++++++++++
dev-perl/B-RecDeparse/ChangeLog | 10 ++++++
dev-perl/B-RecDeparse/metadata.xml | 9 ++++++
3 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dev-perl/B-RecDeparse/B-RecDeparse-0.50.0.ebuild b/dev-perl/B-RecDeparse/B-RecDeparse-0.50.0.ebuild
new file mode 100644
index 0000000..b8cf8e1
--- /dev/null
+++ b/dev-perl/B-RecDeparse/B-RecDeparse-0.50.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=VPIT
+MODULE_VERSION="0.05"
+inherit perl-module
+
+DESCRIPTION="Deparse recursively into subroutines."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+ $(comment B::Deparse)
+ $(comment Config)
+ $(comment Carp)
+ $(comment base)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/B-RecDeparse/ChangeLog b/dev-perl/B-RecDeparse/ChangeLog
new file mode 100644
index 0000000..9938407
--- /dev/null
+++ b/dev-perl/B-RecDeparse/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/B-RecDeparse
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*B-RecDeparse-0.50.0 (16 Mar 2011)
+
+ 16 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +B-RecDeparse-0.50.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/B-RecDeparse/metadata.xml b/dev-perl/B-RecDeparse/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/B-RecDeparse/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/B-RecDeparse/
@ 2015-06-20 19:42 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-20 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 2c0e12298f0fb4c54d6e72882f71b17178d40aed
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 19:00:07 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 19:00:07 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2c0e1229
[bump] B-RecDeparse-0.100.0, remove old
Package-Manager: portage-2.2.17
dev-perl/B-RecDeparse/B-RecDeparse-0.100.0.ebuild | 22 ++++++++++
dev-perl/B-RecDeparse/B-RecDeparse-0.80.0.ebuild | 52 -----------------------
2 files changed, 22 insertions(+), 52 deletions(-)
diff --git a/dev-perl/B-RecDeparse/B-RecDeparse-0.100.0.ebuild b/dev-perl/B-RecDeparse/B-RecDeparse-0.100.0.ebuild
new file mode 100644
index 0000000..c3915f8
--- /dev/null
+++ b/dev-perl/B-RecDeparse/B-RecDeparse-0.100.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Deparse recursively into subroutines."
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+ virtual/perl-Carp
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/B-RecDeparse/B-RecDeparse-0.80.0.ebuild b/dev-perl/B-RecDeparse/B-RecDeparse-0.80.0.ebuild
deleted file mode 100644
index d333bfe..0000000
--- a/dev-perl/B-RecDeparse/B-RecDeparse-0.80.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=VPIT
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='Deparse recursively into subroutines.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # B::Deparse
- # echo dev-lang/perl
- # Carp
- # echo virtual/perl-Carp
- # Config
- #echo unresolved
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
- # Test::More
- echo virtual/perl-Test-Simple
- # base
- # echo virtual/perl-base
-}
-perl_meta_runtime() {
- # B::Deparse
- # echo dev-lang/perl
- # Carp
- # echo virtual/perl-Carp
- # Config
- # echo unresolved
- # base
- # echo virtual/perl-base
- # perl 5.008001 ( 5.8.1 )
- echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-20 19:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 3:36 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-RecDeparse/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-20 19:42 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox