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

2024-05-10 Thread Hans de Graaff
commit: 859a762214f8c9ae86f5ec5c461a025191437146
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 11 04:39:32 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 11 04:39:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859a7622

dev-ruby/ascii85: add 1.1.1

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

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

diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest
index 7fd17a784ad2..ed01439fe4d7 100644
--- a/dev-ruby/ascii85/Manifest
+++ b/dev-ruby/ascii85/Manifest
@@ -1 +1,2 @@
 DIST Ascii85-1.1.0.gem 12288 BLAKE2B 
637ee421b51ec8ee88f00c32acc4d05a818fe7a26ec9f512a207d5c2e8c9b99e9866b904451a2ae811f024cd26b810b3dfbc346b6d935fd135a2c2615f2453ef
 SHA512 
f160dbc06f49aaf1c678ece5b94fab4c3878cf7fe6accc267e64505e412072cb28b9dc28ec1ed8bf01ddbd7c08c920d95fbe182f756072d614b9827f6ec50094
+DIST Ascii85-1.1.1.gem 12288 BLAKE2B 
7886cc4e7745ace8bc615305f13e4cd081805b3d3eabc6d05fb84fb2bc1c3c26916ba1e4b8e891246fcd3b7c10320f90e994022f99723bb7692c13cda67af72a
 SHA512 
6d2f9941ed88d4e7c3867a8c9da1bf56696195447be5f9edd5fc0f62231e60c2786363823703c26da9d614d776866a93a983d7e64a631532315c51b6eb258045

diff --git a/dev-ruby/ascii85/ascii85-1.1.1.ebuild 
b/dev-ruby/ascii85/ascii85-1.1.1.ebuild
new file mode 100644
index ..9aeaa437c631
--- /dev/null
+++ b/dev-ruby/ascii85/ascii85-1.1.1.ebuild
@@ -0,0 +1,27 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
+
+RUBY_FAKEGEM_NAME="Ascii85"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of 
the same name"
+HOMEPAGE="https://github.com/datawraith/ascii85gem;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+}



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

2023-12-27 Thread Hans de Graaff
commit: 46d55d85428f31f9f12b9b94c086f864cb71ea8a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 21:09:16 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 21:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d55d85

dev-ruby/ascii85: enable ruby33

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

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

diff --git a/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild 
b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild
index 6e96f6db44d0..49be7903af52 100644
--- a/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md History.txt"



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

2023-04-01 Thread Sam James
commit: 66a6e7005a47d61fb7d8aa9343a6c37722acced4
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 31 23:13:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  1 20:08:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a6e700

dev-ruby/ascii85: EAPI 8, enable ruby32

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

 dev-ruby/ascii85/{ascii85-1.1.0.ebuild => ascii85-1.1.0-r1.ebuild} | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/ascii85/ascii85-1.1.0.ebuild 
b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild
similarity index 85%
rename from dev-ruby/ascii85/ascii85-1.1.0.ebuild
rename to dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild
index c28d7b412d5a..6e96f6db44d0 100644
--- a/dev-ruby/ascii85/ascii85-1.1.0.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
@@ -18,7 +18,6 @@ HOMEPAGE="https://github.com/datawraith/ascii85gem;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
 
 ruby_add_bdepend "test? ( dev-ruby/minitest )"
 



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

2022-04-30 Thread Hans de Graaff
commit: 69a709376a03797dee47c6d415a5c148ed0d56f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 30 06:22:20 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 30 09:07:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a70937

dev-ruby/ascii85: enable ruby31 and disable ruby25

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

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

diff --git a/dev-ruby/ascii85/ascii85-1.1.0.ebuild 
b/dev-ruby/ascii85/ascii85-1.1.0.ebuild
index 979829671885..c28d7b412d5a 100644
--- a/dev-ruby/ascii85/ascii85-1.1.0.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md History.txt"



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

2022-04-30 Thread Hans de Graaff
commit: f8f5250e7df19c219237c91541f021acfb32a84d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 30 06:22:33 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 30 09:07:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f5250e

dev-ruby/ascii85: drop 1.0.3

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

 dev-ruby/ascii85/Manifest |  1 -
 dev-ruby/ascii85/ascii85-1.0.3.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest
index d2705ed078a9..7fd17a784ad2 100644
--- a/dev-ruby/ascii85/Manifest
+++ b/dev-ruby/ascii85/Manifest
@@ -1,2 +1 @@
-DIST Ascii85-1.0.3.gem 11776 BLAKE2B 
e08bbc089546dd3b91ff5fd85b8652dd6f5c06025c29ac67004bd7d4c7bb8fc38c77b604dd5a884970b05041e173f37eaf895f0bb9ac1947ce70e4f0cc54906c
 SHA512 
b324ff06ea0cd46a679619a2bfca9f05c30ece9f0342f8a8d097841f3fb4dbb29cf4b6f6832742c50fe5a51895a9048308981be296466422269ce34c4d936f5c
 DIST Ascii85-1.1.0.gem 12288 BLAKE2B 
637ee421b51ec8ee88f00c32acc4d05a818fe7a26ec9f512a207d5c2e8c9b99e9866b904451a2ae811f024cd26b810b3dfbc346b6d935fd135a2c2615f2453ef
 SHA512 
f160dbc06f49aaf1c678ece5b94fab4c3878cf7fe6accc267e64505e412072cb28b9dc28ec1ed8bf01ddbd7c08c920d95fbe182f756072d614b9827f6ec50094

diff --git a/dev-ruby/ascii85/ascii85-1.0.3.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.3.ebuild
deleted file mode 100644
index 5ccf1f7ba102..
--- a/dev-ruby/ascii85/ascii85-1.0.3.ebuild
+++ /dev/null
@@ -1,28 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
-
-RUBY_FAKEGEM_NAME="Ascii85"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of 
the same name"
-HOMEPAGE="https://github.com/datawraith/ascii85gem;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-}



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

2021-02-05 Thread Hans de Graaff
commit: 085ffceb5a3ad9d9a5293dfde6c36b3271dd8a29
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  6 06:50:12 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  6 06:50:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085ffceb

dev-ruby/ascii85: add ruby30

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

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

diff --git a/dev-ruby/ascii85/ascii85-1.1.0.ebuild 
b/dev-ruby/ascii85/ascii85-1.1.0.ebuild
index 4bbddd140e2..97982967188 100644
--- a/dev-ruby/ascii85/ascii85-1.1.0.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md History.txt"



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

2020-11-12 Thread Hans de Graaff
commit: 08a5dba10eddfe9c7ff1498c0e974da6a7b4ec0c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 13 06:42:25 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 13 06:42:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a5dba1

dev-ruby/ascii85: add 1.1.0

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

 dev-ruby/ascii85/Manifest |  1 +
 dev-ruby/ascii85/ascii85-1.1.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest
index fb602c2a6d6..d2705ed078a 100644
--- a/dev-ruby/ascii85/Manifest
+++ b/dev-ruby/ascii85/Manifest
@@ -1 +1,2 @@
 DIST Ascii85-1.0.3.gem 11776 BLAKE2B 
e08bbc089546dd3b91ff5fd85b8652dd6f5c06025c29ac67004bd7d4c7bb8fc38c77b604dd5a884970b05041e173f37eaf895f0bb9ac1947ce70e4f0cc54906c
 SHA512 
b324ff06ea0cd46a679619a2bfca9f05c30ece9f0342f8a8d097841f3fb4dbb29cf4b6f6832742c50fe5a51895a9048308981be296466422269ce34c4d936f5c
+DIST Ascii85-1.1.0.gem 12288 BLAKE2B 
637ee421b51ec8ee88f00c32acc4d05a818fe7a26ec9f512a207d5c2e8c9b99e9866b904451a2ae811f024cd26b810b3dfbc346b6d935fd135a2c2615f2453ef
 SHA512 
f160dbc06f49aaf1c678ece5b94fab4c3878cf7fe6accc267e64505e412072cb28b9dc28ec1ed8bf01ddbd7c08c920d95fbe182f756072d614b9827f6ec50094

diff --git a/dev-ruby/ascii85/ascii85-1.1.0.ebuild 
b/dev-ruby/ascii85/ascii85-1.1.0.ebuild
new file mode 100644
index 000..4bbddd140e2
--- /dev/null
+++ b/dev-ruby/ascii85/ascii85-1.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
+
+RUBY_FAKEGEM_NAME="Ascii85"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of 
the same name"
+HOMEPAGE="https://github.com/datawraith/ascii85gem;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+}



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

2020-02-22 Thread Hans de Graaff
commit: 04dafc3299304d2f69f936804c426442e835c227
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 22 05:53:52 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 22 10:22:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dafc32

dev-ruby/ascii85: cleanup

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

 dev-ruby/ascii85/Manifest|  1 -
 dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest
index 9a75a9fa89c..fb602c2a6d6 100644
--- a/dev-ruby/ascii85/Manifest
+++ b/dev-ruby/ascii85/Manifest
@@ -1,2 +1 @@
-DIST Ascii85-1.0.2.gem 10752 BLAKE2B 
1a38fb0d04eefcd73028aeb166169bf04dced4695eaa3ab8d5add8233bb898780b896101558f7db248aeb4cd9c58edaf36b67085ba0b2cb06bb32b312e576c56
 SHA512 
e2437948697dd46c646e55a361b74ad5069b261809a0e374eee1f3e755d07bbc45d85fc8ab6d620eceeeb020e6ff23224703cba0ce4ddf37f8a5a96289efd74b
 DIST Ascii85-1.0.3.gem 11776 BLAKE2B 
e08bbc089546dd3b91ff5fd85b8652dd6f5c06025c29ac67004bd7d4c7bb8fc38c77b604dd5a884970b05041e173f37eaf895f0bb9ac1947ce70e4f0cc54906c
 SHA512 
