public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Directory/
@ 2018-03-28 11:19 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-03-28 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     08fec9524f3af0414340b9001ef32d03c76ea58d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 11:11:44 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 11:11:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fec952

dev-perl/XML-Directory: EAPI6 + tests

- EAPI6ify
- Enable tests
- Add USE="examples"
- Add missing CPAN remote-id's
- Use eclass for "Like Perl" license

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild | 15 +++++++++++++++
 dev-perl/XML-Directory/metadata.xml                  |  4 ++++
 2 files changed, 19 insertions(+)

diff --git a/dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild b/dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild
new file mode 100644
index 00000000000..41c61d7aeb1
--- /dev/null
+++ b/dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PCIMPRICH
+DIST_VERSION="1.00"
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Returns a content of directory as XML"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/dev-perl/XML-Directory/metadata.xml b/dev-perl/XML-Directory/metadata.xml
index 424dcb1cee7..2404295a12c 100644
--- a/dev-perl/XML-Directory/metadata.xml
+++ b/dev-perl/XML-Directory/metadata.xml
@@ -7,5 +7,9 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">XML-Directory</remote-id>
+    <remote-id type="cpan-module">XML::Directory</remote-id>
+    <remote-id type="cpan-module">XML::Directory::Apache</remote-id>
+    <remote-id type="cpan-module">XML::Directory::SAX</remote-id>
+    <remote-id type="cpan-module">XML::Directory::String</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Directory/
@ 2020-04-15 17:05 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-04-15 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     fd389522da62b4f053d5798e6d9d4f6ab4d0a096
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 16:43:32 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 17:04:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd389522

dev-perl/XML-Directory: Remove old 1.0.0

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

 dev-perl/XML-Directory/XML-Directory-1.0.0.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/XML-Directory/XML-Directory-1.0.0.ebuild b/dev-perl/XML-Directory/XML-Directory-1.0.0.ebuild
deleted file mode 100644
index 3e3cbcbf178..00000000000
--- a/dev-perl/XML-Directory/XML-Directory-1.0.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR="PCIMPRICH"
-MODULE_VERSION="1.00"
-
-inherit perl-module
-
-DESCRIPTION="Returns a content of directory as XML"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Directory/
@ 2021-10-04 19:55 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-04 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     64e03e5a47573eaa2f216b0ad6a4ad707471220d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 19:36:59 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 19:55:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e03e5a

dev-perl/XML-Directory: EAPI=8 bump

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

 .../{XML-Directory-1.0.0-r1.ebuild => XML-Directory-1.0.0-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild b/dev-perl/XML-Directory/XML-Directory-1.0.0-r2.ebuild
similarity index 81%
rename from dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild
rename to dev-perl/XML-Directory/XML-Directory-1.0.0-r2.ebuild
index 41c61d7aeb1..b760101e79d 100644
--- a/dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild
+++ b/dev-perl/XML-Directory/XML-Directory-1.0.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=PCIMPRICH
 DIST_VERSION="1.00"
@@ -12,4 +12,3 @@ DESCRIPTION="Returns a content of directory as XML"
 
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""


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

end of thread, other threads:[~2021-10-04 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 19:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Directory/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2020-04-15 17:05 Kent Fredric
2018-03-28 11:19 Kent Fredric

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