public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-StripScripts/
@ 2017-01-04 10:09 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2017-01-04 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     8206a7cf12b72e091aad8bd27b347e169fc1aaa1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 10:07:56 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 10:07:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8206a7cf

dev-perl/HTML-StripScripts: New package, required for HTML::StripScripts::Parser

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../HTML-StripScripts-1.60.0.ebuild                | 22 ++++++++++++++++++++++
 dev-perl/HTML-StripScripts/Manifest                |  1 +
 dev-perl/HTML-StripScripts/metadata.xml            |  8 ++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
new file mode 100644
index 00000000..99377e2
--- /dev/null
+++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DIST_VERSION=1.06
+DIST_AUTHOR=DRTECH
+inherit perl-module
+
+DESCRIPTION="Strip scripting constructs out of HTML"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="test"
+
+RDEPEND="
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test-Simple )
+"

diff --git a/dev-perl/HTML-StripScripts/Manifest b/dev-perl/HTML-StripScripts/Manifest
new file mode 100644
index 00000000..3b9e5f4
--- /dev/null
+++ b/dev-perl/HTML-StripScripts/Manifest
@@ -0,0 +1 @@
+DIST HTML-StripScripts-1.06.tar.gz 44745 SHA256 222bfb7ec1fdfa465e32da3dc4abed2edc7364bbe19e8e3c513c7d585b0109ad SHA512 5d358997816653e32dba8916ac95967da345ec8c018ba7d21ef3bebca9bdda3131917b596dd25f51a3c63f85df7babfeab6133b46a7e15a0cd0409c055e2c589 WHIRLPOOL 9493c15384e29c5ad52a9ce75914615c39682678840402244d78e5f78e7b6fcfcc32b8a395929b521e2aa886219bb17a1c9e428ad359d8e1ba37d1b6cff604c1

diff --git a/dev-perl/HTML-StripScripts/metadata.xml b/dev-perl/HTML-StripScripts/metadata.xml
new file mode 100644
index 00000000..2b9a936
--- /dev/null
+++ b/dev-perl/HTML-StripScripts/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-StripScripts/
@ 2017-10-25 18:36 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-10-25 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     997d2d72389c108342396da0c379cab67464c94f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 06:14:10 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 18:36:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997d2d72

dev-perl/HTML-StripScripts: Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/HTML-StripScripts/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/HTML-StripScripts/metadata.xml b/dev-perl/HTML-StripScripts/metadata.xml
index 2b9a936fc0a..d65baa09a29 100644
--- a/dev-perl/HTML-StripScripts/metadata.xml
+++ b/dev-perl/HTML-StripScripts/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">HTML-StripScripts</remote-id>
+    <remote-id type="cpan-module">HTML::StripScripts</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-StripScripts/
@ 2019-07-08 16:09 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2019-07-08 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3cf1e75faa497fbcdf113e02454e33e91334571b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 12:02:18 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 16:09:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf1e75f

dev-perl/HTML-StripScripts: Fix unsorted keywords

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
index b5d162b3030..b39f377edc8 100644
--- a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
+++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Strip scripting constructs out of HTML"
 
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-StripScripts/
@ 2021-11-01 17:53 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-11-01 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     27566afbeccbc0925f0354ff90de4dbd57d7c64a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  1 17:29:20 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 17:52:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27566afb

dev-perl/HTML-StripScripts: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...pts-1.60.0.ebuild => HTML-StripScripts-1.60.0-r1.ebuild} | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild
similarity index 53%
rename from dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
rename to dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild
index a4f6b0ceb36..3bfa3ac6753 100644
--- a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
+++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_VERSION=1.06
 DIST_AUTHOR=DRTECH
@@ -11,12 +11,3 @@ DESCRIPTION="Strip scripting constructs out of HTML"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( virtual/perl-Test-Simple )
-"


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

end of thread, other threads:[~2021-11-01 17:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 10:09 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-StripScripts/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2017-10-25 18:36 Kent Fredric
2019-07-08 16:09 Kent Fredric
2021-11-01 17:53 Andreas K. Hüttel

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