[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2021-10-28 Thread Andreas K. Hüttel
commit: ee5f41248822df4fcd1927e141a87c915430f399
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 28 19:33:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 28 20:00:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5f4124

dev-perl/File-Copy-Link: EAPI=8 bump

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

 ...le-Copy-Link-0.140.0.ebuild => File-Copy-Link-0.140.0-r1.ebuild} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0-r1.ebuild
similarity index 89%
rename from dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
rename to dev-perl/File-Copy-Link/File-Copy-Link-0.140.0-r1.ebuild
index a0538d91d94..3dbce46bdd4 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=RMBARKER
 DIST_VERSION=0.140
@@ -11,13 +11,11 @@ DESCRIPTION="Perl extension for replacing a link by a copy 
of the linked file"
 
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-File-Spec
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? (
virtual/perl-File-Temp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2020-10-16 Thread Sam James
commit: cb3a6fae3dd77f43756308f2130b57294ab9b67b
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:55:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3a6fae

dev-perl/File-Copy-Link: ppc64 keyworded (bug #746560)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index 1f3f0a6c02d..8e4c19f9eea 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2020-06-28 Thread Michał Górny
commit: f15ad43b8f395e3ef4eb356631b99fdb961bb0bd
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:13:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15ad43b

dev-perl/File-Copy-Link: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index 3a3a05b5fb9..0cb7ae1a217 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2018-06-08 Thread Kent Fredric
commit: 348e0e06d8be19105f0fd554cee16d34916a2bd0
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jun  8 08:48:04 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jun  8 11:59:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348e0e06

dev-perl/File-Copy-Link: Cleanup old version 0.113.0-r1

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../File-Copy-Link-0.113.0-r1.ebuild   | 26 --
 dev-perl/File-Copy-Link/Manifest   |  1 -
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild
deleted file mode 100644
index c47d8a0e653..000
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RMBARKER
-MODULE_VERSION=0.113
-inherit perl-module
-
-DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="dev-perl/Module-Build
-   virtual/perl-File-Temp
-   ${RDEPEND}"
-
-SRC_TEST="do"
-
-src_test() {
-   perl_rm_files t/pod-coverage.t t/pod.t
-   perl-module_src_test
-}

diff --git a/dev-perl/File-Copy-Link/Manifest b/dev-perl/File-Copy-Link/Manifest
index a76d11af731..3b6e957f70c 100644
--- a/dev-perl/File-Copy-Link/Manifest
+++ b/dev-perl/File-Copy-Link/Manifest
@@ -1,2 +1 @@
-DIST File-Copy-Link-0.113.tar.gz 10947 BLAKE2B 
ed01df682e1fe6e25ccd80122edd64833219a7eda81bb323c40c0bc1b3aa9d8780209bd70808d6553242e66e5f64af1f8de46b395b2b2d2293fa15318725
 SHA512 
c1f51f107e81b0a88391eca66291f484600b193d5c219e44fd7f94fbabde0a9459b98cab5de9c0993374a775b729f7d228d87889c9395465c90b0295f4496f91
 DIST File-Copy-Link-0.140.tar.gz 11157 BLAKE2B 
4f751ffef556ac7cedb57bf8189f4e57a1e64210327c9bd28401f52c63437a88418fc41f5c1f8624b7b3bb66496eced9a36a3ed3cc320e614a6b6cb9dfb28548
 SHA512 
d937d8353c4be3070591c7e28ea177e587326936cea6d84d895d0fd951e663e506c5680f0d8acad756972db7c70147b31078a2e2595bcab4bb56879b97f3c8b1



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2018-04-07 Thread Matt Turner
commit: fa6b7bf983a0bbad3f8f059ef406a96c01d80710
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 21:13:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 21:13:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6b7bf9

dev-perl/File-Copy-Link-0.140.0: hppa stable, bug 652624

 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index 994558cbf7a..5f5e376ee2e 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2018-04-05 Thread Aaron Bauman
commit: b9677681a392639f6dee85a98d4bbc9a9da30c34
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  5 23:21:26 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr  6 00:19:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9677681

dev-perl/File-Copy-Link: amd64 stable

Bug: https://bugs.gentoo.org/652624
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index eb0973d1583..994558cbf7a 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2018-02-11 Thread Michał Górny
commit: d8c206fdc0d86aa9fce35c68b559c9b3d0f49b0b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:31:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:34:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c206fd

dev-perl/File-Copy-Link: Remove useless maintainer 

Remove useless/redundant maintainer . 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/File-Copy-Link/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-perl/File-Copy-Link/metadata.xml 
b/dev-perl/File-Copy-Link/metadata.xml
index 91b8658916b..10aebea1c02 100644
--- a/dev-perl/File-Copy-Link/metadata.xml
+++ b/dev-perl/File-Copy-Link/metadata.xml
@@ -3,11 +3,9 @@
 
   
 c.affol...@purplehaze.ch
-Maintainer
   
   
 dev-z...@gentoo.org
-Proxy maintainer
   
   
 proxy-ma...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2017-11-30 Thread Thomas Deutschmann
commit: c27dda81d50571181b52e20ef6d380fec4433e55
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 30 20:16:03 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 30 20:40:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27dda81

dev-perl/File-Copy-Link: x86 keyword added (bug #593436)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index 3ab0964bac4..eb0973d1583 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2017-09-10 Thread Patrice Clement
commit: 6a135166b55cd17412cbfec40d6670ba0f2ef583
Author: Christian Affolter  purplehaze  ch>
AuthorDate: Sun Sep 10 16:48:03 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep 10 20:47:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a135166

dev-perl/File-Copy-Link: update maintainer email address.

Closes: https://github.com/gentoo/gentoo/pull/5679

 dev-perl/File-Copy-Link/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Link/metadata.xml 
b/dev-perl/File-Copy-Link/metadata.xml
index b3588676033..91b8658916b 100644
--- a/dev-perl/File-Copy-Link/metadata.xml
+++ b/dev-perl/File-Copy-Link/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
   
-c.affol...@stepping-stone.ch
+c.affol...@purplehaze.ch
 Maintainer
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2017-02-03 Thread Jeroen Roovers
commit: 2f9aff5505afa32c2ba410517cb2302f62f0eb4c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Feb  3 22:31:35 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Feb  3 22:35:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9aff55

dev-perl/File-Copy-Link: Mark ~hppa (bug #593436).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index 5c693f8..f018f4a 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2016-09-08 Thread Kent Fredric
commit: 4a4a1e2b9ab4442db544e3199c6dbe414ed05ce2
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Sep  8 14:21:12 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Sep  8 19:05:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4a1e2b

dev-perl/File-Copy-Link: Cleanup metadata.xml whitespace

Package-Manager: portage-2.3.0

 dev-perl/File-Copy-Link/metadata.xml | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-perl/File-Copy-Link/metadata.xml 
b/dev-perl/File-Copy-Link/metadata.xml
index 105ebf0..b358867 100644
--- a/dev-perl/File-Copy-Link/metadata.xml
+++ b/dev-perl/File-Copy-Link/metadata.xml
@@ -1,15 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   c.affol...@stepping-stone.ch
-   Maintainer
-   
-   
-   dev-z...@gentoo.org
-   Proxy maintainer
-   
-   
+  
+c.affol...@stepping-stone.ch
+Maintainer
+  
+  
+dev-z...@gentoo.org
+Proxy maintainer
+  
+  
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
@@ -17,7 +17,7 @@
 p...@gentoo.org
 Gentoo Perl Project
   
-   The Quota module provides access to file system 
quotas. The quotactl system call or ioctl is used to query or set quotas on the 
local host, or queries are submitted via RPC to a remote host. Mount tables can 
be parsed with getmntent and paths can be translated to device files (or 
whatever the actual quotactl implementations needs as argument) of the 
according file system.
+  The Quota module provides access to file system quotas. The 
quotactl system call or ioctl is used to query or set quotas on the local host, 
or queries are submitted via RPC to a remote host. Mount tables can be parsed 
with getmntent and paths can be translated to device files (or whatever the 
actual quotactl implementations needs as argument) of the according file 
system.
   
 File-Copy-Link
 File::Copy::Link



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2016-09-08 Thread Kent Fredric
commit: d81bd65399da2c4f2c6cec1eae86de1a9f873e2b
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Sep  8 14:00:31 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Sep  8 19:05:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81bd653

dev-perl/File-Copy-Link: Adopt to Gentoo Perl

Package-Manager: portage-2.3.0

 dev-perl/File-Copy-Link/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/File-Copy-Link/metadata.xml 
b/dev-perl/File-Copy-Link/metadata.xml
index 5bf0d39..933a89e 100644
--- a/dev-perl/File-Copy-Link/metadata.xml
+++ b/dev-perl/File-Copy-Link/metadata.xml
@@ -13,6 +13,10 @@
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
The Quota module provides access to file system 
quotas. The quotactl system call or ioctl is used to query or set quotas on the 
local host, or queries are submitted via RPC to a remote host. Mount tables can 
be parsed with getmntent and paths can be translated to device files (or 
whatever the actual quotactl implementations needs as argument) of the 
according file system.
   
 File-Copy-Link



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2016-09-08 Thread Kent Fredric
commit: be9938402b8d3be6dd7df36b88919297acf827e7
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Sep  8 14:16:06 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Sep  8 19:05:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be993840

dev-perl/File-Copy-Link: Add missing remote-id's

Package-Manager: portage-2.3.0

 dev-perl/File-Copy-Link/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/File-Copy-Link/metadata.xml 
b/dev-perl/File-Copy-Link/metadata.xml
index 933a89e..105ebf0 100644
--- a/dev-perl/File-Copy-Link/metadata.xml
+++ b/dev-perl/File-Copy-Link/metadata.xml
@@ -21,5 +21,6 @@
   
 File-Copy-Link
 File::Copy::Link
+File::Spec::Link
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2016-09-08 Thread Kent Fredric
commit: 3673fec182f611a73fa801651933783db896a271
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Sep  8 14:25:21 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Sep  8 19:05:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3673fec1

dev-perl/File-Copy-Link: Remove POD Author tests

Package-Manager: portage-2.3.0

 dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild | 7 ++-
 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild| 5 +
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild
index 6119f41..0221145 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,3 +20,8 @@ DEPEND="dev-perl/Module-Build
${RDEPEND}"
 
 SRC_TEST="do"
+
+src_test() {
+   perl_rm_files t/pod-coverage.t t/pod.t
+   perl-module_src_test
+}

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index c4b9e70..5c693f8 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -24,3 +24,8 @@ DEPEND="${RDEPEND}
virtual/perl-Test-Simple
)
 "
+
+src_test() {
+   perl_rm_files t/pod-coverage.t t/pod.t
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2016-01-09 Thread Andreas Hüttel
commit: 181a140326f0ac4a5c5bd1bc2cf9a6999066f6c5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jan 10 00:17:41 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jan 10 00:18:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181a1403

dev-perl/File-Copy-Link: Version bump

Package-Manager: portage-2.2.26

 .../File-Copy-Link/File-Copy-Link-0.140.0.ebuild   | 26 ++
 dev-perl/File-Copy-Link/Manifest   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
new file mode 100644
index 000..c4b9e70
--- /dev/null
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RMBARKER
+DIST_VERSION=0.140
+inherit perl-module
+
+DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.380.0
+   test? (
+   virtual/perl-File-Temp
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/File-Copy-Link/Manifest b/dev-perl/File-Copy-Link/Manifest
index df73acc..3a8daf1 100644
--- a/dev-perl/File-Copy-Link/Manifest
+++ b/dev-perl/File-Copy-Link/Manifest
@@ -1 +1,2 @@
 DIST File-Copy-Link-0.113.tar.gz 10947 SHA256 
65ce6165078a2e940d089337512c38bea4639fe021666ef3fd747cd1462a7820 SHA512 
c1f51f107e81b0a88391eca66291f484600b193d5c219e44fd7f94fbabde0a9459b98cab5de9c0993374a775b729f7d228d87889c9395465c90b0295f4496f91
 WHIRLPOOL 
c27df349102513cbe11d2a9f39059ec7b62d450f661709a25f4cf76bdf7a93d91c1a378f5d3eb992823537a999f7fce119c439f32950a4e7807824fc80ca07b8
+DIST File-Copy-Link-0.140.tar.gz 11157 SHA256 
2063656dcd38bade43dc7f1e2ef5f1b6a8086c2f15d37b334189bd2a28e8ffeb SHA512 
d937d8353c4be3070591c7e28ea177e587326936cea6d84d895d0fd951e663e506c5680f0d8acad756972db7c70147b31078a2e2595bcab4bb56879b97f3c8b1
 WHIRLPOOL 
e02f76a92f6287c34c2dfc7793352d32c3b405f962bf8f7a861bc87430309a86b94bff82c28e46f9f5e3b6492310b2b7911e2105a2c19dbb3fa5da7fd43588d8



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2015-10-29 Thread Ian Delaney
commit: 310a320583cc118d75c22ab050b1ad853f66be99
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 13:25:23 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310a3205

dev-perl/File-Copy-Link: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 dev-perl/File-Copy-Link/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Link/metadata.xml 
b/dev-perl/File-Copy-Link/metadata.xml
index 98656dc..2e20cc3 100644
--- a/dev-perl/File-Copy-Link/metadata.xml
+++ b/dev-perl/File-Copy-Link/metadata.xml
@@ -3,7 +3,7 @@
 
proxy-maintainers

-   christian.affol...@stepping-stone.ch
+   c.affol...@stepping-stone.ch
Maintainer