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

2023-12-27 Thread Hans de Graaff
commit: 53fb607d8c598ea10170309b8af77bbc2f89d17e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 20:20:42 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 20:20:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fb607d

dev-ruby/ddplugin: enable ruby33

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

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

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
index 709e168a3a7d..840356ef3383 100644
--- a/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
+++ b/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 



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

2023-07-06 Thread Hans de Graaff
commit: 672babc3ec7c834e10ed8acac26bcef392488b82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul  7 04:54:25 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul  7 05:18:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672babc3

dev-ruby/ddplugin: drop 1.0.3

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

 dev-ruby/ddplugin/ddplugin-1.0.3.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
deleted file mode 100644
index 9cc0a66225ac..
--- a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides plugin management for Ruby projects"
-HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~riscv"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2023-04-22 Thread Hans de Graaff
commit: 26f538490c1958034433b0a266facc59ed347169
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 22 15:24:26 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 22 15:41:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f53849

dev-ruby/ddplugin: update EAPI 7 -> 8

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

 dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
new file mode 100644
index ..709e168a3a7d
--- /dev/null
+++ b/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides plugin management for Ruby projects"
+HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~riscv"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2022-04-03 Thread Hans de Graaff
commit: b8f4f99f990930648378118d5fb430bd2e033624
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 09:56:27 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f4f99f

dev-ruby/ddplugin: drop 1.0.2

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

 dev-ruby/ddplugin/Manifest  |  1 -
 dev-ruby/ddplugin/ddplugin-1.0.2.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest
index d386a1adc526..f91a6936252d 100644
--- a/dev-ruby/ddplugin/Manifest
+++ b/dev-ruby/ddplugin/Manifest
@@ -1,2 +1 @@
-DIST ddplugin-1.0.2.gem 9728 BLAKE2B 
eded641a734d4c7182184b9b9cf4a6007b33b25ffde97e1c9efea71d425ee034693e05b8f569d8e9be29f4a315d5306d8a3180b19e835157d49d9d1c82f0d436
 SHA512 
bc36cd7e5490e3748e65994dc1e2b1cff9aeefcd0b44ad547368491c83509baf2934cc38f9db4035069394b8c2fa9bbea6b35cf96b80ac4126df348e49a93420
 DIST ddplugin-1.0.3.gem 9728 BLAKE2B 
8d287a558fe2716c394f96f92824c8b843fbdcb77b5052b8bb4699013222ef0e57c273348007dc61cde4281978570b115551ce51a71077b53f0cc8d7ebda5ea9
 SHA512 
eef88b52f78f379b6f083da3a6090d9430756e3a9d526202785e6d36121bc4fc3e42238db8146dd4d4a9ede1f5caf5bac047731ed5c1012d637b2723cccfcd00

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
deleted file mode 100644
index 28a0b0c3a0b3..
--- a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
+++ /dev/null
@@ -1,27 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides plugin management for Ruby projects"
-HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2022-04-03 Thread Hans de Graaff
commit: 9974d34241eb3ac0d3aa4d6a981acb0ad0d66fbc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 09:57:00 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9974d342

dev-ruby/ddplugin: enable ruby31 and disable ruby25

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

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

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
index 1c19c1b7dfd7..9cc0a66225ac 100644
--- a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
+++ b/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 



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

2022-03-18 Thread Jakov Smolić
commit: b35f56deb1ebd51636f3423dd7738a5d1fdb57ac
Author: Yongxiang Liang  gmail  com>
AuthorDate: Tue Mar 15 13:12:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Mar 18 06:48:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35f56de

dev-ruby/ddplugin: keyword 1.0.3 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
index 346b92612bd9..1c19c1b7dfd7 100644
--- a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
+++ b/dev-ruby/ddplugin/ddplugin-1.0.3.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=7
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-01-05 Thread Hans de Graaff
commit: 780a8aeaaeedff53b0dc2d8147e6316701b3729a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  6 06:17:32 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  6 06:17:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780a8aea

