* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID-Tiny/
@ 2015-10-29 16:11 Ian Delaney
0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney @ 2015-10-29 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 1b942745dedd40dfad6624ce1c6feab4265575d9
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 16:09:29 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 16:11:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b942745
dev-perl/UUID-Tiny: update maintainer's email address in metadata
Package-Manager: portage-2.2.23
dev-perl/UUID-Tiny/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/UUID-Tiny/metadata.xml b/dev-perl/UUID-Tiny/metadata.xml
index fbaa533..4194b79 100644
--- a/dev-perl/UUID-Tiny/metadata.xml
+++ b/dev-perl/UUID-Tiny/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
- <email>christian.affolter@stepping-stone.ch</email>
+ <email>c.affolter@stepping-stone.ch</email>
<description>Maintainer</description>
</maintainer>
<maintainer>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID-Tiny/
@ 2017-09-10 20:48 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2017-09-10 20:48 UTC (permalink / raw
To: gentoo-commits
commit: c0f647e6621911072354ec73293a416f843069b5
Author: Christian Affolter <c.affolter <AT> purplehaze <DOT> ch>
AuthorDate: Sun Sep 10 16:49:05 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 20:48:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f647e6
dev-perl/UUID-Tiny: update maintainer email address.
Closes: https://github.com/gentoo/gentoo/pull/5679
dev-perl/UUID-Tiny/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/UUID-Tiny/metadata.xml b/dev-perl/UUID-Tiny/metadata.xml
index 1f62e31987e..cfac002a425 100644
--- a/dev-perl/UUID-Tiny/metadata.xml
+++ b/dev-perl/UUID-Tiny/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>c.affolter@stepping-stone.ch</email>
+ <email>c.affolter@purplehaze.ch</email>
<description>Maintainer</description>
</maintainer>
<maintainer type="person">
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID-Tiny/
@ 2017-09-18 16:50 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-09-18 16:50 UTC (permalink / raw
To: gentoo-commits
commit: 4583c9d25bd3bfd0c831594bf161f3a687f2eefb
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:46:07 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 16:50:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4583c9d2
dev-perl/UUID-Tiny: fix mixed metadata.xml indentation
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/UUID-Tiny/metadata.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev-perl/UUID-Tiny/metadata.xml b/dev-perl/UUID-Tiny/metadata.xml
index cfac002a425..6fe837cf7d9 100644
--- a/dev-perl/UUID-Tiny/metadata.xml
+++ b/dev-perl/UUID-Tiny/metadata.xml
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>c.affolter@purplehaze.ch</email>
- <description>Maintainer</description>
- </maintainer>
- <maintainer type="person">
- <email>dev-zero@gentoo.org</email>
- <description>Proxy maintainer</description>
- </maintainer>
- <maintainer type="project">
+ <maintainer type="person">
+ <email>c.affolter@purplehaze.ch</email>
+ <description>Maintainer</description>
+ </maintainer>
+ <maintainer type="person">
+ <email>dev-zero@gentoo.org</email>
+ <description>Proxy maintainer</description>
+ </maintainer>
+ <maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
- <longdescription>UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID creation and testing. This module provides the creation of version 1 time based UUIDs (using random multicast MAC addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.</longdescription>
+ <longdescription>UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID creation and testing. This module provides the creation of version 1 time based UUIDs (using random multicast MAC addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.</longdescription>
<upstream>
<remote-id type="cpan">UUID-Tiny</remote-id>
<remote-id type="cpan-module">UUID::Tiny</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID-Tiny/
@ 2018-02-11 10:36 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-02-11 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 6a5dd3b6d694ec0d42e78fa3ef19a7ad875ed8f5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:31:53 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:35:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5dd3b6
dev-perl/UUID-Tiny: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
dev-perl/UUID-Tiny/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-perl/UUID-Tiny/metadata.xml b/dev-perl/UUID-Tiny/metadata.xml
index 6fe837cf7d9..68d880192b5 100644
--- a/dev-perl/UUID-Tiny/metadata.xml
+++ b/dev-perl/UUID-Tiny/metadata.xml
@@ -3,11 +3,9 @@
<pkgmetadata>
<maintainer type="person">
<email>c.affolter@purplehaze.ch</email>
- <description>Maintainer</description>
</maintainer>
<maintainer type="person">
<email>dev-zero@gentoo.org</email>
- <description>Proxy maintainer</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID-Tiny/
@ 2021-04-02 14:04 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-02 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 86c83dbf13ef0d1b1fc26d73333763007694bfb2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 09:02:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 2 14:04:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c83dbf
dev-perl/UUID-Tiny: fix RDEPEND typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../UUID-Tiny/{UUID-Tiny-1.40.0.ebuild => UUID-Tiny-1.40.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0.ebuild b/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild
similarity index 85%
rename from dev-perl/UUID-Tiny/UUID-Tiny-1.40.0.ebuild
rename to dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild
index 3f6299e134e..d4079220d6d 100644
--- a/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0.ebuild
+++ b/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,6 +17,6 @@ DEPEND="virtual/perl-Digest-SHA
virtual/perl-Digest-MD5
virtual/perl-MIME-Base64
virtual/perl-Time-HiRes"
-RDEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID-Tiny/
@ 2021-10-02 15:49 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-02 15:49 UTC (permalink / raw
To: gentoo-commits
commit: ddf01aa8ff5623ccbe8058c4aa621677ac2dcd0a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 15:34:09 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 15:49:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf01aa8
dev-perl/UUID-Tiny: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...D-Tiny-1.40.0-r1.ebuild => UUID-Tiny-1.40.0-r2.ebuild} | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild b/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r2.ebuild
similarity index 69%
rename from dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild
rename to dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r2.ebuild
index d4079220d6d..49ab16a03b1 100644
--- a/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild
+++ b/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r2.ebuild
@@ -1,22 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=CAUGUSTIN
-MODULE_VERSION=1.04
+DIST_AUTHOR=CAUGUSTIN
+DIST_VERSION=1.04
inherit perl-module
DESCRIPTION="Pure Perl UUID Support With Functional Interface"
-
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-DEPEND="virtual/perl-Digest-SHA
+RDEPEND="virtual/perl-Digest-SHA
virtual/perl-Digest-MD5
virtual/perl-MIME-Base64
virtual/perl-Time-HiRes"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
+BDEPEND="${RDEPEND}
+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-10-02 15:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-10 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID-Tiny/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2021-10-02 15:49 Andreas K. Hüttel
2021-04-02 14:04 Sam James
2018-02-11 10:36 Michał Górny
2017-09-18 16:50 Kent Fredric
2015-10-29 16:11 Ian Delaney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox