public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-GenToc/
@ 2011-04-02 13:20 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-04-02 13:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9ee5403b1d7cce02a812a056b0dedcf44cb07207
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  2 13:19:50 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  2 13:19:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9ee5403b

[migrate+fix] HTML-GenToc, EAPI3, DEPEND, QA, SRC_TEST

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/HTML-GenToc/ChangeLog                  |   10 +++++++
 dev-perl/HTML-GenToc/HTML-GenToc-3.10.ebuild    |   21 ----------------
 dev-perl/HTML-GenToc/HTML-GenToc-3.100.0.ebuild |   30 +++++++++++++++++++++++
 3 files changed, 40 insertions(+), 21 deletions(-)

diff --git a/dev-perl/HTML-GenToc/ChangeLog b/dev-perl/HTML-GenToc/ChangeLog
new file mode 100644
index 0000000..0a1703a
--- /dev/null
+++ b/dev-perl/HTML-GenToc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/HTML-GenToc
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*HTML-GenToc-3.100.0 (02 Apr 2011)
+
+  02 Apr 2011; Kent Fredric <kentfredric@gmail.com> -HTML-GenToc-3.10.ebuild,
+  +HTML-GenToc-3.100.0.ebuild:
+  Migrate, EAPI=3, DEPEND/QA, SRC_TEST
+

diff --git a/dev-perl/HTML-GenToc/HTML-GenToc-3.10.ebuild b/dev-perl/HTML-GenToc/HTML-GenToc-3.10.ebuild
deleted file mode 100644
index 2406040..0000000
--- a/dev-perl/HTML-GenToc/HTML-GenToc-3.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=RUBYKAT
-inherit perl-module
-
-DESCRIPTION="Generate a Table of Contents for HTML documents."
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=virtual/perl-Getopt-Long-2.34
-	>=dev-perl/HTML-LinkList-0.1501
-	>=dev-perl/Getopt-ArgvFile-1.09
-	>=dev-perl/HTML-SimpleParse-0.1
-	dev-perl/HTML-Parser
-"

diff --git a/dev-perl/HTML-GenToc/HTML-GenToc-3.100.0.ebuild b/dev-perl/HTML-GenToc/HTML-GenToc-3.100.0.ebuild
new file mode 100644
index 0000000..d595635
--- /dev/null
+++ b/dev-perl/HTML-GenToc/HTML-GenToc-3.100.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=3
+MODULE_AUTHOR=RUBYKAT
+MODULE_VERSION="3.10"
+inherit perl-module
+
+DESCRIPTION="Generate a Table of Contents for HTML documents."
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+	>=virtual/perl-Getopt-Long-2.34 $(comment 2.340.0)
+	>=dev-perl/HTML-LinkList-0.150.100
+	>=dev-perl/Getopt-ArgvFile-1.09 $(comment 0.90.0)
+	>=dev-perl/HTML-SimpleParse-0.1 $(comment 0.100.0)
+	dev-perl/HTML-Parser $(comment HTML::Entities)
+	$(comment "virtual/perl-Data-Dumper")
+	virtual/perl-PodParser $(comment Pod::Usage)
+"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
+	virtual/perl-Test-Simple
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-GenToc/
@ 2011-04-02 14:42 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-04-02 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d8a247d29990a0e6fe02760879e2517a6e8d87ee
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  2 13:28:16 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  2 13:28:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d8a247d2

[newversion] HTML-GenToc-3.200.0

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/HTML-GenToc/ChangeLog                  |    6 ++++
 dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild |   31 +++++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTML-GenToc/ChangeLog b/dev-perl/HTML-GenToc/ChangeLog
index 0a1703a..2cbd54c 100644
--- a/dev-perl/HTML-GenToc/ChangeLog
+++ b/dev-perl/HTML-GenToc/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-GenToc-3.200.0 (02 Apr 2011)
+
+  02 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +HTML-GenToc-3.200.0.ebuild:
+  Bump
+
 *HTML-GenToc-3.100.0 (02 Apr 2011)
 
   02 Apr 2011; Kent Fredric <kentfredric@gmail.com> -HTML-GenToc-3.10.ebuild,

diff --git a/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild b/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild
new file mode 100644
index 0000000..7898018
--- /dev/null
+++ b/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RUBYKAT
+MODULE_VERSION="3.20"
+inherit perl-module
+
+DESCRIPTION="Generate a Table of Contents for HTML documents."
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+	$(comment "virtual/perl-Data-Dumper")
+	$(comment "virtual/perl-File-Basename")
+	>=virtual/perl-Getopt-Long-2.34 $(comment 2.340.0)
+	dev-perl/HTML-Parser $(comment HTML::Entities)
+	>=dev-perl/HTML-LinkList-0.150.100
+	>=dev-perl/HTML-SimpleParse-0.1 $(comment 0.100.0)
+	virtual/perl-PodParser $(comment Pod::Usage)
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
+	virtual/perl-File-Temp
+	virtual/perl-Test-Simple
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-GenToc/
@ 2012-02-08 21:57 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-08 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     483f5611c0dd175d1585a64a76f832b9f8004fd4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 19:10:51 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb  8 19:10:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=483f5611