dev-ruby/ddplugin: add 1.0.3

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

 dev-ruby/ddplugin/Manifest  |  1 +
 dev-ruby/ddplugin/ddplugin-1.0.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest
index a982e8b62b2..d386a1adc52 100644
--- a/dev-ruby/ddplugin/Manifest
+++ b/dev-ruby/ddplugin/Manifest
@@ -1 +1,2 @@
 DIST ddplugin-1.0.2.gem 9728 BLAKE2B 
eded641a734d4c7182184b9b9cf4a6007b33b25ffde97e1c9efea71d425ee034693e05b8f569d8e9be29f4a315d5306d8a3180b19e835157d49d9d1c82f0d436
 SHA512 
bc36cd7e5490e3748e65994dc1e2b1cff9aeefcd0b44ad547368491c83509baf2934cc38f9db4035069394b8c2fa9bbea6b35cf96b80ac4126df348e49a93420
+DIST ddplugin-1.0.3.gem 9728 BLAKE2B 
8d287a558fe2716c394f96f92824c8b843fbdcb77b5052b8bb4699013222ef0e57c273348007dc61cde4281978570b115551ce51a71077b53f0cc8d7ebda5ea9
 SHA512 
eef88b52f78f379b6f083da3a6090d9430756e3a9d526202785e6d36121bc4fc3e42238db8146dd4d4a9ede1f5caf5bac047731ed5c1012d637b2723cccfcd00

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
new file mode 100644
index 000..346b92612bd
--- /dev/null
+++ b/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides plugin management for Ruby projects"
+HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2020-02-25 Thread Hans de Graaff
commit: b1f4a12f4bba7fbcb4e542d3e82f655050a9e12b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 26 06:03:26 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 26 06:03:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f4a12f

dev-ruby/ddplugin: add ruby27

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

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

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
index 6e9d78d86c1..28a0b0c3a0b 100644
--- a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
+++ b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
@@ -1,9 +1,9 @@
-# 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_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"



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

2019-11-03 Thread Hans de Graaff
commit: aaf6d04ec08bb87235943543871b1b1241f71960
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov  3 07:42:29 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov  3 07:42:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf6d04e

dev-ruby/ddplugin: cleanup

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

 dev-ruby/ddplugin/Manifest  |  1 -
 dev-ruby/ddplugin/ddplugin-1.0.1.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest
index 09a3351de24..a982e8b62b2 100644
--- a/dev-ruby/ddplugin/Manifest
+++ b/dev-ruby/ddplugin/Manifest
@@ -1,2 +1 @@
-DIST ddplugin-1.0.1.gem 9216 BLAKE2B 
ec1035b66b5167f26a9f89bc02dd1e4429bbb8d22e0bcd98b4e37a20443afc61ee32b65e00a6d46265303ec8cca6090edaa646615e0d00785222c1450c62f8ba
 SHA512 
6332fb5292f7796e99a78131fd0e4c38cabed66e0d05220960e1cf08b717505e3790b99949d1a6098b80999d973ade442d07a5d19975328174810ef8f44ac276
 DIST ddplugin-1.0.2.gem 9728 BLAKE2B 
eded641a734d4c7182184b9b9cf4a6007b33b25ffde97e1c9efea71d425ee034693e05b8f569d8e9be29f4a315d5306d8a3180b19e835157d49d9d1c82f0d436
 SHA512 
bc36cd7e5490e3748e65994dc1e2b1cff9aeefcd0b44ad547368491c83509baf2934cc38f9db4035069394b8c2fa9bbea6b35cf96b80ac4126df348e49a93420

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
deleted file mode 100644
index 935cab84925..000
--- a/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides plugin management for Ruby projects"
-HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2019-02-02 Thread Hans de Graaff
commit: 94f1b817c063beac39d145a64e1470b0b62062ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  2 13:40:20 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  2 17:17:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f1b817

