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

2022-03-09 Thread Yixun Lan
commit: a1df82735adf585a2ca7e6a0015db266d6ed6c8a
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Mar  9 03:53:11 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Mar  9 12:58:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1df8273

dev-perl/Sys-MemInfo: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
index 7eae1bce0556..be0090a936a7 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
@@ -11,4 +11,4 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"



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

2022-01-24 Thread Sam James
commit: 810f5bc4de2553bef7d5fd4ccc563f5e989513ea
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 24 16:50:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 19:18:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810f5bc4

dev-perl/Sys-MemInfo: stable 0.990.0-r1 for hppa, bug #831737

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
index 91cce1308639..7eae1bce0556 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,4 +11,4 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"



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

2021-08-11 Thread Andreas K. Hüttel
commit: 087bc22bf2271543e9b17226997c567ce9172b7f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Aug 11 21:25:21 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Aug 11 21:26:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087bc22b

dev-perl/Sys-MemInfo: EAPI=8 bump

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

 .../{Sys-MemInfo-0.990.0.ebuild => Sys-MemInfo-0.990.0-r1.ebuild}| 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
similarity index 83%
rename from dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
rename to dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
index cc041d85c1c..91cce130863 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=SCRESTO
 DIST_VERSION=0.99
@@ -12,4 +12,3 @@ DESCRIPTION="Memory informations"
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
-IUSE=""



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

2020-04-15 Thread Kent Fredric
commit: 16faedc07341a0e58fa2fdfb84e6b86cbf0ac8e0
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Apr 15 14:26:24 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Apr 15 14:26:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16faedc0

dev-perl/Sys-MemInfo: Remove old 0.980.0

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

 dev-perl/Sys-MemInfo/Manifest   |  1 -
 dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Sys-MemInfo/Manifest b/dev-perl/Sys-MemInfo/Manifest
index fbe3314609c..27e332f9e56 100644
--- a/dev-perl/Sys-MemInfo/Manifest
+++ b/dev-perl/Sys-MemInfo/Manifest
@@ -1,2 +1 @@
-DIST Sys-MemInfo-0.98.tar.gz 13213 BLAKE2B 
10a7f9820aac1e70b635a531f6d77e8c00d490783be51ab2c2dc778b67a14c62ed5d8e004045f408281d3843d756a2e090b32418f8188c3d07a7d1f50572c23e
 SHA512 
06f3d5d5678832c688dae6b50392cfe549a105359be5d868d020bbb34839216ded7138cac1788d398330deaf260789e91a7a2c3f4998af1ddedf33006c31e1d4
 DIST Sys-MemInfo-0.99.tar.gz 13276 BLAKE2B 
f45ebe017ff40cd612d69b9e804348bed8b78526c18b308a16accf7ffeec1263c2bd8ac6de8ffdf25f9c4e01562a9aa91563f159f0e76268e4bc4f188654a814
 SHA512 
ad0f8a12db7f7c643d0eb2d68fb1dcbff43928b786d390243e89d88537bd99360f88af177678ce5141e3870224da80ea5a432c465e8c7ec384abd21014c0e1c0

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
deleted file mode 100644
index 05da9f0abe0..000
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SCRESTO
-MODULE_VERSION=0.98
-inherit perl-module
-
-DESCRIPTION="Memory informations"
-
-LICENSE="LGPL-2.1 ${LICENSE}"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST=do



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

2019-04-26 Thread Anthony G. Basile
commit: d5887e9a8ca7e032f58a730f96a8451af39bd52d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Apr 26 11:03:55 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Apr 26 11:03:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5887e9a

dev-perl/Sys-MemInfo: stable on arm64

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index 27bc39fa65b..7f0b3d5bffd 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""



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

2019-04-20 Thread Anthony G. Basile
commit: 3a1dea6dfa9bdcd24b0c3ab5b06deca360809fc3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr 21 02:50:43 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr 21 02:50:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1dea6d

dev-perl/Sys-MemInfo: keyword ~arm64

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild | 4 ++--
 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
index e579aa37594..8aa3c0ba9d6 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 SRC_TEST=do

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index f70bd54d569..27bc39fa65b 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""



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

