public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Graphics-ColorNames-HTML/
@ 2021-10-12 20:18 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-10-12 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ef81e12c17e24e187e248d1bdd4729a8f10bde14
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 20:05:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 20:05:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef81e12c

dev-perl/Graphics-ColorNames-HTML: New package, needed as dependency

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

 .../Graphics-ColorNames-HTML-3.3.1.ebuild          | 26 ++++++++++++++++++++++
 dev-perl/Graphics-ColorNames-HTML/Manifest         |  1 +
 dev-perl/Graphics-ColorNames-HTML/metadata.xml     |  8 +++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild b/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild
new file mode 100644
index 00000000000..a0981948eb7
--- /dev/null
+++ b/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RRWO
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="HTML color names and equivalent RGB values"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Graphics-ColorNames
+"
+BDEPEND="${RDEPEND}
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Module-Metadata
+		virtual/perl-Test-Simple
+		dev-perl/Test-Most
+		>=dev-perl/Type-Tiny-1.4.0
+	)
+"

diff --git a/dev-perl/Graphics-ColorNames-HTML/Manifest b/dev-perl/Graphics-ColorNames-HTML/Manifest
new file mode 100644
index 00000000000..4092f021b8f
--- /dev/null
+++ b/dev-perl/Graphics-ColorNames-HTML/Manifest
@@ -0,0 +1 @@
+DIST Graphics-ColorNames-HTML-v3.3.1.tar.gz 12616 BLAKE2B 1c857d64459d33e15aa2616b533683dc2d99933256259dc2dbfb3ea483a6a963a37e2af0f686e2b7ed0327c552643d822ec76f2a9a88b82007b4707556d7dbac SHA512 da9f0ef38a148872c11271215369c62675be8df1849812eb2cc4b4dc730030953f1e9c3b259d4bd33734f73e8a924a41639221764fa671636be31d84ba79688f

diff --git a/dev-perl/Graphics-ColorNames-HTML/metadata.xml b/dev-perl/Graphics-ColorNames-HTML/metadata.xml
new file mode 100644
index 00000000000..2b4a068f541
--- /dev/null
+++ b/dev-perl/Graphics-ColorNames-HTML/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://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/Graphics-ColorNames-HTML/
@ 2021-12-13  5:44 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-12-13  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     700959860825865016b0c7d9deddf67f04d6af07
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 05:44:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 05:44:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70095986

dev-perl/Graphics-ColorNames-HTML: Stabilize 3.3.1 x86, #828154

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild b/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild
index a0981948eb7d..5984b9000cb9 100644
--- a/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild
+++ b/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="HTML color names and equivalent RGB values"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	dev-perl/Graphics-ColorNames


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Graphics-ColorNames-HTML/
@ 2021-12-13  8:09 Jakov Smolić
  0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2021-12-13  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bad189840763f3367e98e055eccfbc74fa43ae34
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 08:08:16 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 08:08:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad18984

dev-perl/Graphics-ColorNames-HTML: Stabilize 3.3.1 amd64, #828154

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild b/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild
index 5984b9000cb9..414c20754dc5 100644
--- a/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild
+++ b/dev-perl/Graphics-ColorNames-HTML/Graphics-ColorNames-HTML-3.3.1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="HTML color names and equivalent RGB values"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-perl/Graphics-ColorNames


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Graphics-ColorNames-HTML/
@ 2023-06-24  2:57 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-24  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     853b68ceada699cad109acb62b30a3df92e38678
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 02:56:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 02:56:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853b68ce

dev-perl/Graphics-ColorNames-HTML: add cpan, cpan-module, github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Graphics-ColorNames-HTML/metadata.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Graphics-ColorNames-HTML/metadata.xml b/dev-perl/Graphics-ColorNames-HTML/metadata.xml
index 2b4a068f541b..a812d1961989 100644
--- a/dev-perl/Graphics-ColorNames-HTML/metadata.xml
+++ b/dev-perl/Graphics-ColorNames-HTML/metadata.xml
@@ -1,8 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <maintainer type="project">
-        <email>perl@gentoo.org</email>
-        <name>Gentoo Perl Project</name>
-    </maintainer>
+	<maintainer type="project">
+		<email>perl@gentoo.org</email>
+		<name>Gentoo Perl Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">Graphics-ColorNames-HTML</remote-id>
+		<remote-id type="cpan-module">Graphics::ColorNames::HTML</remote-id>
+		<remote-id type="github">robrwo/Graphics-ColorNames-HTML</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-06-24  2:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-12 20:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Graphics-ColorNames-HTML/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-12-13  5:44 Sam James
2021-12-13  8:09 Jakov Smolić
2023-06-24  2:57 Sam James

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