dev-ruby/ddplugin: add ruby26

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

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

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
index f5030d83d56..6e9d78d86c1 100644
--- a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
+++ b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# 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_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"



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

2018-03-31 Thread Hans de Graaff
commit: 10b5eb5ef454713519b6081fc38b675583d193ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  1 05:09:07 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  1 05:09:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b5eb5e

dev-ruby/ddplugin: add 1.0.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/ddplugin/Manifest  |  1 +
 dev-ruby/ddplugin/ddplugin-1.0.2.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest
index b25829df8b3..09a3351de24 100644
--- a/dev-ruby/ddplugin/Manifest
+++ b/dev-ruby/ddplugin/Manifest
@@ -1 +1,2 @@
 DIST ddplugin-1.0.1.gem 9216 BLAKE2B 
ec1035b66b5167f26a9f89bc02dd1e4429bbb8d22e0bcd98b4e37a20443afc61ee32b65e00a6d46265303ec8cca6090edaa646615e0d00785222c1450c62f8ba
 SHA512 
6332fb5292f7796e99a78131fd0e4c38cabed66e0d05220960e1cf08b717505e3790b99949d1a6098b80999d973ade442d07a5d19975328174810ef8f44ac276
+DIST ddplugin-1.0.2.gem 9728 BLAKE2B 
eded641a734d4c7182184b9b9cf4a6007b33b25ffde97e1c9efea71d425ee034693e05b8f569d8e9be29f4a315d5306d8a3180b19e835157d49d9d1c82f0d436
 SHA512 
bc36cd7e5490e3748e65994dc1e2b1cff9aeefcd0b44ad547368491c83509baf2934cc38f9db4035069394b8c2fa9bbea6b35cf96b80ac4126df348e49a93420

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
new file mode 100644
index 000..f5030d83d56
--- /dev/null
+++ b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
@@ -0,0 +1,27 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides plugin management for Ruby projects"
+HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2018-02-02 Thread Hans de Graaff
commit: 52d86afe7c1195cf51a71deb48af7b921e16d4af
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  3 07:34:23 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  3 07:34:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d86afe

dev-ruby/ddplugin: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
index 698d1e3417a..935cab84925 100644
--- a/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
+++ b/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"



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

2017-03-03 Thread Hans de Graaff
commit: 3c53f00514cb8cb5faf1e5e2af94a0ba882cadd9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar  4 07:25:56 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar  4 07:26:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c53f005

dev-ruby/ddplugin: initial import of 1.0.1

New dependency for www-apps/nanoc

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ddplugin/Manifest  |  1 +
 dev-ruby/ddplugin/ddplugin-1.0.1.ebuild | 27 +++
 dev-ruby/ddplugin/metadata.xml  | 11 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest
new file mode 100644
index 000..6747a457438
--- /dev/null
+++ b/dev-ruby/ddplugin/Manifest
@@ -0,0 +1 @@
+DIST ddplugin-1.0.1.gem 9216 SHA256 
40f220c4a3fb163927f6a58c5238c3bdc2db8c01827b98a1107d2e11743ef451 SHA512 
6332fb5292f7796e99a78131fd0e4c38cabed66e0d05220960e1cf08b717505e3790b99949d1a6098b80999d973ade442d07a5d19975328174810ef8f44ac276
 WHIRLPOOL 
c17cefeb9dab3419b5c9e9f9ae2b569e3febb148cc2955b62fb999545ca4e24ead56d0ea5a92aa4ede63aa03c9f8a2cb3b2c3b1328458eb6b775a2486ca50f52

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
new file mode 100644
index 000..698d1e3417a
--- /dev/null
+++ b/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides plugin management for Ruby projects"
+HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}

diff --git a/dev-ruby/ddplugin/metadata.xml b/dev-ruby/ddplugin/metadata.xml
new file mode 100644
index 000..0ea91e04751
--- /dev/null
+++ b/dev-ruby/ddplugin/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+ddfreyne/ddplugin
+  
+