2018-08-29 Thread Markus Meier
commit: 8c9e55e9ffb14683494eedd1868112ff4f3c031d
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 30 04:42:55 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 30 04:42:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9e55e9

dev-perl/Sys-MemInfo: arm stable, bug #662392

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

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index 2941366970c..f70bd54d569 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""



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

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

dev-perl/Sys-MemInfo: stable 0.990.0 for ppc, bug #662392

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

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index d3f0e5f585d..f18c5a31879 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""



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

2018-08-03 Thread Mikle Kolyada
commit: 8c4fb430bbf5a62acecba1618a86caf3b6d1330e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug  4 00:00:33 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug  4 00:00:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4fb430

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index 7f8bb7a5b10..d3f0e5f585d 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""



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

2018-07-31 Thread Sergei Trofimovich
commit: 3f1e9bffb50863f8eb95f8d91561eece683a8a22
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jul 31 08:23:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 31 08:33:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1e9bff

dev-perl/Sys-MemInfo: stable 0.990.0 for sparc, bug #662392

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

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index 59d732c78d0..7f8bb7a5b10 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""



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

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

dev-perl/Sys-MemInfo: stable 0.990.0 for ppc64, bug #662392

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

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index f6e12b2536a..59d732c78d0 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""



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

2018-07-30 Thread Sergei Trofimovich
commit: 9108c29c4e44fe5e09c08c56aaeb96aef1e64074
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 30 21:41:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 30 21:41:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9108c29c

dev-perl/Sys-MemInfo: stable 0.990.0 for hppa, bug #662392

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

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index 0e34fe81561..f6e12b2536a 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""



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

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

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

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index 4c21321b7e4..0e34fe81561 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""



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

2018-01-09 Thread Kent Fredric
commit: 13a6e7ac56fcbdd8356c213af078f7f713257c86
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 10 00:18:38 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a6e7ac

dev-perl/Sys-MemInfo: Bump to version 0.990.0

- EAPI6

Upstream:
- Fix compilation on some linux kernels

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Sys-MemInfo/Manifest   |  1 +
 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-perl/Sys-MemInfo/Manifest b/dev-perl/Sys-MemInfo/Manifest
index 7f72788c61d..fbe3314609c 100644
--- a/dev-perl/Sys-MemInfo/Manifest
+++ b/dev-perl/Sys-MemInfo/Manifest
@@ -1 +1,2 @@
 DIST Sys-MemInfo-0.98.tar.gz 13213 BLAKE2B 
10a7f9820aac1e70b635a531f6d77e8c00d490783be51ab2c2dc778b67a14c62ed5d8e004045f408281d3843d756a2e090b32418f8188c3d07a7d1f50572c23e
 SHA512 
06f3d5d5678832c688dae6b50392cfe549a105359be5d868d020bbb34839216ded7138cac1788d398330deaf260789e91a7a2c3f4998af1ddedf33006c31e1d4
+DIST Sys-MemInfo-0.99.tar.gz 13276 BLAKE2B 
f45ebe017ff40cd612d69b9e804348bed8b78526c18b308a16accf7ffeec1263c2bd8ac6de8ffdf25f9c4e01562a9aa91563f159f0e76268e4bc4f188654a814
 SHA512 
ad0f8a12db7f7c643d0eb2d68fb1dcbff43928b786d390243e89d88537bd99360f88af177678ce5141e3870224da80ea5a432c465e8c7ec384abd21014c0e1c0

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
new file mode 100644
index 000..4c21321b7e4
--- /dev/null
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.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=SCRESTO
+DIST_VERSION=0.99
+inherit perl-module
+
+DESCRIPTION="Memory informations"
+
+LICENSE="LGPL-2.1 ${LICENSE}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""



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

2017-02-04 Thread Andreas Hüttel
commit: 78b0ed07fa05116ee244703713904d402653acff
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Feb  4 16:57:00 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Feb  4 17:32:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b0ed07

