[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-FromHash/

2020-08-25 Thread Kent Fredric
commit: 90dd41ad94f1530644ae78642355ee7b4d85
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug 25 22:18:23 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug 25 22:48:59 2020 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=90dd41ad

dev-perl/URI-FromHash: Remove, gone to ::gentoo

Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild | 25 
 dev-perl/URI-FromHash/metadata.xml   | 16 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild 
b/dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild
deleted file mode 100644
index db68eb682..0
--- a/dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="Build a URI from a set of named parameters"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-   dev-perl/Params-Validate
-   >=dev-perl/URI-1.220.0
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   virtual/perl-Test-Simple
-   dev-perl/Module-Build
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-"

diff --git a/dev-perl/URI-FromHash/metadata.xml 
b/dev-perl/URI-FromHash/metadata.xml
deleted file mode 100644
index a607cc15b..0
--- a/dev-perl/URI-FromHash/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   p...@gentoo.org
-   Gentoo Perl Project
-   
-   
-   kentfred...@gmail.com
-   Kent Fredric
-   
-   
-   URI-FromHash
-   URI::FromHash
-   
-



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-FromHash/

2015-06-16 Thread Kent Fredric
commit: e9d2c50e215c25b99a7742e7367b416d8db9bcc1
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Tue Jun 16 22:54:31 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Tue Jun 16 22:54:31 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e9d2c50e

[fixup] URI-FromHash: EAPI5, normalize version

Package-Manager: portage-2.2.17

 .../{URI-FromHash-0.03.ebuild = URI-FromHash-0.30.0.ebuild}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/URI-FromHash/URI-FromHash-0.03.ebuild 
b/dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild
similarity index 89%
rename from dev-perl/URI-FromHash/URI-FromHash-0.03.ebuild
rename to dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild
index ac23442..948e204 100644
--- a/dev-perl/URI-FromHash/URI-FromHash-0.03.ebuild
+++ b/dev-perl/URI-FromHash/URI-FromHash-0.30.0.ebuild
@@ -1,12 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=3
+EAPI=5
 MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.03
 inherit perl-module
 
 DESCRIPTION=Build a URI from a set of named parameters
-LICENSE=|| ( Artistic GPL-2 )
+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
@@ -22,4 +23,3 @@ DEPEND=
 RDEPEND=
${COMMON_DEPEND}
 
-SRC_TEST=do