b324ff06ea0cd46a679619a2bfca9f05c30ece9f0342f8a8d097841f3fb4dbb29cf4b6f6832742c50fe5a51895a9048308981be296466422269ce34c4d936f5c

diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
deleted file mode 100644
index 8e40be003b2..000
--- a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
+++ /dev/null
@@ -1,28 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
-
-RUBY_FAKEGEM_NAME="Ascii85"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of 
the same name"
-HOMEPAGE="https://github.com/datawraith/ascii85gem;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-}



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

2020-01-13 Thread Hans de Graaff
commit: d67a3be9672d3fabdace089859dd58c5e42af719
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:34:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67a3be9

dev-ruby/ascii85: add ruby27

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

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

diff --git a/dev-ruby/ascii85/ascii85-1.0.3.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.3.ebuild
index c0a7a24dc2d..ee44cde6950 100644
--- a/dev-ruby/ascii85/ascii85-1.0.3.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.0.3.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_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md History.txt"



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

2019-02-03 Thread Hans de Graaff
commit: f4d037c5be891ba2540941615cf614b2b89cdd01
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  3 09:29:29 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  3 10:04:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d037c5

dev-ruby/ascii85: add ruby26

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

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

diff --git a/dev-ruby/ascii85/ascii85-1.0.3.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.3.ebuild
index 84e2c0e6320..74be1124c4b 100644
--- a/dev-ruby/ascii85/ascii85-1.0.3.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.0.3.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_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md History.txt"



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

2018-01-25 Thread Hans de Graaff
commit: 47663adc8ce98f77a4423358e52dc78d4557f96d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 26 06:21:57 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 26 06:21:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47663adc

dev-ruby/ascii85: add 1.0.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ascii85/Manifest |  1 +
 dev-ruby/ascii85/ascii85-1.0.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest
index 1fb54aeee3e..9a75a9fa89c 100644
--- a/dev-ruby/ascii85/Manifest
+++ b/dev-ruby/ascii85/Manifest
@@ -1 +1,2 @@
 DIST Ascii85-1.0.2.gem 10752 BLAKE2B 
1a38fb0d04eefcd73028aeb166169bf04dced4695eaa3ab8d5add8233bb898780b896101558f7db248aeb4cd9c58edaf36b67085ba0b2cb06bb32b312e576c56
 SHA512 
e2437948697dd46c646e55a361b74ad5069b261809a0e374eee1f3e755d07bbc45d85fc8ab6d620eceeeb020e6ff23224703cba0ce4ddf37f8a5a96289efd74b
+DIST Ascii85-1.0.3.gem 11776 BLAKE2B 
e08bbc089546dd3b91ff5fd85b8652dd6f5c06025c29ac67004bd7d4c7bb8fc38c77b604dd5a884970b05041e173f37eaf895f0bb9ac1947ce70e4f0cc54906c
 SHA512 
b324ff06ea0cd46a679619a2bfca9f05c30ece9f0342f8a8d097841f3fb4dbb29cf4b6f6832742c50fe5a51895a9048308981be296466422269ce34c4d936f5c

diff --git a/dev-ruby/ascii85/ascii85-1.0.3.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.3.ebuild
new file mode 100644
index 000..84e2c0e6320
--- /dev/null
+++ b/dev-ruby/ascii85/ascii85-1.0.3.ebuild
@@ -0,0 +1,28 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
+
+RUBY_FAKEGEM_NAME="Ascii85"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of 
the same name"
+HOMEPAGE="https://github.com/datawraith/ascii85gem;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+}



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

2018-01-10 Thread Hans de Graaff
commit: 523f50183fae8a8006c37fd8b16f5674f80c8385
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 11 05:55:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 11 05:55:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523f5018

dev-ruby/ascii85: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
index fef2e005dab..a1adb044cc3 100644
--- a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.0.2-r2.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_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"



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

2017-05-21 Thread Hans de Graaff
commit: 21900dce3fba69095f8d53c974a126de49293a72
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 22 04:34:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 22 04:34:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21900dce

dev-ruby/ascii85: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
index 9e74217192e..a45ed768734 100644
--- a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"



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

2016-08-19 Thread Hans de Graaff
commit: 813a8e5ebb4077cc10636f9188a4c25d4253925d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 19 05:39:39 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 06:00:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813a8e5e

dev-ruby/ascii85: add ruby23

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
index 66055ec..baf796e 100644
--- a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"



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

2016-03-08 Thread Manuel Rüger
commit: ada318e1abdb29ee026f435e058e3aeed8ab0d3b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Mar  8 21:46:45 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Mar  8 21:46:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada318e1

dev-ruby/ascii85: Remove ruby19

Package-Manager: portage-2.2.27

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

diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
index 446bdc3..66055ec 100644
--- a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
@@ -1,10 +1,10 @@
-# 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_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"