[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2021-08-11 Thread Andreas K. Hüttel
commit: 0c138a8131c978e774cb52cd06941c3cb713a3ad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Aug 11 21:24:05 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Aug 11 21:26:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c138a81

dev-perl/Sys-Hostname-Long: EAPI=8 bump

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

 ...name-Long-1.500.0-r1.ebuild => Sys-Hostname-Long-1.500.0-r2.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r2.ebuild
similarity index 97%
rename from dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
rename to dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r2.ebuild
index 5c4f0d32f7d..a6cc1b5537c 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r2.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=SCOTT
 DIST_VERSION=1.5
@@ -11,7 +11,6 @@ DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE=""
 
 src_install() {
perl-module_src_install



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2020-04-15 Thread Kent Fredric
commit: 5b5091c952656be4491037adc6e11884566ce85a
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Apr 15 14:22:58 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Apr 15 14:22:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5091c9

dev-perl/Sys-Hostname-Long: Remove old 1.500.0

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

 .../Sys-Hostname-Long-1.500.0.ebuild| 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
deleted file mode 100644
index 5e59c79feed..000
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SCOTT
-MODULE_VERSION=1.5
-inherit perl-module
-
-DESCRIPTION="Try every conceivable way to get full hostname"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
-IUSE=""
-
-src_install() {
-   perl-module_src_install
-   rm "${ED}${VENDOR_LIB}"/Sys/Hostname/testall.pl || die
-   dodoc testall.pl
-   docompress -x /usr/share/doc/${PF}/testall.pl
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-08-11 Thread Sergei Trofimovich
commit: 286b6deef368b2b30721c1e07543b24eaca8bf18
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 11 18:42:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 11 18:42:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286b6dee

dev-perl/Sys-Hostname-Long: stable 1.500.0-r1 for ppc, bug #662392

Package-Manager: Portage-2.3.45, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
index 6c500ba32c2..e18137ca67b 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-08-03 Thread Mikle Kolyada
commit: 8c571f7ee400bfd9f72752b99c732fde41f2b81c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Aug  3 23:59:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Aug  3 23:59:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c571f7e

dev-perl/Sys-Hostname-Long: amd64 stable wrt bug #662392

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
index a0fd1367b2a..6c500ba32c2 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 hppa ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-07-31 Thread Sergei Trofimovich
commit: 708910fb2270a69a6224cf4137e2be0eee592337
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jul 31 08:27:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 31 08:33:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708910fb

dev-perl/Sys-Hostname-Long: stable 1.500.0-r1 for sparc, bug #662392

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
index e2169f7acb5..a0fd1367b2a 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-07-30 Thread Sergei Trofimovich
commit: 0574465631b12b806f249103b93e1e98a0a89735
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 30 22:08:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 30 22:08:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05744656

dev-perl/Sys-Hostname-Long: stable 1.500.0-r1 for ppc64, bug #662392

Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
index 8760355fa8e..e2169f7acb5 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-07-30 Thread Sergei Trofimovich
commit: 262a5c5f88a57218ae2cc4bf4cbb7e66bd35de61
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 30 21:41:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 30 21:41:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262a5c5f

dev-perl/Sys-Hostname-Long: stable 1.500.0-r1 for hppa, bug #662392

Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
index ac5500db715..8760355fa8e 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-07-30 Thread Sergei Trofimovich
commit: d8f8c8f17609bf004faed7ce992903278f0e3b82
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 30 21:28:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 30 21:28:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f8c8f1

dev-perl/Sys-Hostname-Long: stable 1.500.0-r1 for ia64, bug #662392

Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
index c50976a20a6..ac5500db715 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-07-29 Thread Thomas Deutschmann
commit: b964ffd50751d1d0815d193d57579e62bb14fae7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 14:03:03 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 14:03:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b964ffd5

dev-perl/Sys-Hostname-Long: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
index 7b7aae9637c..c50976a20a6 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-01-10 Thread Kent Fredric
commit: b77214c08d5605ec4121fae9d3ebb4ad2aa63c91
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 10 20:42:52 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 20:46:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77214c0

dev-perl/Sys-Hostname-Long: EAPI6 + Test

- EAPI6ify
- Enable tests

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 .../Sys-Hostname-Long-1.500.0-r1.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
new file mode 100644
index 000..7b7aae9637c
--- /dev/null
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SCOTT
+DIST_VERSION=1.5
+inherit perl-module
+
+DESCRIPTION="Try every conceivable way to get full hostname"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+src_install() {
+   perl-module_src_install
+   rm "${ED}${VENDOR_LIB}"/Sys/Hostname/testall.pl || die
+   dodoc testall.pl
+   docompress -x /usr/share/doc/${PF}/testall.pl
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2016-06-03 Thread Andreas Hüttel
commit: 4395b4370dca18eff6bfebc3ffaaa52350019a16
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun  4 00:24:32 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jun  4 00:24:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4395b437

dev-perl/Sys-Hostname-Long: Stable for remaining arches (ALLARCHES), bug 582178

Package-Manager: portage-2.3.0_rc1

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
index 6a3cbde..c0ef7d8 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2016-06-03 Thread Andreas Hüttel
commit: 324817fc3c955ee364010f177fc1eea128c5883c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun  4 00:25:00 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jun  4 00:25:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324817fc

dev-perl/Sys-Hostname-Long: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Sys-Hostname-Long/Manifest|  1 -
 .../Sys-Hostname-Long-1.400.0-r1.ebuild| 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/Sys-Hostname-Long/Manifest 
b/dev-perl/Sys-Hostname-Long/Manifest
index fce40f6..f9d5acf 100644
--- a/dev-perl/Sys-Hostname-Long/Manifest
+++ b/dev-perl/Sys-Hostname-Long/Manifest
@@ -1,2 +1 @@
-DIST Sys-Hostname-Long-1.4.tar.gz 4991 SHA256 
9db6c8cd3ca0ba8dbf19969ed0a936cecb7f555c1cc8077b08cf8bf78b10c143 SHA512 
a9a4ac20eaa7c959899d4f545a9613fd32ae813cc2bf071c44e94b03d0cbc69e5d962fdd2563aef657ab4250b49a5b44cd07d117a97f6dcda580a66fb4644287
 WHIRLPOOL 
571be9734981324946e1f27d60b6120a469ecb1d560360b555da22b68b56a0e5de84504ebc58f57ae08dfd5c3d917e559d927f7c14671c9c97b192838649d2dc
 DIST Sys-Hostname-Long-1.5.tar.gz 5474 SHA256 
e9186df3706a877efd6149f2c711d6cf87dd6cf72f6ab935ba8121b225b265cb SHA512 
e34a5f17e65eb9c8d3aa213a6d930be4d0b6981dae3bf600e782b0e9863e6584061285a894f9f54daff7520bcadbb3e8cd6b1f9f973ad1c1b72c79e9f588133b
 WHIRLPOOL 
3ecb794b3500c65287abe443948b91a3ed18f1a4a977f7650d398f0f639e38faf499a5ebd4bb6a93cf688b885069d4cc2b88d25a67cd08478c6ba4b8adc0c030

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.400.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.400.0-r1.ebuild
deleted file mode 100644
index 2138610..000
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.400.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SCOTT
-MODULE_VERSION=1.4
-inherit perl-module
-
-DESCRIPTION="Try every conceivable way to get full hostname"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
-IUSE=""
-
-src_install() {
-   perl-module_src_install
-   rm "${ED}${VENDOR_LIB}"/Sys/Hostname/testall.pl || die
-   dodoc testall.pl
-   docompress -x /usr/share/doc/${PF}/testall.pl
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2016-05-31 Thread Tobias Klausmann
commit: 198987df55290c4ddef0b63cf14baf2cea291d35
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May 31 19:22:31 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May 31 19:22:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198987df

dev-perl/Sys-Hostname-Long-1.500.0-r0: add alpha keyword

Gentoo-Bug: 582178

Package-Manager: portage-2.3.0_rc1

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
index 9b4e2e4..6a3cbde 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.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$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2016-05-13 Thread Agostino Sarubbo
commit: 46c8cb5887c432a255b89dd4545418c090950565
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 10:09:24 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 10:11:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c8cb58

dev-perl/Sys-Hostname-Long: amd64 stable wrt bug #582178

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
index 350ce57..9b4e2e4 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {