[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2024-02-10 Thread Hans de Graaff
commit: b19d426bb4270f876855b0f1db12b4420100fa2d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 11 07:29:15 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 11 07:34:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19d426b

dev-ruby/semantic_puppet: add 1.1.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/semantic_puppet/Manifest |  1 +
 dev-ruby/semantic_puppet/semantic_puppet-1.1.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index 321d9a0a3d34..3499e960aa11 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1 +1,2 @@
 DIST semantic_puppet-1.0.4.gem 32256 BLAKE2B 
4704a6d913388d10cf32442511d66d742bcdba792d81d67de960209dbffc8ade970431e794934152b71031de83a75d9e09bda830e6e66838b68913d2bbb9da0a
 SHA512 
8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a
+DIST semantic_puppet-1.1.0.gem 32768 BLAKE2B 
e5f41d88afe1b7c760772e4de05f820b84a1809fe692e0d76bdedc75e1bec1d9c0b66d49ff4468ae0b20fdd3c724bdd5305709af4f1faa2ca867f8a5a679
 SHA512 
22d5596f445faa7c7a779c11e4a9b52e1ca3f77fcc63270798e4b0fc759c66bab1644214f1526a0fa5732e349522e8664ea6285f0ca107f35009e8a1d151

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.1.0.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.1.0.ebuild
new file mode 100644
index ..65ce05f547c5
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2023-12-31 Thread Hans de Graaff
commit: 72ea6fbfd73bc9eea907d85d4aecec5e107b58d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 09:20:40 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 09:20:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ea6fbf

dev-ruby/semantic_puppet: enable ruby33

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
index 1105f75b40e3..e3c5359cfddc 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2023-04-01 Thread Sam James
commit: 2952b8c8385d37c20d3caa14b893784ee62ed984
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  1 23:11:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  1 23:19:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2952b8c8

dev-ruby/semantic_puppet: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
index 73a782a31a52..1105f75b40e3 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2023-01-21 Thread Hans de Graaff
commit: 83861f97d9d38b63d5fa4fe8797cbc39b02f0123
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 21 08:17:40 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 21 08:44:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83861f97

dev-ruby/semantic_puppet: drop 1.0.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/semantic_puppet/Manifest|  1 -
 .../semantic_puppet/semantic_puppet-1.0.2.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index 2d7c1b090321..321d9a0a3d34 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,2 +1 @@
-DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B 
fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241
 SHA512 
b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480
 DIST semantic_puppet-1.0.4.gem 32256 BLAKE2B 
4704a6d913388d10cf32442511d66d742bcdba792d81d67de960209dbffc8ade970431e794934152b71031de83a75d9e09bda830e6e66838b68913d2bbb9da0a
 SHA512 
8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
deleted file mode 100644
index 2693101b352f..
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
-HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2022-12-04 Thread Arthur Zamarin
commit: 26eb2b32f11ca4636ae039d639949b85be059cfc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec  4 17:55:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec  4 17:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26eb2b32

dev-ruby/semantic_puppet: Stabilize 1.0.4 ppc, #884025

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
index 5b2ba7cbab09..73a782a31a52 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2022-12-03 Thread Arthur Zamarin
commit: c044eb6dfb09b4dfcac0f2633542e67237fc2ace
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 15:13:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 15:13:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c044eb6d

dev-ruby/semantic_puppet: Stabilize 1.0.4 x86, #884025

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
index d992c234d0eb..5b2ba7cbab09 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2022-12-02 Thread Hans de Graaff
commit: 6a5f5434ea0f7cd887d9cbd0bd69b42bac031c58
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec  2 12:50:13 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 07:13:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5f5434

dev-ruby/semantic_puppet: drop 1.0.3

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/semantic_puppet/Manifest |  1 -
 dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index 90bc5047302f..2d7c1b090321 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,3 +1,2 @@
 DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B 
fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241
 SHA512 
b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480
-DIST semantic_puppet-1.0.3.gem 32256 BLAKE2B 
bbde7e40e2d7361b09906974b451a33a2698dcc33db1ab3c790968318b21f4c72d2ce775eb56c331b0509666972cde2e5a1db64580eb6e558d604ff025e389d0
 SHA512 
bdca6793a064d37d15010551c579f61837b1095025d84469ed8893d4bbed4372cde005ed452460a8d771c8e4bf842283628f2c613295bab0af3834cdc163f7ba
 DIST semantic_puppet-1.0.4.gem 32256 BLAKE2B 
4704a6d913388d10cf32442511d66d742bcdba792d81d67de960209dbffc8ade970431e794934152b71031de83a75d9e09bda830e6e66838b68913d2bbb9da0a
 SHA512 
8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild
deleted file mode 100644
index ce1be8b94a38..
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
-HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2022-12-02 Thread Sam James
commit: 33d6c0087bebf1f6883d338480c2791f33b1489b
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 21:26:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 21:26:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d6c008

dev-ruby/semantic_puppet: Stabilize 1.0.4 ppc64, #884025

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
index 8d017a7e3960..77b6db1632c0 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2022-11-01 Thread Yixun Lan
commit: db3eeec56acdf8419c9fb1bf3cf17beac62d55d2
Author: Yu Gu  gmail  com>
AuthorDate: Tue Nov  1 06:02:22 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov  1 09:47:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3eeec5

dev-ruby/semantic_puppet: Keyword 1.0.4 riscv, #878943

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
index a1c0f89e14d4..8d017a7e3960 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2022-04-18 Thread Hans de Graaff
commit: 3d7a99c83d2d6ece03fa7936128a1f95f4a0aa8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 18 13:47:34 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 18 17:15:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7a99c8

dev-ruby/semantic_puppet: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
index 14f02e1fa911..a1c0f89e14d4 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2022-01-26 Thread Fabian Groffen
commit: a2473a0222f9d982a9f97bd57c8749a8b3a8bcf3
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan 26 17:44:30 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan 26 18:40:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2473a02

dev-ruby/semantic_puppet-1.0.4: marked ~arm64

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
index b1454420a1f8..14f02e1fa911 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.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
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2021-07-18 Thread Hans de Graaff
commit: 0d2873615c948b727acc2df0a78f9102c7689bfa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 18 08:22:15 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 18 08:22:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d287361

dev-ruby/semantic_puppet: add 1.0.4

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/semantic_puppet/Manifest |  1 +
 dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index f0061c457ea..90bc5047302 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,2 +1,3 @@
 DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B 
fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241
 SHA512 
b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480
 DIST semantic_puppet-1.0.3.gem 32256 BLAKE2B 
bbde7e40e2d7361b09906974b451a33a2698dcc33db1ab3c790968318b21f4c72d2ce775eb56c331b0509666972cde2e5a1db64580eb6e558d604ff025e389d0
 SHA512 
bdca6793a064d37d15010551c579f61837b1095025d84469ed8893d4bbed4372cde005ed452460a8d771c8e4bf842283628f2c613295bab0af3834cdc163f7ba
+DIST semantic_puppet-1.0.4.gem 32256 BLAKE2B 
4704a6d913388d10cf32442511d66d742bcdba792d81d67de960209dbffc8ade970431e794934152b71031de83a75d9e09bda830e6e66838b68913d2bbb9da0a
 SHA512 
8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
new file mode 100644
index 000..b1454420a1f
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2021-01-12 Thread Hans de Graaff
commit: 71179df03acf4821ff1da1b829ff43e613b351a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 13 07:00:02 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 13 07:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71179df0

dev-ruby/semantic_puppet: add 1.0.3

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/semantic_puppet/Manifest |  1 +
 dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index b85af5cc2ff..f0061c457ea 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1 +1,2 @@
 DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B 
fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241
 SHA512 
b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480
+DIST semantic_puppet-1.0.3.gem 32256 BLAKE2B 
bbde7e40e2d7361b09906974b451a33a2698dcc33db1ab3c790968318b21f4c72d2ce775eb56c331b0509666972cde2e5a1db64580eb6e558d604ff025e389d0
 SHA512 
bdca6793a064d37d15010551c579f61837b1095025d84469ed8893d4bbed4372cde005ed452460a8d771c8e4bf842283628f2c613295bab0af3834cdc163f7ba

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild
new file mode 100644
index 000..ce1be8b94a3
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2020-01-23 Thread Hans de Graaff
commit: 449b60ccfb6060c3cb40c3ca4777e913bf55e3b7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 23 18:17:38 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 23 19:13:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449b60cc

dev-ruby/semantic_puppet: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
index ab16581d9f0..0eb14bdce89 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2019-01-13 Thread Hans de Graaff
commit: d3b33540e66de00019403b8798af2ef93c0baf7d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 13 08:15:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 13 08:15:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b33540

dev-ruby/semantic_puppet: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
index 05bebcb5a74..ab16581d9f0 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2018-10-17 Thread Matthew Thode
commit: 9a8f44e19ccd5d1c1444f0b774afcd4d6750e761
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct 17 19:36:48 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Oct 17 19:36:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8f44e1

dev-ruby/semantic_puppet: 1.0.2 stable allarches

Signed-off-by: Matthew Thode  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
index 88d5f19927a..05bebcb5a74 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2018-09-19 Thread Matt Thode
commit: b8fdb4d4d72fdef7ede55d8fc7f6f02aebbd9162
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 19 15:57:54 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep 19 16:03:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fdb4d4

dev-ruby/semantic_puppet: adding keywords under allarches for puppet

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
index a9b618f2060..88d5f19927a 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2018-04-08 Thread Hans de Graaff
commit: 3ef752eb664413c366633f97ca1bcf2f855340bd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  9 05:02:40 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  9 05:02:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef752eb

dev-ruby/semantic_puppet: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/semantic_puppet/Manifest  |  2 --
 .../semantic_puppet/semantic_puppet-0.1.3.ebuild   | 20 --
 .../semantic_puppet-1.0.1-r1.ebuild| 24 --
 3 files changed, 46 deletions(-)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index 8aa0a753bc0..b85af5cc2ff 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,3 +1 @@
-DIST semantic_puppet-0.1.3.gem 25600 BLAKE2B 
d227b5fb500af4da47db7dbc197d84a5d06485420e43473d3bd6a43b79cc3744a6b382a51e2cf2172a9f80432540e952344b95edda4b10bd7f04b0a535380fb7
 SHA512 
ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061
-DIST semantic_puppet-1.0.1.gem 32256 BLAKE2B 
21125e70a8c7af1bbf476c94cffd3e72f16595b5b4c67b114ba2e7b92a4467975b1d368d2447139088cf0acb7f15c45371ad7bac07ccd095590c420cbaf5a83b
 SHA512 
739641c4cce0c6d47c1ccfdda4c6577dc74a8232909f10ed493e865d0c1d691aa9367c978c23f139fd0bc36236664bda8503129f8162a04f72a51c872105e7d3
 DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B 
fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241
 SHA512 
b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild
deleted file mode 100644
index a0781e52ccd..000
--- a/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
-HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
deleted file mode 100644
index 8ff4fb20d21..000
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
-HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2018-03-20 Thread Hans de Graaff
commit: d38b2bdb082cbc94602d8450464d2f5b6f954528
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 20 06:20:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 20 06:20:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38b2bdb

dev-ruby/semantic_puppet: add 1.0.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/semantic_puppet/Manifest|  1 +
 .../semantic_puppet/semantic_puppet-1.0.2.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index 4c30d65d08c..8aa0a753bc0 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,2 +1,3 @@
 DIST semantic_puppet-0.1.3.gem 25600 BLAKE2B 
d227b5fb500af4da47db7dbc197d84a5d06485420e43473d3bd6a43b79cc3744a6b382a51e2cf2172a9f80432540e952344b95edda4b10bd7f04b0a535380fb7
 SHA512 
ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061
 DIST semantic_puppet-1.0.1.gem 32256 BLAKE2B 
21125e70a8c7af1bbf476c94cffd3e72f16595b5b4c67b114ba2e7b92a4467975b1d368d2447139088cf0acb7f15c45371ad7bac07ccd095590c420cbaf5a83b
 SHA512 
739641c4cce0c6d47c1ccfdda4c6577dc74a8232909f10ed493e865d0c1d691aa9367c978c23f139fd0bc36236664bda8503129f8162a04f72a51c872105e7d3
+DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B 
fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241
 SHA512 
b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
new file mode 100644
index 000..a9b618f2060
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2018-03-05 Thread Hans de Graaff
commit: 1d2377b6400d9cf8883b904f3546972d3a0acc7e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  6 06:35:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  6 06:35:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2377b6

dev-ruby/semantic_puppet: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
index 02073321879..8ff4fb20d21 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2018-01-08 Thread Hans de Graaff
commit: 59198dda2a25843f354093ec6217709ef4bc868e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  9 06:16:14 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  9 06:16:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59198dda

dev-ruby/semantic_puppet: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/semantic_puppet/Manifest  |  1 -
 .../semantic_puppet/semantic_puppet-1.0.0.ebuild   | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index 54d6ccc6091..4c30d65d08c 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,3 +1,2 @@
 DIST semantic_puppet-0.1.3.gem 25600 BLAKE2B 
d227b5fb500af4da47db7dbc197d84a5d06485420e43473d3bd6a43b79cc3744a6b382a51e2cf2172a9f80432540e952344b95edda4b10bd7f04b0a535380fb7
 SHA512 
ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061
-DIST semantic_puppet-1.0.0.gem 32256 BLAKE2B 
2986def6877cffa9811fd37ba7db5a16229c16292af8ae47db9c925e003f06d4071447f1bdc9c084742702e710e946c2bed3797a51a4f3886eb71c77200db550
 SHA512 
b44d139221e12b29c46a8114abfede123a305f0cb33c8be21ab410db1b1bad3d7f708800c513566e4a5f0aa39d0197b9d9b0aa0015b7055dd06a887b334d
 DIST semantic_puppet-1.0.1.gem 32256 BLAKE2B 
21125e70a8c7af1bbf476c94cffd3e72f16595b5b4c67b114ba2e7b92a4467975b1d368d2447139088cf0acb7f15c45371ad7bac07ccd095590c420cbaf5a83b
 SHA512 
739641c4cce0c6d47c1ccfdda4c6577dc74a8232909f10ed493e865d0c1d691aa9367c978c23f139fd0bc36236664bda8503129f8162a04f72a51c872105e7d3

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild
deleted file mode 100644
index 1cfb244da2d..000
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
-HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2018-01-08 Thread Thomas Deutschmann
commit: d69c52de70dcde8b85543135fd6fe8b2cb46ac04
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  8 23:51:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  8 23:57:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69c52de

dev-ruby/semantic_puppet: x86 keyworded (bug #620236)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
index 71bb90658b2..02073321879 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.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
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2017-07-31 Thread Hans de Graaff
commit: 7fd1ede6e1d205c7cd5878b1758e1ff326451562
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug  1 05:27:29 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug  1 05:27:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd1ede6

dev-ruby/semantic_puppet: add missing locales directory in installation

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../{semantic_puppet-1.0.1.ebuild => semantic_puppet-1.0.1-r1.ebuild}   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
similarity index 93%
rename from dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild
rename to dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
index 1cfb244da2d..71bb90658b2 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
@@ -9,6 +9,8 @@ RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
 
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
 inherit ruby-fakegem
 
 DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2017-07-21 Thread Hans de Graaff
commit: 9d79143c3f9e30467ed4d132dc6212bc9060c00d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 21 06:24:48 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 21 06:24:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d79143c

dev-ruby/semantic_puppet: add 1.0.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/semantic_puppet/Manifest  |  1 +
 .../semantic_puppet/semantic_puppet-1.0.1.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index a90c8f20e4e..4a672aeb565 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,2 +1,3 @@
 DIST semantic_puppet-0.1.3.gem 25600 SHA256 
41d1d5523cf4be83791371312e200f503e7b1c49871de1882b2485181c7225c4 SHA512 
ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061
 WHIRLPOOL 
a63f4d5e8396db4388b0de9fe0da972579a84942ad1b3ad252d9ccf1ffb5b718dbf869d2f2d26aefcca973365e59463e594a962b06be14ed165f7835d3fb2739
 DIST semantic_puppet-1.0.0.gem 32256 SHA256 
04877f5777312b89d23629b21cdee7a72eed3a62da1993379fe4ea66969877c1 SHA512 
b44d139221e12b29c46a8114abfede123a305f0cb33c8be21ab410db1b1bad3d7f708800c513566e4a5f0aa39d0197b9d9b0aa0015b7055dd06a887b334d
 WHIRLPOOL 
0d50edcf01cd119213603443e09d1ef36411db1c8b3d57c19b1d36f01531aaf475fb06dccc11850cdadf2af9206e7fbeac2dd97a77e8a5fc5cbe401a022d7175
+DIST semantic_puppet-1.0.1.gem 32256 SHA256 
8e1b8719e0c529d12da28fdace487c087668ccd08e58f6f52915e27271968296 SHA512 
739641c4cce0c6d47c1ccfdda4c6577dc74a8232909f10ed493e865d0c1d691aa9367c978c23f139fd0bc36236664bda8503129f8162a04f72a51c872105e7d3
 WHIRLPOOL 
aecc5685587c6d0f3a1fba2b5e61f1ed539381f1bd9cc794a9501ebab7a5ddfc9c1c81707cf6ce449a0b2c486741bb15f6728b6d083e2830fc2dfea22400ed88

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild
new file mode 100644
index 000..1cfb244da2d
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2017-05-30 Thread Hans de Graaff
commit: cc6ebc90921a25634fc23cc30c01208b84250cdb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 31 03:31:42 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 31 03:31:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6ebc90

dev-ruby/semantic_puppet: add 1.0.0

Drop ~x86 keyword due to new gettext-setup dependency, bug 620236

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/semantic_puppet/Manifest  |  1 +
 .../semantic_puppet/semantic_puppet-1.0.0.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index d813b808f69..a90c8f20e4e 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1 +1,2 @@
 DIST semantic_puppet-0.1.3.gem 25600 SHA256 
41d1d5523cf4be83791371312e200f503e7b1c49871de1882b2485181c7225c4 SHA512 
ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061
 WHIRLPOOL 
a63f4d5e8396db4388b0de9fe0da972579a84942ad1b3ad252d9ccf1ffb5b718dbf869d2f2d26aefcca973365e59463e594a962b06be14ed165f7835d3fb2739
+DIST semantic_puppet-1.0.0.gem 32256 SHA256 
04877f5777312b89d23629b21cdee7a72eed3a62da1993379fe4ea66969877c1 SHA512 
b44d139221e12b29c46a8114abfede123a305f0cb33c8be21ab410db1b1bad3d7f708800c513566e4a5f0aa39d0197b9d9b0aa0015b7055dd06a887b334d
 WHIRLPOOL 
0d50edcf01cd119213603443e09d1ef36411db1c8b3d57c19b1d36f01531aaf475fb06dccc11850cdadf2af9206e7fbeac2dd97a77e8a5fc5cbe401a022d7175

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild
new file mode 100644
index 000..1cfb244da2d
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2016-07-07 Thread Hans de Graaff
commit: c781859766fcd6823c22905e56882afc68bb48d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  7 05:15:16 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul  8 03:54:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7818597

dev-ruby/semantic_puppet: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/semantic_puppet/Manifest   |  2 --
 .../semantic_puppet/semantic_puppet-0.1.1.ebuild| 21 -
 .../semantic_puppet/semantic_puppet-0.1.2.ebuild| 21 -
 3 files changed, 44 deletions(-)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index 8422bcb..d813b80 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,3 +1 @@
-DIST semantic_puppet-0.1.1.gem 25088 SHA256 
803dc62c61bbd7318197821590d8fe45f306ce8be4d1e54944ac7bfa1af2eff1 SHA512 
9aa2ed9ae4194d85dd2c69b09ff128aef77f0fcb0ac2a3acd9dfbae970251d6ea9bf8cd7cab66f41553bc2693fb401d154e3ec4f0866d87106d39d1f347808fa
 WHIRLPOOL 
774cb803c7e30aa341464b431d0678b7fbbff100ad4ac8b48285266dc70b5bf3f6d449db3670bcf0fdb2990635f758330b967abf47c264e59e0b468f6f1377b4
-DIST semantic_puppet-0.1.2.gem 25600 SHA256 
de0f0112fc4b9412ce3295e2f9653a796ec9f88953a2cfd03617755a5a35a559 SHA512 
160cfe6f649a038a5d3899ba059ce47e1cdf691d658e058968452f68c46964298b897ed63eea07aad424c7ea861ea95b3b31e398ed54a2b26e608d2a285e3600
 WHIRLPOOL 
29026b9db8729f04634647480b9f0f40ae71705b3ff7b693d78bd6266cea28ae47bcb15cfdd2d8d7352d07d568874477dead2997409d96c24cafc1ad51451b74
 DIST semantic_puppet-0.1.3.gem 25600 SHA256 
41d1d5523cf4be83791371312e200f503e7b1c49871de1882b2485181c7225c4 SHA512 
ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061
 WHIRLPOOL 
a63f4d5e8396db4388b0de9fe0da972579a84942ad1b3ad252d9ccf1ffb5b718dbf869d2f2d26aefcca973365e59463e594a962b06be14ed165f7835d3fb2739

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild
deleted file mode 100644
index 3e66fbe..000
--- a/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
-HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild
deleted file mode 100644
index b3deb7d..000
--- a/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
-HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2016-06-03 Thread Hans de Graaff
commit: 8ba290cceec5e8ef9bf674a04a37e5d295bc5526
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun  4 03:43:25 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun  4 03:50:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba290cc

dev-ruby/semantic_puppet: add 0.1.3

Package-Manager: portage-2.2.28

 dev-ruby/semantic_puppet/Manifest   |  1 +
 .../semantic_puppet/semantic_puppet-0.1.3.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index 96ab74b..8422bcb 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1,2 +1,3 @@
 DIST semantic_puppet-0.1.1.gem 25088 SHA256 
803dc62c61bbd7318197821590d8fe45f306ce8be4d1e54944ac7bfa1af2eff1 SHA512 
9aa2ed9ae4194d85dd2c69b09ff128aef77f0fcb0ac2a3acd9dfbae970251d6ea9bf8cd7cab66f41553bc2693fb401d154e3ec4f0866d87106d39d1f347808fa
 WHIRLPOOL 
774cb803c7e30aa341464b431d0678b7fbbff100ad4ac8b48285266dc70b5bf3f6d449db3670bcf0fdb2990635f758330b967abf47c264e59e0b468f6f1377b4
 DIST semantic_puppet-0.1.2.gem 25600 SHA256 
de0f0112fc4b9412ce3295e2f9653a796ec9f88953a2cfd03617755a5a35a559 SHA512 
160cfe6f649a038a5d3899ba059ce47e1cdf691d658e058968452f68c46964298b897ed63eea07aad424c7ea861ea95b3b31e398ed54a2b26e608d2a285e3600
 WHIRLPOOL 
29026b9db8729f04634647480b9f0f40ae71705b3ff7b693d78bd6266cea28ae47bcb15cfdd2d8d7352d07d568874477dead2997409d96c24cafc1ad51451b74
+DIST semantic_puppet-0.1.3.gem 25600 SHA256 
41d1d5523cf4be83791371312e200f503e7b1c49871de1882b2485181c7225c4 SHA512 
ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061
 WHIRLPOOL 
a63f4d5e8396db4388b0de9fe0da972579a84942ad1b3ad252d9ccf1ffb5b718dbf869d2f2d26aefcca973365e59463e594a962b06be14ed165f7835d3fb2739

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild
new file mode 100644
index 000..b3deb7d
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2016-05-17 Thread Hans de Graaff
commit: 4828d0007066630510599047a78c5dba5209261e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 18 04:50:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 18 04:50:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4828d000

dev-ruby/semantic_puppet: add 0.1.2

Package-Manager: portage-2.2.28

 dev-ruby/semantic_puppet/Manifest   |  1 +
 .../semantic_puppet/semantic_puppet-0.1.2.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index e00129d..96ab74b 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1 +1,2 @@
 DIST semantic_puppet-0.1.1.gem 25088 SHA256 
803dc62c61bbd7318197821590d8fe45f306ce8be4d1e54944ac7bfa1af2eff1 SHA512 
9aa2ed9ae4194d85dd2c69b09ff128aef77f0fcb0ac2a3acd9dfbae970251d6ea9bf8cd7cab66f41553bc2693fb401d154e3ec4f0866d87106d39d1f347808fa
 WHIRLPOOL 
774cb803c7e30aa341464b431d0678b7fbbff100ad4ac8b48285266dc70b5bf3f6d449db3670bcf0fdb2990635f758330b967abf47c264e59e0b468f6f1377b4
+DIST semantic_puppet-0.1.2.gem 25600 SHA256 
de0f0112fc4b9412ce3295e2f9653a796ec9f88953a2cfd03617755a5a35a559 SHA512 
160cfe6f649a038a5d3899ba059ce47e1cdf691d658e058968452f68c46964298b897ed63eea07aad424c7ea861ea95b3b31e398ed54a2b26e608d2a285e3600
 WHIRLPOOL 
29026b9db8729f04634647480b9f0f40ae71705b3ff7b693d78bd6266cea28ae47bcb15cfdd2d8d7352d07d568874477dead2997409d96c24cafc1ad51451b74

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild
new file mode 100644
index 000..b3deb7d
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/

2016-03-06 Thread Manuel Rüger
commit: 38454797f74fcc6c5fec7a1648e4e695da724fab
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar  6 19:25:03 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar  6 19:25:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38454797

dev-ruby/semantic_puppet: Remove ruby19, fix desc

Package-Manager: portage-2.2.27

 dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild
index a2468e8..3e66fbe 100644
--- a/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild
+++ b/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
 
 inherit ruby-fakegem
 
-DESCRIPTION="Library of useful tools for working with Semantic Versions and 
module dependencies."
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
 HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
 
 LICENSE="Apache-2.0"