[cpanclean] =HTML-GenToc-3.100.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/HTML-GenToc/ChangeLog                  |    6 ++++-
 dev-perl/HTML-GenToc/HTML-GenToc-3.100.0.ebuild |   30 -----------------------
 2 files changed, 5 insertions(+), 31 deletions(-)

diff --git a/dev-perl/HTML-GenToc/ChangeLog b/dev-perl/HTML-GenToc/ChangeLog
index 2cbd54c..906acf8 100644
--- a/dev-perl/HTML-GenToc/ChangeLog
+++ b/dev-perl/HTML-GenToc/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/HTML-GenToc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -HTML-GenToc-3.100.0.ebuild:
+  Gone on CPAN
+
 *HTML-GenToc-3.200.0 (02 Apr 2011)
 
   02 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTML-GenToc/HTML-GenToc-3.100.0.ebuild b/dev-perl/HTML-GenToc/HTML-GenToc-3.100.0.ebuild
deleted file mode 100644
index d595635..0000000
--- a/dev-perl/HTML-GenToc/HTML-GenToc-3.100.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=RUBYKAT
-MODULE_VERSION="3.10"
-inherit perl-module
-
-DESCRIPTION="Generate a Table of Contents for HTML documents."
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
-	>=virtual/perl-Getopt-Long-2.34 $(comment 2.340.0)
-	>=dev-perl/HTML-LinkList-0.150.100
-	>=dev-perl/Getopt-ArgvFile-1.09 $(comment 0.90.0)
-	>=dev-perl/HTML-SimpleParse-0.1 $(comment 0.100.0)
-	dev-perl/HTML-Parser $(comment HTML::Entities)
-	$(comment "virtual/perl-Data-Dumper")
-	virtual/perl-PodParser $(comment Pod::Usage)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-	virtual/perl-Test-Simple
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-GenToc/
@ 2014-07-22  2:49 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-07-22  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9d65c9271fb990442f0bc0699d2359dea378f85e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 22 02:25:32 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 22 02:25:32 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9d65c927

[fixup] dev-perl/HTML-GenToc PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/HTML-GenToc/ChangeLog                                    | 8 +++++++-
 .../{HTML-GenToc-3.200.0.ebuild => HTML-GenToc-3.200.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/HTML-GenToc/ChangeLog b/dev-perl/HTML-GenToc/ChangeLog
index 906acf8..827f64d 100644
--- a/dev-perl/HTML-GenToc/ChangeLog
+++ b/dev-perl/HTML-GenToc/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/HTML-GenToc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-GenToc-3.200.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -HTML-GenToc-3.200.0.ebuild, +HTML-GenToc-3.200.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
   08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
   -HTML-GenToc-3.100.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild b/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild
similarity index 89%
rename from dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild
rename to dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild
index 7898018..81b904b 100644
--- a/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild
+++ b/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -21,7 +21,7 @@ RDEPEND="
 	dev-perl/HTML-Parser $(comment HTML::Entities)
 	>=dev-perl/HTML-LinkList-0.150.100
 	>=dev-perl/HTML-SimpleParse-0.1 $(comment 0.100.0)
-	virtual/perl-PodParser $(comment Pod::Usage)
+	virtual/perl-Pod-Parser $(comment Pod::Usage)
 "
 DEPEND="${RDEPEND}
 	>=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-GenToc/
@ 2015-06-17  0:56 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-17  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ccdcb92ca5ebbda92c598691822634d1877ae8a2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:47:01 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:47:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ccdcb92c

[fixup] HTML-GenToc: EAPI5

Package-Manager: portage-2.2.17

 .../{HTML-GenToc-3.200.0-r1.ebuild => HTML-GenToc-3.200.0-r2.ebuild}  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild b/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r2.ebuild
similarity index 93%
rename from dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild
rename to dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r2.ebuild
index 4f134f0..ee97116 100644
--- a/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild
+++ b/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r2.ebuild
@@ -1,13 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=4
+EAPI=5
 MODULE_AUTHOR=RUBYKAT
 MODULE_VERSION="3.20"
 inherit perl-module
 
 DESCRIPTION="Generate a Table of Contents for HTML documents."
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -28,4 +27,3 @@ DEPEND="${RDEPEND}
 	virtual/perl-File-Temp
 	virtual/perl-Test-Simple
 "
-SRC_TEST="do"


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

end of thread, other threads:[~2015-06-17  0:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-02 13:20 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-GenToc/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-04-02 14:42 Kent Fredric
2012-02-08 21:57 Kent Fredric
2014-07-22  2:49 Kent Fredric
2015-06-17  0:56 Kent Fredric

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