dev-perl/Sys-MemInfo: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Sys-MemInfo/Manifest  |  1 -
 dev-perl/Sys-MemInfo/Sys-MemInfo-0.910.0-r1.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/Sys-MemInfo/Manifest b/dev-perl/Sys-MemInfo/Manifest
index 6ed82bc..9811b0e 100644
--- a/dev-perl/Sys-MemInfo/Manifest
+++ b/dev-perl/Sys-MemInfo/Manifest
@@ -1,2 +1 @@
-DIST Sys-MemInfo-0.91.tar.gz 6802 SHA256 
c15af4b9db68f86b182504823e4c9a36ee977d9142a2306f089b4dc1cd26c143 SHA512 
f34f6383b28f15dbfee80ff96b7b0a6102d3f187443b4697d4e1e58bc2ca1fdd7e4352907539648df0aaa1041d5278a7f31d03adfe5349889f426b5a941d5877
 WHIRLPOOL 
06a2e949f0f9fb43970b8f1eeff0a52fc1029067316fe723019ac8607fb996df954b8fab230900b32f56c348773a2a086ee37d51eb504b45468435b23adf8107
 DIST Sys-MemInfo-0.98.tar.gz 13213 SHA256 
0862e94166e69c45ed6dcfd3b3a03610df1980fa3ec7a63c75c2aa67a8a32d5f SHA512 
06f3d5d5678832c688dae6b50392cfe549a105359be5d868d020bbb34839216ded7138cac1788d398330deaf260789e91a7a2c3f4998af1ddedf33006c31e1d4
 WHIRLPOOL 
bfc0711c1c63eb5f6f063e3b46a38ddf449ba92489ee6b4e108b68948d4e863fa87e385c571000b8fa7beaec9e61c821073a065db8316aa0e850c0302e78b500

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.910.0-r1.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.910.0-r1.ebuild
deleted file mode 100644
index bb2f6c4..
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.910.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SCRESTO
-MODULE_VERSION=0.91
-inherit perl-module
-
-DESCRIPTION="Memory informations"
-
-# sources specify LGPL-2.1, README "same terms as Perl itself"
-LICENSE="LGPL-2.1 ${LICENSE}"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-S=${WORKDIR}/${PN}



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

2017-02-03 Thread Jeroen Roovers
commit: 9f58b4b8067205a7b1f6d88f0e27dd1ad27213a6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Feb  3 21:39:26 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Feb  3 21:48:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f58b4b8

dev-perl/Sys-MemInfo: Stable for HPPA (bug #583246).

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

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
index 7e26c46..f2d28e2 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 SRC_TEST=do



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

2016-06-06 Thread Agostino Sarubbo
commit: 1b7ee9799225339b839823df178d6c3fdccd7af4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  6 14:52:34 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  6 14:52:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7ee979

dev-perl/Sys-MemInfo: amd64 stable wrt bug #583246

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

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
index 6dc5bc4..0ea2871 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 SRC_TEST=do



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

2016-06-01 Thread Tobias Klausmann
commit: 410fc77fcf24e5999299a73219922297751b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jun  1 09:48:49 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jun  1 09:48:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410fc77f

dev-perl/Sys-MemInfo-0.980.0-r0: add alpha keyword

Gentoo-Bug: 583246

Package-Manager: portage-2.3.0_rc1

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
index 4b5f879..6dc5bc4 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 SRC_TEST=do



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

2016-05-28 Thread Markus Meier
commit: dd5042c492aebdf3e2767955ff388ff3bc5065cb
Author: Markus Meier  gentoo  org>
AuthorDate: Sat May 28 11:09:09 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat May 28 11:09:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5042c4

dev-perl/Sys-MemInfo: arm stable, bug #583246

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
index fd73cc8..4b5f879 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.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$
 
@@ -12,7 +12,7 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 SRC_TEST=do



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

2016-05-16 Thread Andreas Hüttel
commit: 3431901f1e30663717cdac025b1747a579592263
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon May 16 22:24:25 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon May 16 22:24:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3431901f

dev-perl/Sys-MemInfo: enable tests

Package-Manager: portage-2.2.28

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
index 31d81bf..fd73cc8 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
@@ -14,3 +14,5 @@ LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
+
+SRC_TEST=do