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

2024-03-08 Thread Hans de Graaff
commit: 1446b9553125b2300937ebf7ab67df3f20c26cb4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  8 10:28:10 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  8 11:35:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1446b955

dev-ruby/dalli: add 3.2.8

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.2.8.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 8fd6168def5b..b4c8649bea05 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,3 +1,4 @@
 DIST dalli-3.2.5.tar.gz 72496 BLAKE2B 
2a8665aad98629ccab873a2b6b6661304b25dd2374ed3685f97dee83bf43c604088e43229ced951453d889fab7a1ec35b7fb3f0028858cf890a6013ac82b64c1
 SHA512 
ace079e3c9f7c30e2f266a07f87e58cbf4276f5ca4744ade76782a6a6047296bf5e23d40a4c1f4596b1eb150501c460f7cf89b33f308a774bcfe5825ec635760
 DIST dalli-3.2.6.tar.gz 72683 BLAKE2B 
d3cf252862d796cb0e8320df0b35af91678949b1dc564054585252e98caed70681609857b7606663b4bda08a27112bc1d51779fc29ef045d0ec087ba80d6dfdd
 SHA512 
93aa808123adb671c096543271407e497770a8f7481a961f48f11493f3a313113f0ec7829708d7352c0ade1f02a9842ecfc22ba7d93beb138db981d2bd1b94a9
 DIST dalli-3.2.7.tar.gz 73058 BLAKE2B 
8baba122e1bba1254e38ed021ac0c494c27bccf65d99aa16f379824073457e2eb7f79b2e9ec4cb49153b682c48d6bdfdcbe64966a286dba7b45349ace81ca4a1
 SHA512 
771bb0863e86cd7c252cfc1a688dd820b3efd24d6038be8789e2d4c2604703b78b64d36d0b32bb81001d625fc116eb86b4421cb3b32de8918912a3995e68ee70
+DIST dalli-3.2.8.tar.gz 73367 BLAKE2B 
1680fda0d272d135f8e88a0ea2e16a08cd1027808f0503334b8c53dd85472cc7c37df3649623f8347169f5b8cd645c9a1a4d98343e45d4369ce8d08cc1306316
 SHA512 
85a0d8121fd0e539b0fd6c15716971d91e91741d36850cf8e887d8fef17d6b49ea6036ce66c986aafd008aa0e744cd798bc574e9376383b9af33b0971e31e25c

diff --git a/dev-ruby/dalli/dalli-3.2.8.ebuild 
b/dev-ruby/dalli/dalli-3.2.8.ebuild
new file mode 100644
index ..41af68f1391e
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.2.8.ebuild
@@ -0,0 +1,44 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE="test"
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/connection_pool
+   dev-ruby/minitest:5
+   dev-ruby/rack
+   dev-ruby/rack-session
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
+}



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

2024-01-30 Thread Hans de Graaff
commit: d25d204a95812490ec1921f7e00c8afc404b97a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 30 08:04:04 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 30 08:04:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25d204a

dev-ruby/dalli: add 3.2.7

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.2.7.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index d9a9adce645b..8fd6168def5b 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-3.2.5.tar.gz 72496 BLAKE2B 
2a8665aad98629ccab873a2b6b6661304b25dd2374ed3685f97dee83bf43c604088e43229ced951453d889fab7a1ec35b7fb3f0028858cf890a6013ac82b64c1
 SHA512 
ace079e3c9f7c30e2f266a07f87e58cbf4276f5ca4744ade76782a6a6047296bf5e23d40a4c1f4596b1eb150501c460f7cf89b33f308a774bcfe5825ec635760
 DIST dalli-3.2.6.tar.gz 72683 BLAKE2B 
d3cf252862d796cb0e8320df0b35af91678949b1dc564054585252e98caed70681609857b7606663b4bda08a27112bc1d51779fc29ef045d0ec087ba80d6dfdd
 SHA512 
93aa808123adb671c096543271407e497770a8f7481a961f48f11493f3a313113f0ec7829708d7352c0ade1f02a9842ecfc22ba7d93beb138db981d2bd1b94a9
+DIST dalli-3.2.7.tar.gz 73058 BLAKE2B 
8baba122e1bba1254e38ed021ac0c494c27bccf65d99aa16f379824073457e2eb7f79b2e9ec4cb49153b682c48d6bdfdcbe64966a286dba7b45349ace81ca4a1
 SHA512 
771bb0863e86cd7c252cfc1a688dd820b3efd24d6038be8789e2d4c2604703b78b64d36d0b32bb81001d625fc116eb86b4421cb3b32de8918912a3995e68ee70

diff --git a/dev-ruby/dalli/dalli-3.2.7.ebuild 
b/dev-ruby/dalli/dalli-3.2.7.ebuild
new file mode 100644
index ..41af68f1391e
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.2.7.ebuild
@@ -0,0 +1,44 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE="test"
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/connection_pool
+   dev-ruby/minitest:5
+   dev-ruby/rack
+   dev-ruby/rack-session
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
+}



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

2023-12-29 Thread Hans de Graaff
commit: 9005672da34ecf42bf99510ee96664451e2f9a78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 30 07:17:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 30 07:17:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9005672d

dev-ruby/dalli: enable ruby33

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.6.ebuild 
b/dev-ruby/dalli/dalli-3.2.6.ebuild
index bebfe61eb70b..9e4f2ecb1ef2 100644
--- a/dev-ruby/dalli/dalli-3.2.6.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"



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

2023-12-29 Thread Hans de Graaff
commit: ec4d136e0f6f078585bec3508d26eb1a9ab6c552
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 30 07:17:35 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 30 07:17:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4d136e

dev-ruby/dalli: drop 3.2.4

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

 dev-ruby/dalli/Manifest   |  1 -
 dev-ruby/dalli/dalli-3.2.4.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index d307f7f7aefc..d9a9adce645b 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,3 +1,2 @@
-DIST dalli-3.2.4.tar.gz 71999 BLAKE2B 
bb4ea91328e60740d8be0664b2a359007230efcc87611e620b08cc18292e85384780afcc09de575314f3bd39d261b8d26c558f4329ba55f13f1306681ce0ec71
 SHA512 
5f5f802a76b1d611b42251c8eb70538cb1da6b43bb681fb7e0b4a7124bf46ab4d89be4ab31bb071d7205c897ba940ef523384efa18b5723d57d8edaea2198350
 DIST dalli-3.2.5.tar.gz 72496 BLAKE2B 
2a8665aad98629ccab873a2b6b6661304b25dd2374ed3685f97dee83bf43c604088e43229ced951453d889fab7a1ec35b7fb3f0028858cf890a6013ac82b64c1
 SHA512 
ace079e3c9f7c30e2f266a07f87e58cbf4276f5ca4744ade76782a6a6047296bf5e23d40a4c1f4596b1eb150501c460f7cf89b33f308a774bcfe5825ec635760
 DIST dalli-3.2.6.tar.gz 72683 BLAKE2B 
d3cf252862d796cb0e8320df0b35af91678949b1dc564054585252e98caed70681609857b7606663b4bda08a27112bc1d51779fc29ef045d0ec087ba80d6dfdd
 SHA512 
93aa808123adb671c096543271407e497770a8f7481a961f48f11493f3a313113f0ec7829708d7352c0ade1f02a9842ecfc22ba7d93beb138db981d2bd1b94a9

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
deleted file mode 100644
index 29868d0c1caf..
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/connection_pool
-   dev-ruby/minitest:5
-   dev-ruby/rack:2.2
-)"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '3igem "minitest", "~> 5.0"; gem "rack", "~> 2.2.0"; require 
"dalli"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
-}



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

2023-11-04 Thread Hans de Graaff
commit: de580dd889945a4706bd3d9ecdf16415e0ce8b78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  4 06:14:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  4 07:05:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de580dd8

dev-ruby/dalli: add 3.2.6

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.2.6.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 46259bb430dd..d307f7f7aefc 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-3.2.4.tar.gz 71999 BLAKE2B 
bb4ea91328e60740d8be0664b2a359007230efcc87611e620b08cc18292e85384780afcc09de575314f3bd39d261b8d26c558f4329ba55f13f1306681ce0ec71
 SHA512 
5f5f802a76b1d611b42251c8eb70538cb1da6b43bb681fb7e0b4a7124bf46ab4d89be4ab31bb071d7205c897ba940ef523384efa18b5723d57d8edaea2198350
 DIST dalli-3.2.5.tar.gz 72496 BLAKE2B 
2a8665aad98629ccab873a2b6b6661304b25dd2374ed3685f97dee83bf43c604088e43229ced951453d889fab7a1ec35b7fb3f0028858cf890a6013ac82b64c1
 SHA512 
ace079e3c9f7c30e2f266a07f87e58cbf4276f5ca4744ade76782a6a6047296bf5e23d40a4c1f4596b1eb150501c460f7cf89b33f308a774bcfe5825ec635760
+DIST dalli-3.2.6.tar.gz 72683 BLAKE2B 
d3cf252862d796cb0e8320df0b35af91678949b1dc564054585252e98caed70681609857b7606663b4bda08a27112bc1d51779fc29ef045d0ec087ba80d6dfdd
 SHA512 
93aa808123adb671c096543271407e497770a8f7481a961f48f11493f3a313113f0ec7829708d7352c0ade1f02a9842ecfc22ba7d93beb138db981d2bd1b94a9

diff --git a/dev-ruby/dalli/dalli-3.2.6.ebuild 
b/dev-ruby/dalli/dalli-3.2.6.ebuild
new file mode 100644
index ..74f57faa850a
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.2.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/connection_pool
+   dev-ruby/minitest:5
+   dev-ruby/rack
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
+}



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

2023-08-19 Thread Sam James
commit: 274d57b976ab60d202fc2008b59485d96b6a6604
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 20 05:42:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 20 05:42:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274d57b9

dev-ruby/dalli: Stabilize 3.2.5 amd64, #912480

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.5.ebuild 
b/dev-ruby/dalli/dalli-3.2.5.ebuild
index f014cca1d8f4..6d0b4ea322a8 100644
--- a/dev-ruby/dalli/dalli-3.2.5.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.5.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-08-19 Thread Arthur Zamarin
commit: c694727f03bb9c3b67d1451528edf4c248409695
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 19 07:53:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 19 07:53:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c694727f

dev-ruby/dalli: Stabilize 3.2.5 ppc, #912480

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.5.ebuild 
b/dev-ruby/dalli/dalli-3.2.5.ebuild
index d17937df4b0b..9db4d42a028a 100644
--- a/dev-ruby/dalli/dalli-3.2.5.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.5.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-08-19 Thread Arthur Zamarin
commit: e15e6b14511a2882ad24b42c1bf9d2fa676ce3a1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 19 07:41:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 19 07:41:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15e6b14

dev-ruby/dalli: Stabilize 3.2.5 ppc64, #912480

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.5.ebuild 
b/dev-ruby/dalli/dalli-3.2.5.ebuild
index f1e9a9052a4b..d17937df4b0b 100644
--- a/dev-ruby/dalli/dalli-3.2.5.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.5.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-08-19 Thread Sam James
commit: 457958a3b03a0405f25925b9ebc96a831634
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 19 06:17:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 19 06:17:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457958a3

dev-ruby/dalli: Stabilize 3.2.5 arm, #912480

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.5.ebuild 
b/dev-ruby/dalli/dalli-3.2.5.ebuild
index 37c2f1c08310..f1e9a9052a4b 100644
--- a/dev-ruby/dalli/dalli-3.2.5.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.5.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-08-19 Thread Sam James
commit: c150e63db17e5f00771e101afffc54a5ccc55f0a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 19 06:08:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 19 06:08:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c150e63d

dev-ruby/dalli: Stabilize 3.2.5 arm64, #912480

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.5.ebuild 
b/dev-ruby/dalli/dalli-3.2.5.ebuild
index 457caebf8503..37c2f1c08310 100644
--- a/dev-ruby/dalli/dalli-3.2.5.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.5.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-07-08 Thread Hans de Graaff
commit: bcefaa5ddb69ae1ab0d97a765fe6528ec142a059
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  8 13:17:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  8 14:09:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcefaa5d

dev-ruby/dalli: fix rack dependency

Closes: https://bugs.gentoo.org/908799
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/dalli/dalli-3.2.4.ebuild | 4 ++--
 dev-ruby/dalli/dalli-3.2.5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
index effe48a83809..29868d0c1caf 100644
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -28,7 +28,7 @@ DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] 
)"
 ruby_add_bdepend "test? (
dev-ruby/connection_pool
dev-ruby/minitest:5
-   dev-ruby/rack
+   dev-ruby/rack:2.2
 )"
 
 all_ruby_prepare() {
@@ -36,7 +36,7 @@ all_ruby_prepare() {
 
sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
 
-   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   sed -i -e '3igem "minitest", "~> 5.0"; gem "rack", "~> 2.2.0"; require 
"dalli"' \
-e '/bundler/ s:^:#:' test/helper.rb || die
 
sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die

diff --git a/dev-ruby/dalli/dalli-3.2.5.ebuild 
b/dev-ruby/dalli/dalli-3.2.5.ebuild
index cdc6ec7366bd..457caebf8503 100644
--- a/dev-ruby/dalli/dalli-3.2.5.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.5.ebuild
@@ -28,7 +28,7 @@ DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] 
)"
 ruby_add_bdepend "test? (
dev-ruby/connection_pool
dev-ruby/minitest:5
-   dev-ruby/rack
+   dev-ruby/rack:2.2
 )"
 
 all_ruby_prepare() {
@@ -36,7 +36,7 @@ all_ruby_prepare() {
 
sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
 
-   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   sed -i -e '3igem "minitest", "~> 5.0"; gem "rack", "~> 2.2.0"; require 
"dalli"' \
-e '/bundler/ s:^:#:' test/helper.rb || die
 
sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die



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

2023-06-14 Thread Hans de Graaff
commit: f7dd0af4e61f40537119d752cacbf902a09939b3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 14 05:08:10 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 14 06:21:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7dd0af4

dev-ruby/dalli: add 3.2.5

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.2.5.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 7050a82d9beb..46259bb430dd 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1 +1,2 @@
 DIST dalli-3.2.4.tar.gz 71999 BLAKE2B 
bb4ea91328e60740d8be0664b2a359007230efcc87611e620b08cc18292e85384780afcc09de575314f3bd39d261b8d26c558f4329ba55f13f1306681ce0ec71
 SHA512 
5f5f802a76b1d611b42251c8eb70538cb1da6b43bb681fb7e0b4a7124bf46ab4d89be4ab31bb071d7205c897ba940ef523384efa18b5723d57d8edaea2198350
+DIST dalli-3.2.5.tar.gz 72496 BLAKE2B 
2a8665aad98629ccab873a2b6b6661304b25dd2374ed3685f97dee83bf43c604088e43229ced951453d889fab7a1ec35b7fb3f0028858cf890a6013ac82b64c1
 SHA512 
ace079e3c9f7c30e2f266a07f87e58cbf4276f5ca4744ade76782a6a6047296bf5e23d40a4c1f4596b1eb150501c460f7cf89b33f308a774bcfe5825ec635760

diff --git a/dev-ruby/dalli/dalli-3.2.5.ebuild 
b/dev-ruby/dalli/dalli-3.2.5.ebuild
new file mode 100644
index ..cdc6ec7366bd
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.2.5.ebuild
@@ -0,0 +1,43 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/connection_pool
+   dev-ruby/minitest:5
+   dev-ruby/rack
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
+}



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

2023-04-23 Thread Sam James
commit: 6bfd216c0d79f8adcd4da891680f7c50708ada82
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 21:38:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 21:38:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfd216c

dev-ruby/dalli: Stabilize 3.2.4 ppc64, #904903

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
index e355be4e1c9f..effe48a83809 100644
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-04-23 Thread Sam James
commit: 929d815b95a2f53a52dbfd9d7a389a603441f9a9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 21:31:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 21:31:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929d815b

dev-ruby/dalli: Stabilize 3.2.4 arm64, #904903

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
index c41b2760f93f..e355be4e1c9f 100644
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-04-23 Thread Sam James
commit: 5d5d5d7cbeabaf485a82c9f8a16a3f27c4f05832
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 21:30:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 21:30:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5d5d7c

dev-ruby/dalli: Stabilize 3.2.4 arm, #904903

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
index 6410bf738c02..c41b2760f93f 100644
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-04-01 Thread Sam James
commit: 650e672a14bcd71b8cebaf35e487c2ccbe70a25c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  2 01:04:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  2 01:50:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650e672a

dev-ruby/dalli: enable ruby32, add test dep

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

 dev-ruby/dalli/dalli-3.2.4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
index 066a4a7cbab2..355d1d0a676e 100644
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
@@ -25,6 +26,7 @@ IUSE=""
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
 
 ruby_add_bdepend "test? (
+   dev-ruby/connection_pool
dev-ruby/minitest:5
dev-ruby/rack
 )"



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

2023-03-28 Thread Sam James
commit: e6e6d859ce21592fe937a367a3131ad41f1cc2ec
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 16:03:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 16:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e6d859

dev-ruby/dalli: Stabilize 3.2.4 x86, #903329

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
index 204696f2dc97..9905bc4c0b0a 100644
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-03-28 Thread Sam James
commit: 49b85cf1eedd2d89b19664202420c999ce49cd3c
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 16:03:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 16:03:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b85cf1

dev-ruby/dalli: Stabilize 3.2.4 amd64, #903329

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
index 9905bc4c0b0a..066a4a7cbab2 100644
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2023-02-17 Thread Hans de Graaff
commit: 7a66548ebd8f1a20243f7661df1effcf78d2cfea
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 18 06:40:13 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 18 07:29:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a66548e

dev-ruby/dalli: add 3.2.4

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.2.4.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 77085b067f49..d4a061f40996 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1 +1,2 @@
 DIST dalli-3.2.3.tar.gz 71163 BLAKE2B 
cdb205f39dce8e7c64da808a5da8b0c295ca938b21d1a42f16a7fda06d47b11c9d357240d633b17ec140e90a1838d4e28da6333971eaad043ffd04508ffb7537
 SHA512 
43729fa6f7ee92d886e113c6c04f1334c74bcb189e5c75205cc955a94fe1e0d834f94b69d1e9408609f4039018417da74f9b80fc8851ed33ee3fd60fb77df224
+DIST dalli-3.2.4.tar.gz 71999 BLAKE2B 
bb4ea91328e60740d8be0664b2a359007230efcc87611e620b08cc18292e85384780afcc09de575314f3bd39d261b8d26c558f4329ba55f13f1306681ce0ec71
 SHA512 
5f5f802a76b1d611b42251c8eb70538cb1da6b43bb681fb7e0b4a7124bf46ab4d89be4ab31bb071d7205c897ba940ef523384efa18b5723d57d8edaea2198350

diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild 
b/dev-ruby/dalli/dalli-3.2.4.ebuild
new file mode 100644
index ..204696f2dc97
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rack
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
+}



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

2023-01-13 Thread Hans de Graaff
commit: ba0333a867a192e7494a9f398344d960b84d8df3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 13 09:45:45 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 13 09:46:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0333a8

dev-ruby/dalli: drop 2.7.11, 3.2.2

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

 dev-ruby/dalli/Manifest|  2 --
 dev-ruby/dalli/dalli-2.7.11.ebuild | 50 --
 dev-ruby/dalli/dalli-3.2.2.ebuild  | 40 --
 3 files changed, 92 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 0cdd56eda81f..77085b067f49 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,3 +1 @@
-DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a
-DIST dalli-3.2.2.tar.gz 70163 BLAKE2B 
59b67fda686674ea4df36b503d7f362e052d2ad32b0f4fd07e90f8e5f39ec0760a5b3e0a3627a684c38bc3cd9ede8d0e6614825ef5154da9c281e2720a343e3f
 SHA512 
6ac42c09aac7a5b8f4678449b8c1660f95232fd96f2885f7685f4c62573f435b76fcd2c06180bc05a493671ee9fed2c3ba9edb8ac318968b7725c3c76fb34544
 DIST dalli-3.2.3.tar.gz 71163 BLAKE2B 
cdb205f39dce8e7c64da808a5da8b0c295ca938b21d1a42f16a7fda06d47b11c9d357240d633b17ec140e90a1838d4e28da6333971eaad043ffd04508ffb7537
 SHA512 
43729fa6f7ee92d886e113c6c04f1334c74bcb189e5c75205cc955a94fe1e0d834f94b69d1e9408609f4039018417da74f9b80fc8851ed33ee3fd60fb77df224

diff --git a/dev-ruby/dalli/dalli-2.7.11.ebuild 
b/dev-ruby/dalli/dalli-2.7.11.ebuild
deleted file mode 100644
index a918291870bd..
--- a/dev-ruby/dalli/dalli-2.7.11.ebuild
+++ /dev/null
@@ -1,50 +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_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   >=dev-ruby/mocha-0.13
-   dev-ruby/rack
-   >=dev-ruby/activesupport-5.2
-   dev-ruby/connection_pool )"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '3igem "minitest", "~> 5.0"; gem "activesupport", ">=5.2.0"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' \
-   -e '14irequire "active_support"' test/helper.rb || die
-
-   # Fix test compatability with memcached 1.5.4 and higher
-   # https://github.com/petergoldstein/dalli/pull/672
-   #sed -i -e '/memcached_low_mem_persistent/,/^end/ s/-M/-M -I 512k/' 
test/memcached_mock.rb || die
-}

diff --git a/dev-ruby/dalli/dalli-3.2.2.ebuild 
b/dev-ruby/dalli/dalli-3.2.2.ebuild
deleted file mode 100644
index 73735d2adf42..
--- a/dev-ruby/dalli/dalli-3.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   dev-ruby/rack
-)"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '3igem "minitest", "~> 5.0"; 

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

2022-10-31 Thread Agostino Sarubbo
commit: 8bd81989a5d11dd057b47a93fe12e21fa2b4cf74
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 31 16:40:24 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 31 16:41:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd81989

dev-ruby/dalli: Stabilize 3.2.2 x86, #861920

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/dalli/dalli-3.2.2.ebuild 
b/dev-ruby/dalli/dalli-3.2.2.ebuild
index ce5010488834..73735d2adf42 100644
--- a/dev-ruby/dalli/dalli-3.2.2.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2022-10-31 Thread Agostino Sarubbo
commit: 489b573df8ff1032f8a17b4941f0ecbc45c6cf24
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 31 16:37:16 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 31 16:37:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489b573d

dev-ruby/dalli: Stabilize 3.2.2 amd64, #861920

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/dalli/dalli-3.2.2.ebuild 
b/dev-ruby/dalli/dalli-3.2.2.ebuild
index 4b89b110e749..ce5010488834 100644
--- a/dev-ruby/dalli/dalli-3.2.2.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2022-10-30 Thread Hans de Graaff
commit: b97f652dc651cdb0ec94d78d5af20be60cef88ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 30 08:48:12 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 30 09:17:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97f652d

dev-ruby/dalli: drop 3.0.3, 3.2.1

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

 dev-ruby/dalli/Manifest   |  2 --
 dev-ruby/dalli/dalli-3.0.3.ebuild | 38 -
 dev-ruby/dalli/dalli-3.2.1.ebuild | 40 ---
 3 files changed, 80 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index fb02734e9183..d307c2794438 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,4 +1,2 @@
 DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a
-DIST dalli-3.0.3.tar.gz 47633 BLAKE2B 
ee47bc7e4efcbd0d60c1663bf514f5a21d0fdeb70cfcf13ba46ae3c39926fd216db992c7ac1750d73ecf453d32feea9d2c22625b737e0bcbb8ae0d6870536828
 SHA512 
1feaecca963a6a4aa2f21e02302ddb5865fec0f5779911b4ec38a1199533b82edca46057355fa463353a8c7a6da3bf7c835ce51ca538bc38eb6014d4d362acb3
-DIST dalli-3.2.1.tar.gz 69926 BLAKE2B 
c3cd0c6d817b04aed786df7792b84c8659fa1ea79d69d2fc477549869fb5d7d4880c1d897f90c35020c04babc17f16ee55724339b150eec1a8b887de27b4d02e
 SHA512 
5328ea5aecb4270a33ca08f498588f08259b56e36e1ed404f062d39b8693874878f019dbfe154892b1d192ec136f5473da5612ee7d095b8760caf628be3c67a7
 DIST dalli-3.2.2.tar.gz 70163 BLAKE2B 
59b67fda686674ea4df36b503d7f362e052d2ad32b0f4fd07e90f8e5f39ec0760a5b3e0a3627a684c38bc3cd9ede8d0e6614825ef5154da9c281e2720a343e3f
 SHA512 
6ac42c09aac7a5b8f4678449b8c1660f95232fd96f2885f7685f4c62573f435b76fcd2c06180bc05a493671ee9fed2c3ba9edb8ac318968b7725c3c76fb34544

diff --git a/dev-ruby/dalli/dalli-3.0.3.ebuild 
b/dev-ruby/dalli/dalli-3.0.3.ebuild
deleted file mode 100644
index 0288f4a55329..
--- a/dev-ruby/dalli/dalli-3.0.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   dev-ruby/rack
-)"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '3igem "minitest", "~> 5.0"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-}

diff --git a/dev-ruby/dalli/dalli-3.2.1.ebuild 
b/dev-ruby/dalli/dalli-3.2.1.ebuild
deleted file mode 100644
index 4b89b110e749..
--- a/dev-ruby/dalli/dalli-3.2.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   dev-ruby/rack
-)"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
-}



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

2022-10-30 Thread Hans de Graaff
commit: 9fcad98a6a5eaf8c1fb6181f4cbef906e6319a44
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 30 09:16:44 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 30 09:17:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcad98a

dev-ruby/dalli: add 3.2.3

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.2.3.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index d307c2794438..0cdd56eda81f 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a
 DIST dalli-3.2.2.tar.gz 70163 BLAKE2B 
59b67fda686674ea4df36b503d7f362e052d2ad32b0f4fd07e90f8e5f39ec0760a5b3e0a3627a684c38bc3cd9ede8d0e6614825ef5154da9c281e2720a343e3f
 SHA512 
6ac42c09aac7a5b8f4678449b8c1660f95232fd96f2885f7685f4c62573f435b76fcd2c06180bc05a493671ee9fed2c3ba9edb8ac318968b7725c3c76fb34544
+DIST dalli-3.2.3.tar.gz 71163 BLAKE2B 
cdb205f39dce8e7c64da808a5da8b0c295ca938b21d1a42f16a7fda06d47b11c9d357240d633b17ec140e90a1838d4e28da6333971eaad043ffd04508ffb7537
 SHA512 
43729fa6f7ee92d886e113c6c04f1334c74bcb189e5c75205cc955a94fe1e0d834f94b69d1e9408609f4039018417da74f9b80fc8851ed33ee3fd60fb77df224

diff --git a/dev-ruby/dalli/dalli-3.2.3.ebuild 
b/dev-ruby/dalli/dalli-3.2.3.ebuild
new file mode 100644
index ..5098f7d6272d
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.2.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rack
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
+}



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

2022-06-17 Thread Hans de Graaff
commit: 009df4e20bddee774048c1a79d7d954ba54d9d27
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 18 04:43:58 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 18 05:48:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009df4e2

dev-ruby/dalli: add 3.2.2

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.2.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index e1622680a215..fb02734e9183 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,3 +1,4 @@
 DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a
 DIST dalli-3.0.3.tar.gz 47633 BLAKE2B 
ee47bc7e4efcbd0d60c1663bf514f5a21d0fdeb70cfcf13ba46ae3c39926fd216db992c7ac1750d73ecf453d32feea9d2c22625b737e0bcbb8ae0d6870536828
 SHA512 
1feaecca963a6a4aa2f21e02302ddb5865fec0f5779911b4ec38a1199533b82edca46057355fa463353a8c7a6da3bf7c835ce51ca538bc38eb6014d4d362acb3
 DIST dalli-3.2.1.tar.gz 69926 BLAKE2B 
c3cd0c6d817b04aed786df7792b84c8659fa1ea79d69d2fc477549869fb5d7d4880c1d897f90c35020c04babc17f16ee55724339b150eec1a8b887de27b4d02e
 SHA512 
5328ea5aecb4270a33ca08f498588f08259b56e36e1ed404f062d39b8693874878f019dbfe154892b1d192ec136f5473da5612ee7d095b8760caf628be3c67a7
+DIST dalli-3.2.2.tar.gz 70163 BLAKE2B 
59b67fda686674ea4df36b503d7f362e052d2ad32b0f4fd07e90f8e5f39ec0760a5b3e0a3627a684c38bc3cd9ede8d0e6614825ef5154da9c281e2720a343e3f
 SHA512 
6ac42c09aac7a5b8f4678449b8c1660f95232fd96f2885f7685f4c62573f435b76fcd2c06180bc05a493671ee9fed2c3ba9edb8ac318968b7725c3c76fb34544

diff --git a/dev-ruby/dalli/dalli-3.2.2.ebuild 
b/dev-ruby/dalli/dalli-3.2.2.ebuild
new file mode 100644
index ..4b89b110e749
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rack
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
+}



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

2022-06-04 Thread Hans de Graaff
commit: 70f7cee879989aba79c174a7d9629f911bb37571
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun  4 07:42:45 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun  4 07:43:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f7cee8

dev-ruby/dalli: enable ruby31

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

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

diff --git a/dev-ruby/dalli/dalli-3.2.1.ebuild 
b/dev-ruby/dalli/dalli-3.2.1.ebuild
index 3b6b5f10081f..4b89b110e749 100644
--- a/dev-ruby/dalli/dalli-3.2.1.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.1.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_TASK_TEST="MT_NO_PLUGINS=true test"
 



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

2022-05-08 Thread WANG Xuerui
commit: 081b61a916020fd497dde34b06b10d29b6b2dd22
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun May  8 14:52:05 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun May  8 14:59:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081b61a9

dev-ruby/dalli: keyword 3.2.1 for ~loong

Tests passed on real hardware.

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-ruby/dalli/dalli-3.2.1.ebuild 
b/dev-ruby/dalli/dalli-3.2.1.ebuild
index 5e81e1c95fd8..3b6b5f10081f 100644
--- a/dev-ruby/dalli/dalli-3.2.1.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"



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

2022-04-09 Thread Hans de Graaff
commit: 46e1967d54e3ff56e3c991f91f57e06997590157
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 10 05:25:46 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 10 05:25:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e1967d

dev-ruby/dalli: don't use /tmp in tests

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

 dev-ruby/dalli/dalli-3.2.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/dalli/dalli-3.2.1.ebuild 
b/dev-ruby/dalli/dalli-3.2.1.ebuild
index 369cc09700c0..cef16dff0e59 100644
--- a/dev-ruby/dalli/dalli-3.2.1.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.1.ebuild
@@ -35,4 +35,6 @@ all_ruby_prepare() {
 
sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
-e '/bundler/ s:^:#:' test/helper.rb || die
+
+   sed -i -e "s:/tmp:${T}:" test/utils/certificate_generator.rb || die
 }



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

2022-03-20 Thread Hans de Graaff
commit: 62016bc5aa477d415630b71af4301f483a782d78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 20 06:22:57 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 20 10:04:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62016bc5

dev-ruby/dalli: add 3.2.1

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.2.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 055e499960b6..e1622680a215 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a
 DIST dalli-3.0.3.tar.gz 47633 BLAKE2B 
ee47bc7e4efcbd0d60c1663bf514f5a21d0fdeb70cfcf13ba46ae3c39926fd216db992c7ac1750d73ecf453d32feea9d2c22625b737e0bcbb8ae0d6870536828
 SHA512 
1feaecca963a6a4aa2f21e02302ddb5865fec0f5779911b4ec38a1199533b82edca46057355fa463353a8c7a6da3bf7c835ce51ca538bc38eb6014d4d362acb3
+DIST dalli-3.2.1.tar.gz 69926 BLAKE2B 
c3cd0c6d817b04aed786df7792b84c8659fa1ea79d69d2fc477549869fb5d7d4880c1d897f90c35020c04babc17f16ee55724339b150eec1a8b887de27b4d02e
 SHA512 
5328ea5aecb4270a33ca08f498588f08259b56e36e1ed404f062d39b8693874878f019dbfe154892b1d192ec136f5473da5612ee7d095b8760caf628be3c67a7

diff --git a/dev-ruby/dalli/dalli-3.2.1.ebuild 
b/dev-ruby/dalli/dalli-3.2.1.ebuild
new file mode 100644
index ..369cc09700c0
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.2.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rack
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; require "dalli"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+}



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

2021-11-11 Thread Hans de Graaff
commit: 6856531dbe32995b487fa2361539c0b8bd1879bc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 12 07:21:46 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 12 07:21:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6856531d

dev-ruby/dalli: fix ssl USE flag dependency

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

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

diff --git a/dev-ruby/dalli/dalli-3.0.3.ebuild 
b/dev-ruby/dalli/dalli-3.0.3.ebuild
index 75cae3adf61..0288f4a5532 100644
--- a/dev-ruby/dalli/dalli-3.0.3.ebuild
+++ b/dev-ruby/dalli/dalli-3.0.3.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE=""
 
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl] )"
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
 
 ruby_add_bdepend "test? (
dev-ruby/minitest:5



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

2021-11-11 Thread Hans de Graaff
commit: 79f84838e2e88a0690492a03aebfe683308ad80b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 12 06:29:46 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 12 06:29:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f84838

dev-ruby/dalli: add 3.0.3

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-3.0.3.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index c6651dff8a5..055e499960b 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1 +1,2 @@
 DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a
+DIST dalli-3.0.3.tar.gz 47633 BLAKE2B 
ee47bc7e4efcbd0d60c1663bf514f5a21d0fdeb70cfcf13ba46ae3c39926fd216db992c7ac1750d73ecf453d32feea9d2c22625b737e0bcbb8ae0d6870536828
 SHA512 
1feaecca963a6a4aa2f21e02302ddb5865fec0f5779911b4ec38a1199533b82edca46057355fa463353a8c7a6da3bf7c835ce51ca538bc38eb6014d4d362acb3

diff --git a/dev-ruby/dalli/dalli-3.0.3.ebuild 
b/dev-ruby/dalli/dalli-3.0.3.ebuild
new file mode 100644
index 000..75cae3adf61
--- /dev/null
+++ b/dev-ruby/dalli/dalli-3.0.3.ebuild
@@ -0,0 +1,38 @@
+# 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_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl] )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rack
+)"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+}



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

2021-10-02 Thread Sam James
commit: fa2d679cf6edee75a103a5e22567cdaf9734fce7
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  2 20:40:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  2 20:40:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2d679c

dev-ruby/dalli: Stabilize 2.7.11 x86, #807082

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

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

diff --git a/dev-ruby/dalli/dalli-2.7.11.ebuild 
b/dev-ruby/dalli/dalli-2.7.11.ebuild
index 81d772c6367..a918291870b 100644
--- a/dev-ruby/dalli/dalli-2.7.11.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.11.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"



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

2021-07-16 Thread Hans de Graaff
commit: c56697ac0d8ce6334231d9e27596ff0a7f54d8ac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 16 09:48:59 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 16 09:50:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56697ac

dev-ruby/dalli: cleanup

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

 dev-ruby/dalli/Manifest|  1 -
 dev-ruby/dalli/dalli-2.7.10.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index d41fd82a427..c6651dff8a5 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1 @@
-DIST dalli-2.7.10.tar.gz 52106 BLAKE2B 
0531247c1d615acd7d1124b8aceb5635088b55e5a85753f10b8fbd786ec3573f13df096e1537d9a31f3801632406f28d918de5971cb28ec31d6eb8387d0c74f1
 SHA512 
1b6308ef37d729d85741306c10bf87c9b9733f83f0b4bf089f3eced36c48cddd9a77d2fb44a8844d1cafaa3cec5110a9c90f6a67dee08a96e163e6ccaf65
 DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a

diff --git a/dev-ruby/dalli/dalli-2.7.10.ebuild 
b/dev-ruby/dalli/dalli-2.7.10.ebuild
deleted file mode 100644
index 1a7d5a35902..000
--- a/dev-ruby/dalli/dalli-2.7.10.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   >=dev-ruby/mocha-0.13
-   dev-ruby/rack
-   dev-ruby/activesupport:5.2
-   dev-ruby/connection_pool )"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '3igem "minitest", "~> 5.0"; gem "activesupport", "~>5.2.0"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' \
-   -e '14irequire "active_support"' test/helper.rb || die
-
-   # Fix test compatability with memcached 1.5.4 and higher
-   # https://github.com/petergoldstein/dalli/pull/672
-   sed -i -e '/memcached_low_mem_persistent/,/^end/ s/-M/-M -I 512k/' 
test/memcached_mock.rb || die
-}



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

2021-07-06 Thread Hans de Graaff
commit: 6cca5694ba122bbeb48424710ca2fa9991cac590
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  6 06:59:09 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  6 07:49:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cca5694

dev-ruby/dalli: cleanup

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

 dev-ruby/dalli/dalli-2.7.10-r1.ebuild | 50 ---
 1 file changed, 50 deletions(-)

diff --git a/dev-ruby/dalli/dalli-2.7.10-r1.ebuild 
b/dev-ruby/dalli/dalli-2.7.10-r1.ebuild
deleted file mode 100644
index 3dbf8da372c..000
--- a/dev-ruby/dalli/dalli-2.7.10-r1.ebuild
+++ /dev/null
@@ -1,50 +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_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   >=dev-ruby/mocha-0.13
-   dev-ruby/rack
-   >=dev-ruby/activesupport-5.2
-   dev-ruby/connection_pool )"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '3igem "minitest", "~> 5.0"; gem "activesupport", ">=5.2.0"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' \
-   -e '14irequire "active_support"' test/helper.rb || die
-
-   # Fix test compatability with memcached 1.5.4 and higher
-   # https://github.com/petergoldstein/dalli/pull/672
-   sed -i -e '/memcached_low_mem_persistent/,/^end/ s/-M/-M -I 512k/' 
test/memcached_mock.rb || die
-}



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

2021-07-06 Thread Hans de Graaff
commit: 78636dd468ca72e27e03b3ba75dfd9575f157dc5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  6 06:58:51 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  6 07:49:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78636dd4

dev-ruby/dalli: amd64 stable

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

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

diff --git a/dev-ruby/dalli/dalli-2.7.11.ebuild 
b/dev-ruby/dalli/dalli-2.7.11.ebuild
index 4dc53f6b753..a738b11f04d 100644
--- a/dev-ruby/dalli/dalli-2.7.11.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"



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

2020-12-20 Thread Sam James
commit: 818466f3dcdc9fc4636c2099e66526ce60cefe0f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 17:22:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 17:23:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818466f3

dev-ruby/dalli: Keyword 2.7.11 ppc64, #760609

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

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

diff --git a/dev-ruby/dalli/dalli-2.7.11.ebuild 
b/dev-ruby/dalli/dalli-2.7.11.ebuild
index 8119e88455f..4dc53f6b753 100644
--- a/dev-ruby/dalli/dalli-2.7.11.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.11.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"



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

2020-12-20 Thread Sam James
commit: 712f1ea4cf9a6251006fc21e11cdebd7477dcc67
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 16:42:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 16:44:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712f1ea4

dev-ruby/dalli: Keyword 2.7.11 ppc, #760609

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

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

diff --git a/dev-ruby/dalli/dalli-2.7.11.ebuild 
b/dev-ruby/dalli/dalli-2.7.11.ebuild
index a8a2a8ccf9e..8119e88455f 100644
--- a/dev-ruby/dalli/dalli-2.7.11.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.11.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"



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

2020-09-27 Thread Hans de Graaff
commit: 2e0d7c53328c1f14e76e7959918fc7130a3649bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 27 06:11:50 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 27 06:11:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0d7c53

dev-ruby/dalli: add 2.7.11

Closes: https://bugs.gentoo.org/719344
Closes: https://bugs.gentoo.org/738656
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/dalli/Manifest|  1 +
 dev-ruby/dalli/dalli-2.7.11.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 24785f4f7d1..d41fd82a427 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1 +1,2 @@
 DIST dalli-2.7.10.tar.gz 52106 BLAKE2B 
0531247c1d615acd7d1124b8aceb5635088b55e5a85753f10b8fbd786ec3573f13df096e1537d9a31f3801632406f28d918de5971cb28ec31d6eb8387d0c74f1
 SHA512 
1b6308ef37d729d85741306c10bf87c9b9733f83f0b4bf089f3eced36c48cddd9a77d2fb44a8844d1cafaa3cec5110a9c90f6a67dee08a96e163e6ccaf65
+DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a

diff --git a/dev-ruby/dalli/dalli-2.7.11.ebuild 
b/dev-ruby/dalli/dalli-2.7.11.ebuild
new file mode 100644
index 000..a8a2a8ccf9e
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.11.ebuild
@@ -0,0 +1,50 @@
+# 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_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-5.2
+   dev-ruby/connection_pool )"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; gem "activesupport", ">=5.2.0"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+
+   # Fix test compatability with memcached 1.5.4 and higher
+   # https://github.com/petergoldstein/dalli/pull/672
+   #sed -i -e '/memcached_low_mem_persistent/,/^end/ s/-M/-M -I 512k/' 
test/memcached_mock.rb || die
+}



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

2020-02-15 Thread Hans de Graaff
commit: 64a05f9822636f3706e1b0dbfc9e56f511db1510
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 15 15:22:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 15 15:24:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a05f98

dev-ruby/dalli: add ruby27

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

 dev-ruby/dalli/dalli-2.7.10-r1.ebuild | 50 +++
 1 file changed, 50 insertions(+)

diff --git a/dev-ruby/dalli/dalli-2.7.10-r1.ebuild 
b/dev-ruby/dalli/dalli-2.7.10-r1.ebuild
new file mode 100644
index 000..3dbf8da372c
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.10-r1.ebuild
@@ -0,0 +1,50 @@
+# 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_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-5.2
+   dev-ruby/connection_pool )"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; gem "activesupport", ">=5.2.0"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+
+   # Fix test compatability with memcached 1.5.4 and higher
+   # https://github.com/petergoldstein/dalli/pull/672
+   sed -i -e '/memcached_low_mem_persistent/,/^end/ s/-M/-M -I 512k/' 
test/memcached_mock.rb || die
+}



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

2019-03-29 Thread Hans de Graaff
commit: e7d861ff143a9c757abafb1f1b2b9c03af588536
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 29 07:17:06 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 29 07:17:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d861ff

dev-ruby/dalli: add ruby26

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

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

diff --git a/dev-ruby/dalli/dalli-2.7.10.ebuild 
b/dev-ruby/dalli/dalli-2.7.10.ebuild
index 15499ecb5ce..8b3be58fb6b 100644
--- a/dev-ruby/dalli/dalli-2.7.10.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.10.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 



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

2019-03-24 Thread Hans de Graaff
commit: 491c0bbfb2a61c8084be8ca295b8fa0a80b2bb24
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 24 06:50:32 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 24 08:34:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491c0bbf

dev-ruby/dalli: add 2.7.10

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

 dev-ruby/dalli/Manifest|  1 +
 dev-ruby/dalli/dalli-2.7.10.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index a876729ef81..cf42770b240 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
+DIST dalli-2.7.10.tar.gz 52106 BLAKE2B 
0531247c1d615acd7d1124b8aceb5635088b55e5a85753f10b8fbd786ec3573f13df096e1537d9a31f3801632406f28d918de5971cb28ec31d6eb8387d0c74f1
 SHA512 
1b6308ef37d729d85741306c10bf87c9b9733f83f0b4bf089f3eced36c48cddd9a77d2fb44a8844d1cafaa3cec5110a9c90f6a67dee08a96e163e6ccaf65
 DIST dalli-2.7.8.tar.gz 51599 BLAKE2B 
935fc1b0ffb2c93c0ef8ab6a82e63b4e272c51ae6c2cbd0c670953c0943942c25b4c795ca7953ad4e53284f6b6e35b44be386ec4dba0c96345256e3b3173152d
 SHA512 
5fa48a01db15fdafa179663b71867dd6a9c2ab7b4b94434f650c1ce37bd71caa2bb22efe032a4eed777538cdc341f22a251d14772aaba62f4a6d9d8c33b6a346
 DIST dalli-2.7.9.tar.gz 51971 BLAKE2B 
ddf0286cd4edd1298d0cc759b5e5de1e60bb1ea1f8fbfdab559a09e716a0384c2bf5c70c6922d1b0d15df1af4de83eee16965a6d6f0543fbd5a0850464fb9f11
 SHA512 
38d4bb0a9c15175cdb77e40a0131c4e2caecc5b39b6fa15604aff8f1808429d2bf021f8817e9c2448007d5fb1dc50ea61c679a5a47ca54869d71391ec522f419

diff --git a/dev-ruby/dalli/dalli-2.7.10.ebuild 
b/dev-ruby/dalli/dalli-2.7.10.ebuild
new file mode 100644
index 000..15499ecb5ce
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.10.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   dev-ruby/activesupport:5.2
+   dev-ruby/connection_pool )"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; gem "activesupport", "~>5.2.0"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+
+   # Fix test compatability with memcached 1.5.4 and higher
+   # https://github.com/petergoldstein/dalli/pull/672
+   sed -i -e '/memcached_low_mem_persistent/,/^end/ s/-M/-M -I 512k/' 
test/memcached_mock.rb || die
+}



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

2019-02-20 Thread Hans de Graaff
commit: 421b6f76ae6ec0d07fce40419ac4becb70536bb5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 20 19:00:48 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 20 19:00:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421b6f76

dev-ruby/dalli: cleanup

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

 dev-ruby/dalli/dalli-2.7.8.ebuild | 46 ---
 1 file changed, 46 deletions(-)

diff --git a/dev-ruby/dalli/dalli-2.7.8.ebuild 
b/dev-ruby/dalli/dalli-2.7.8.ebuild
deleted file mode 100644
index a27b3d859ab..000
--- a/dev-ruby/dalli/dalli-2.7.8.ebuild
+++ /dev/null
@@ -1,46 +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_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   >=dev-ruby/mocha-0.13
-   dev-ruby/rack
-   >=dev-ruby/activesupport-4.2  5.0"; gem "activesupport", "< 5.2"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' \
-   -e '14irequire "active_support"' test/helper.rb || die
-}



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

2018-12-27 Thread Matt Turner
commit: b662fcfc421a5ea128bb29e3af9e1708c0cc721c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 27 17:39:28 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 27 17:41:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b662fcfc

dev-ruby/dalli: drop alpha keywords

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-ruby/dalli/dalli-2.7.8.ebuild 
b/dev-ruby/dalli/dalli-2.7.8.ebuild
index 89dc2a15617..a27b3d859ab 100644
--- a/dev-ruby/dalli/dalli-2.7.8.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"



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

2018-12-01 Thread Hans de Graaff
commit: d14d63d13d1fe342bb57e8a644a9e489017dcc07
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  1 07:58:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  1 07:58:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14d63d1

dev-ruby/dalli: cleanup

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

 dev-ruby/dalli/Manifest   |  1 -
 dev-ruby/dalli/dalli-2.7.6.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 38121d47e77..a876729ef81 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,3 +1,2 @@
-DIST dalli-2.7.6.tar.gz 48481 BLAKE2B 
9f83523b75d1c6fa109aba7e288e13924d8c7677c6fa38ffe5ce21dfb22f858f8a3ab8593afceed97e980e5f0172c1f8c58cc96b42f4bde31013f5ffcbb26f8b
 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
 DIST dalli-2.7.8.tar.gz 51599 BLAKE2B 
935fc1b0ffb2c93c0ef8ab6a82e63b4e272c51ae6c2cbd0c670953c0943942c25b4c795ca7953ad4e53284f6b6e35b44be386ec4dba0c96345256e3b3173152d
 SHA512 
5fa48a01db15fdafa179663b71867dd6a9c2ab7b4b94434f650c1ce37bd71caa2bb22efe032a4eed777538cdc341f22a251d14772aaba62f4a6d9d8c33b6a346
 DIST dalli-2.7.9.tar.gz 51971 BLAKE2B 
ddf0286cd4edd1298d0cc759b5e5de1e60bb1ea1f8fbfdab559a09e716a0384c2bf5c70c6922d1b0d15df1af4de83eee16965a6d6f0543fbd5a0850464fb9f11
 SHA512 
38d4bb0a9c15175cdb77e40a0131c4e2caecc5b39b6fa15604aff8f1808429d2bf021f8817e9c2448007d5fb1dc50ea61c679a5a47ca54869d71391ec522f419

diff --git a/dev-ruby/dalli/dalli-2.7.6.ebuild 
b/dev-ruby/dalli/dalli-2.7.6.ebuild
deleted file mode 100644
index 995b081f9ea..000
--- a/dev-ruby/dalli/dalli-2.7.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   >=dev-ruby/mocha-0.13
-   dev-ruby/rack
-   >=dev-ruby/activesupport-4.1  5.0"; gem "activesupport", "< 5.1"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' \
-   -e '14irequire "active_support"' test/helper.rb || die
-}



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

2018-11-25 Thread Hans de Graaff
commit: 42a8298b30a4b7edfb04f4c75ecd0ce87efb987d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 25 09:54:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 25 10:09:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a8298b

dev-ruby/dalli: add 2.7.9

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

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-2.7.9.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 180636014d5..38121d47e77 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-2.7.6.tar.gz 48481 BLAKE2B 
9f83523b75d1c6fa109aba7e288e13924d8c7677c6fa38ffe5ce21dfb22f858f8a3ab8593afceed97e980e5f0172c1f8c58cc96b42f4bde31013f5ffcbb26f8b
 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
 DIST dalli-2.7.8.tar.gz 51599 BLAKE2B 
935fc1b0ffb2c93c0ef8ab6a82e63b4e272c51ae6c2cbd0c670953c0943942c25b4c795ca7953ad4e53284f6b6e35b44be386ec4dba0c96345256e3b3173152d
 SHA512 
5fa48a01db15fdafa179663b71867dd6a9c2ab7b4b94434f650c1ce37bd71caa2bb22efe032a4eed777538cdc341f22a251d14772aaba62f4a6d9d8c33b6a346
+DIST dalli-2.7.9.tar.gz 51971 BLAKE2B 
ddf0286cd4edd1298d0cc759b5e5de1e60bb1ea1f8fbfdab559a09e716a0384c2bf5c70c6922d1b0d15df1af4de83eee16965a6d6f0543fbd5a0850464fb9f11
 SHA512 
38d4bb0a9c15175cdb77e40a0131c4e2caecc5b39b6fa15604aff8f1808429d2bf021f8817e9c2448007d5fb1dc50ea61c679a5a47ca54869d71391ec522f419

diff --git a/dev-ruby/dalli/dalli-2.7.9.ebuild 
b/dev-ruby/dalli/dalli-2.7.9.ebuild
new file mode 100644
index 000..dcd9944f6e0
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.9.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   dev-ruby/activesupport:5.2
+   dev-ruby/connection_pool )"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; gem "activesupport", "~>5.2.0"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+
+   # Fix test compatability with memcached 1.5.4 and higher
+   # https://github.com/petergoldstein/dalli/pull/672
+   sed -i -e '/memcached_low_mem_persistent/,/^end/ s/-M/-M -I 512k/' 
test/memcached_mock.rb || die
+}



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

2018-10-21 Thread Hans de Graaff
commit: 13d5d4e79d136e7ce3dcb847e811869ddd3a925e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 21 06:03:13 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 21 08:58:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d5d4e7

dev-ruby/dalli: cleanup

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

 dev-ruby/dalli/Manifest   |  1 -
 dev-ruby/dalli/dalli-2.7.7.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index a865141bc2c..180636014d5 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,3 +1,2 @@
 DIST dalli-2.7.6.tar.gz 48481 BLAKE2B 
9f83523b75d1c6fa109aba7e288e13924d8c7677c6fa38ffe5ce21dfb22f858f8a3ab8593afceed97e980e5f0172c1f8c58cc96b42f4bde31013f5ffcbb26f8b
 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
-DIST dalli-2.7.7.tar.gz 51532 BLAKE2B 
a625e333130f2c9ec47a9e3aec892a8e0d5f7248b71f6c666461104e2b29d4a384dd415b00dbe70d24fdd44a3b6835fdebdeb75297d4cd6d48506d146f892d4e
 SHA512 
ed2a3f0b41451ae703060fe6197675ed6096531b91e5210a2fbded7a40a9a5717d47f5611081a488931318fd89888f00a539c67bab3dc600cea12676cab289cc
 DIST dalli-2.7.8.tar.gz 51599 BLAKE2B 
935fc1b0ffb2c93c0ef8ab6a82e63b4e272c51ae6c2cbd0c670953c0943942c25b4c795ca7953ad4e53284f6b6e35b44be386ec4dba0c96345256e3b3173152d
 SHA512 
5fa48a01db15fdafa179663b71867dd6a9c2ab7b4b94434f650c1ce37bd71caa2bb22efe032a4eed777538cdc341f22a251d14772aaba62f4a6d9d8c33b6a346

diff --git a/dev-ruby/dalli/dalli-2.7.7.ebuild 
b/dev-ruby/dalli/dalli-2.7.7.ebuild
deleted file mode 100644
index 89dc2a15617..000
--- a/dev-ruby/dalli/dalli-2.7.7.ebuild
+++ /dev/null
@@ -1,46 +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_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   >=dev-ruby/mocha-0.13
-   dev-ruby/rack
-   >=dev-ruby/activesupport-4.2  5.0"; gem "activesupport", "< 5.2"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' \
-   -e '14irequire "active_support"' test/helper.rb || die
-}



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

2018-10-21 Thread Hans de Graaff
commit: 2d4ac21891f39a8d71dc9c48416c3ff173aea442
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 21 06:02:23 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 21 08:58:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4ac218

dev-ruby/dalli: amd64 stable

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

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

diff --git a/dev-ruby/dalli/dalli-2.7.8-r1.ebuild 
b/dev-ruby/dalli/dalli-2.7.8-r1.ebuild
index 840fb8fab58..ad86c5b8fe7 100644
--- a/dev-ruby/dalli/dalli-2.7.8-r1.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.8-r1.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
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"



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

2018-05-03 Thread Hans de Graaff
commit: a0ccce65f323bd6563b57f61a30ff192272467a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  4 05:46:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  4 05:46:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ccce65

dev-ruby/dalli: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/dalli/dalli-2.7.8-r1.ebuild | 46 
 1 file changed, 46 insertions(+)

diff --git a/dev-ruby/dalli/dalli-2.7.8-r1.ebuild 
b/dev-ruby/dalli/dalli-2.7.8-r1.ebuild
new file mode 100644
index 000..840fb8fab58
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.8-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-4.2  5.0"; gem "activesupport", "< 5.2"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+}



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

2018-04-11 Thread Hans de Graaff
commit: 5bd562e1b9fc438fc776b0b8090cd417f5abb673
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 05:27:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 05:27:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd562e1

dev-ruby/dalli: add 2.7.8

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-2.7.8.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 0c4486e992f..a865141bc2c 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-2.7.6.tar.gz 48481 BLAKE2B 
9f83523b75d1c6fa109aba7e288e13924d8c7677c6fa38ffe5ce21dfb22f858f8a3ab8593afceed97e980e5f0172c1f8c58cc96b42f4bde31013f5ffcbb26f8b
 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
 DIST dalli-2.7.7.tar.gz 51532 BLAKE2B 
a625e333130f2c9ec47a9e3aec892a8e0d5f7248b71f6c666461104e2b29d4a384dd415b00dbe70d24fdd44a3b6835fdebdeb75297d4cd6d48506d146f892d4e
 SHA512 
ed2a3f0b41451ae703060fe6197675ed6096531b91e5210a2fbded7a40a9a5717d47f5611081a488931318fd89888f00a539c67bab3dc600cea12676cab289cc
+DIST dalli-2.7.8.tar.gz 51599 BLAKE2B 
935fc1b0ffb2c93c0ef8ab6a82e63b4e272c51ae6c2cbd0c670953c0943942c25b4c795ca7953ad4e53284f6b6e35b44be386ec4dba0c96345256e3b3173152d
 SHA512 
5fa48a01db15fdafa179663b71867dd6a9c2ab7b4b94434f650c1ce37bd71caa2bb22efe032a4eed777538cdc341f22a251d14772aaba62f4a6d9d8c33b6a346

diff --git a/dev-ruby/dalli/dalli-2.7.8.ebuild 
b/dev-ruby/dalli/dalli-2.7.8.ebuild
new file mode 100644
index 000..89dc2a15617
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.8.ebuild
@@ -0,0 +1,46 @@
+# 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_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-4.2  5.0"; gem "activesupport", "< 5.2"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+}



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

2018-04-09 Thread Hans de Graaff
commit: d57bc9bcb6f3521fe6ae5f9bb8d2a0b4b873f58b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 10 05:23:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 10 05:23:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57bc9bc

dev-ruby/dalli: add 2.7.7

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-2.7.7.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index e39b1c6e590..0c4486e992f 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1 +1,2 @@
 DIST dalli-2.7.6.tar.gz 48481 BLAKE2B 
9f83523b75d1c6fa109aba7e288e13924d8c7677c6fa38ffe5ce21dfb22f858f8a3ab8593afceed97e980e5f0172c1f8c58cc96b42f4bde31013f5ffcbb26f8b
 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
+DIST dalli-2.7.7.tar.gz 51532 BLAKE2B 
a625e333130f2c9ec47a9e3aec892a8e0d5f7248b71f6c666461104e2b29d4a384dd415b00dbe70d24fdd44a3b6835fdebdeb75297d4cd6d48506d146f892d4e
 SHA512 
ed2a3f0b41451ae703060fe6197675ed6096531b91e5210a2fbded7a40a9a5717d47f5611081a488931318fd89888f00a539c67bab3dc600cea12676cab289cc

diff --git a/dev-ruby/dalli/dalli-2.7.7.ebuild 
b/dev-ruby/dalli/dalli-2.7.7.ebuild
new file mode 100644
index 000..89dc2a15617
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.7.ebuild
@@ -0,0 +1,46 @@
+# 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_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-4.2  5.0"; gem "activesupport", "< 5.2"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+}



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

2018-01-13 Thread Hans de Graaff
commit: c999c02e82feebf2de8fbfaee584087cc46d8162
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 13 08:14:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 13 08:19:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c999c02e

dev-ruby/dalli: amd64 stable

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/dalli/dalli-2.7.6.ebuild 
b/dev-ruby/dalli/dalli-2.7.6.ebuild
index 58c5b204bc1..995b081f9ea 100644
--- a/dev-ruby/dalli/dalli-2.7.6.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.6.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=5
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"



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

2017-06-30 Thread Alexis Ballier
commit: 489ebe9b9ace6fac3ed06337ee88ce568dfdb20d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 30 12:46:17 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 30 12:47:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489ebe9b

dev-ruby/dalli: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/dalli/dalli-2.7.6.ebuild 
b/dev-ruby/dalli/dalli-2.7.6.ebuild
index 1c1848c0cea..58c5b204bc1 100644
--- a/dev-ruby/dalli/dalli-2.7.6.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.6.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli;
 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"



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

2017-06-19 Thread Hans de Graaff
commit: ef05bf6d95485ce0be9214b66f9b52f63f4298da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 19 19:00:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 19 19:04:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef05bf6d

dev-ruby/dalli: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/dalli/dalli-2.7.6.ebuild 
b/dev-ruby/dalli/dalli-2.7.6.ebuild
index f9b661851d3..1c1848c0cea 100644
--- a/dev-ruby/dalli/dalli-2.7.6.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.6.ebuild
@@ -2,7 +2,7 @@
 # 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_TEST="test"
 
@@ -27,7 +27,7 @@ ruby_add_bdepend "test? (
dev-ruby/minitest:5
>=dev-ruby/mocha-0.13
dev-ruby/rack
-   >=dev-ruby/activesupport-4.1
+   >=dev-ruby/activesupport-4.1  5.0"' \
+   sed -i -e '1igem "minitest", "~> 5.0"; gem "activesupport", "< 5.1"' \
-e '/bundler/ s:^:#:' test/helper.rb || die
 
# Drop rails dependency which is only used to display the version



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

2017-02-07 Thread Hans de Graaff
commit: a337092d3720e53112513dfbedb97fb59a249da5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  8 06:51:38 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  8 06:51:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a337092d

dev-ruby/dalli: remove masked version

Package-Manager: portage-2.3.3

 dev-ruby/dalli/Manifest   |  1 -
 dev-ruby/dalli/dalli-2.7.4.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 296f8c0..3b0f779 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1 @@
-DIST dalli-2.7.4.gem 47616 SHA256 
acdf155946cda8eb55edb9af7c44888dc8b726930f157729ffa67f5bc2fc8a7b SHA512 
2bd1efeb245177f15feb02fdf40ef1d2bf0cb820a2a881ef810b3d30aa837ad53dc755c5ce8b95de689c27ec83d93e85501d9b5b1e57c8bf0c6eeff8bd42a78f
 WHIRLPOOL 
7866f0500ad2c28d8cae0a8802376474ccc31696d4e5871b1802fdcd6b4f49fdf822bf789458962e7b17a2d05ff3a114d6a8de15919efc6f218ff55a56f0a002
 DIST dalli-2.7.6.tar.gz 48481 SHA256 
cb6aada5e4d4e058cfe84ba2d4adcb9bdf5717927f25da07351fced690f8a927 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
 WHIRLPOOL 
a3587ce71b8831a6d8a5b75ce959221244e3cd486d316a9d69dd18a6acf033d4b4c0f1e955606b4313f9452ed9c6244c74ebce9c1636b7be8d3be4645d40ecad

diff --git a/dev-ruby/dalli/dalli-2.7.4.ebuild 
b/dev-ruby/dalli/dalli-2.7.4.ebuild
deleted file mode 100644
index 392b834..
--- a/dev-ruby/dalli/dalli-2.7.4.ebuild
+++ /dev/null
@@ -1,40 +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_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/mperham/dalli;
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/minitest-4.2.0
-   >=dev-ruby/mocha-0.13
-   >=dev-ruby/activesupport-4.1 )"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '1igem "minitest", "~> 5.0"' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' test/helper.rb || die
-}



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

2016-04-17 Thread Hans de Graaff
commit: dd1a0a2990d57f65f19534861eb424f00a691ff6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 08:05:26 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 08:06:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1a0a29

dev-ruby/dalli: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/dalli/dalli-2.7.6.ebuild 
b/dev-ruby/dalli/dalli-2.7.6.ebuild
index 2ce7c5f..120b89b 100644
--- a/dev-ruby/dalli/dalli-2.7.6.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.6.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 



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

2016-04-14 Thread Manuel Rüger
commit: a02cf1f5a70f7c9fb781f27dcaf971d493ad6469
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Apr 14 23:35:48 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Apr 14 23:35:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02cf1f5

dev-ruby/dalli: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/dalli/dalli-2.7.4.ebuild 
b/dev-ruby/dalli/dalli-2.7.4.ebuild
index 5d664e1..392b834 100644
--- a/dev-ruby/dalli/dalli-2.7.4.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.4.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_TASK_TEST="test"
 



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

2016-03-23 Thread Hans de Graaff
commit: 95b30ac192be7d36ecb4346d292455ecebc88068
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 22 16:27:03 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 23 06:16:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b30ac1

dev-ruby/dalli: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/dalli/Manifest   |  1 -
 dev-ruby/dalli/dalli-2.7.5.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 0bac0be..296f8c0 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,3 +1,2 @@
 DIST dalli-2.7.4.gem 47616 SHA256 
acdf155946cda8eb55edb9af7c44888dc8b726930f157729ffa67f5bc2fc8a7b SHA512 
2bd1efeb245177f15feb02fdf40ef1d2bf0cb820a2a881ef810b3d30aa837ad53dc755c5ce8b95de689c27ec83d93e85501d9b5b1e57c8bf0c6eeff8bd42a78f
 WHIRLPOOL 
7866f0500ad2c28d8cae0a8802376474ccc31696d4e5871b1802fdcd6b4f49fdf822bf789458962e7b17a2d05ff3a114d6a8de15919efc6f218ff55a56f0a002
-DIST dalli-2.7.5.tar.gz 46899 SHA256 
405eca6938d9c59b1bc1b58fa2c0867f726184f7095d41ce8a4e7d9f4c3d84eb SHA512 
5477a2a34efa932d675dbfe31cc48b45c3a9eff5cf64cc7210b996d811bd8d6f11e5a6eb4e50cb680ac62f39c06a09612341a6a8a855246cca7596cc5146
 WHIRLPOOL 
16351abc5c2cb43dfa8c107e492a18243aeb37ad58bc4d4130394f62844cddf57b542d42cae4262f40513b2304d64ae280efe4f2dea8e75adfc5ae00bdc504de
 DIST dalli-2.7.6.tar.gz 48481 SHA256 
cb6aada5e4d4e058cfe84ba2d4adcb9bdf5717927f25da07351fced690f8a927 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
 WHIRLPOOL 
a3587ce71b8831a6d8a5b75ce959221244e3cd486d316a9d69dd18a6acf033d4b4c0f1e955606b4313f9452ed9c6244c74ebce9c1636b7be8d3be4645d40ecad

diff --git a/dev-ruby/dalli/dalli-2.7.5.ebuild 
b/dev-ruby/dalli/dalli-2.7.5.ebuild
deleted file mode 100644
index e7ef127..000
--- a/dev-ruby/dalli/dalli-2.7.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/petergoldstein/dalli;
-SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   >=dev-ruby/mocha-0.13
-   dev-ruby/rack
-   >=dev-ruby/activesupport-4.1
-   dev-ruby/connection_pool )"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '1igem "minitest", "~> 5.0"' \
-   -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' \
-   -e '14irequire "active_support"' test/helper.rb || die
-}



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

2016-02-13 Thread Hans de Graaff
commit: 91f9b68c6d63a88547eaf3bc8e187491663ae05d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 14 06:44:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 14 06:44:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f9b68c

dev-ruby/dalli: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/dalli/Manifest  |  1 -
 dev-ruby/dalli/dalli-2.6.4.ebuild| 40 --
 dev-ruby/dalli/dalli-2.7.4-r1.ebuild | 42 
 3 files changed, 83 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index b56a925..e99e758 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,3 +1,2 @@
-DIST dalli-2.6.4.gem 40448 SHA256 
04fde96890b41a4b4c71bdcdddbf8522d7685bd3b57d4632ef2f4a04c481cbc1 SHA512 
ce734e1d122a9b20c567497ff88dbbf5ddb03912e88ae70199746808695c139062a25797c34b82a203139568f44791dd09a91eff9b4816d26ce50f6e74cef860
 WHIRLPOOL 
3a30d3ddcdfc976a42a9d0feb1b8beaa39c5b45179127a01e1493899dc68c18cb79f06e57ad32c8b03dccec6c82652b218b4691567530954af0e77fab2ffa5ea
 DIST dalli-2.7.4.gem 47616 SHA256 
acdf155946cda8eb55edb9af7c44888dc8b726930f157729ffa67f5bc2fc8a7b SHA512 
2bd1efeb245177f15feb02fdf40ef1d2bf0cb820a2a881ef810b3d30aa837ad53dc755c5ce8b95de689c27ec83d93e85501d9b5b1e57c8bf0c6eeff8bd42a78f
 WHIRLPOOL 
7866f0500ad2c28d8cae0a8802376474ccc31696d4e5871b1802fdcd6b4f49fdf822bf789458962e7b17a2d05ff3a114d6a8de15919efc6f218ff55a56f0a002
 DIST dalli-2.7.5.tar.gz 46899 SHA256 
405eca6938d9c59b1bc1b58fa2c0867f726184f7095d41ce8a4e7d9f4c3d84eb SHA512 
5477a2a34efa932d675dbfe31cc48b45c3a9eff5cf64cc7210b996d811bd8d6f11e5a6eb4e50cb680ac62f39c06a09612341a6a8a855246cca7596cc5146
 WHIRLPOOL 
16351abc5c2cb43dfa8c107e492a18243aeb37ad58bc4d4130394f62844cddf57b542d42cae4262f40513b2304d64ae280efe4f2dea8e75adfc5ae00bdc504de

diff --git a/dev-ruby/dalli/dalli-2.6.4.ebuild 
b/dev-ruby/dalli/dalli-2.6.4.ebuild
deleted file mode 100644
index 0189840..000
--- a/dev-ruby/dalli/dalli-2.6.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/mperham/dalli;
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:0
-   >=dev-ruby/mocha-0.13
-   >=dev-ruby/activesupport-3 )"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/appraisal/ s:^:#:' Rakefile || die
-
-   sed -i -e '1igem "minitest", "~> 4.0"' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' test/helper.rb || die
-}

diff --git a/dev-ruby/dalli/dalli-2.7.4-r1.ebuild 
b/dev-ruby/dalli/dalli-2.7.4-r1.ebuild
deleted file mode 100644
index be9cf9c..000
--- a/dev-ruby/dalli/dalli-2.7.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/mperham/dalli;
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   >=dev-ruby/mocha-0.13
-   dev-ruby/rack
-   >=dev-ruby/activesupport-4.1
-   dev-ruby/connection_pool )"
-
-all_ruby_prepare() {
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-   sed -i -e '1igem "minitest", "~> 5.0"' test/helper.rb || die
-
-   # Drop rails dependency which is only used to display the version
-   # number, so we only need to depend on activesupport and avoid
-   # complicated circular dependencies.
-   sed -i -e '/rails/I s:^:#:' test/helper.rb || die
-}



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

2016-02-13 Thread Hans de Graaff
commit: 9dee81e0e336f2431e47572c629752b0d1fb0981
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 14 06:53:00 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 14 06:53:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dee81e0

dev-ruby/dalli: add 2.7.6

Package-Manager: portage-2.2.26

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-2.7.6.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index e99e758..0bac0be 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-2.7.4.gem 47616 SHA256 
acdf155946cda8eb55edb9af7c44888dc8b726930f157729ffa67f5bc2fc8a7b SHA512 
2bd1efeb245177f15feb02fdf40ef1d2bf0cb820a2a881ef810b3d30aa837ad53dc755c5ce8b95de689c27ec83d93e85501d9b5b1e57c8bf0c6eeff8bd42a78f
 WHIRLPOOL 
7866f0500ad2c28d8cae0a8802376474ccc31696d4e5871b1802fdcd6b4f49fdf822bf789458962e7b17a2d05ff3a114d6a8de15919efc6f218ff55a56f0a002
 DIST dalli-2.7.5.tar.gz 46899 SHA256 
405eca6938d9c59b1bc1b58fa2c0867f726184f7095d41ce8a4e7d9f4c3d84eb SHA512 
5477a2a34efa932d675dbfe31cc48b45c3a9eff5cf64cc7210b996d811bd8d6f11e5a6eb4e50cb680ac62f39c06a09612341a6a8a855246cca7596cc5146
 WHIRLPOOL 
16351abc5c2cb43dfa8c107e492a18243aeb37ad58bc4d4130394f62844cddf57b542d42cae4262f40513b2304d64ae280efe4f2dea8e75adfc5ae00bdc504de
+DIST dalli-2.7.6.tar.gz 48481 SHA256 
cb6aada5e4d4e058cfe84ba2d4adcb9bdf5717927f25da07351fced690f8a927 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
 WHIRLPOOL 
a3587ce71b8831a6d8a5b75ce959221244e3cd486d316a9d69dd18a6acf033d4b4c0f1e955606b4313f9452ed9c6244c74ebce9c1636b7be8d3be4645d40ecad

diff --git a/dev-ruby/dalli/dalli-2.7.6.ebuild 
b/dev-ruby/dalli/dalli-2.7.6.ebuild
new file mode 100644
index 000..2ce7c5f
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.6.ebuild
@@ -0,0 +1,47 @@
+# 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_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-4.1
+   dev-ruby/connection_pool )"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '1igem "minitest", "~> 5.0"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+}



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

2015-12-25 Thread Hans de Graaff
commit: 016cbbd7c12fa9ab1e715e354a53df2c6015a856
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 25 08:44:26 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 25 08:46:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016cbbd7

dev-ruby/dalli: add ruby22

Package-Manager: portage-2.2.24

 dev-ruby/dalli/dalli-2.7.4.ebuild | 2 +-
 dev-ruby/dalli/dalli-2.7.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/dalli/dalli-2.7.4.ebuild 
b/dev-ruby/dalli/dalli-2.7.4.ebuild
index 817d61f..5d664e1 100644
--- a/dev-ruby/dalli/dalli-2.7.4.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.4.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 

diff --git a/dev-ruby/dalli/dalli-2.7.5.ebuild 
b/dev-ruby/dalli/dalli-2.7.5.ebuild
index c6e45e5..e7ef127 100644
--- a/dev-ruby/dalli/dalli-2.7.5.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.5.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 



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

2015-12-18 Thread Hans de Graaff
commit: fb203c9be4f93f1b10e46f7982e3634aa6297f55
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 18 06:59:27 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 19 07:47:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb203c9b

dev-ruby/dalli: update github remote-id

Package-Manager: portage-2.2.24

 dev-ruby/dalli/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/dalli/metadata.xml b/dev-ruby/dalli/metadata.xml
index 1712499..8f1c665 100644
--- a/dev-ruby/dalli/metadata.xml
+++ b/dev-ruby/dalli/metadata.xml
@@ -3,6 +3,7 @@
 
   ruby
   
-mperham/dalli
+petergoldstein/dalli
   
 
+



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

2015-12-18 Thread Hans de Graaff
commit: 2f980edfdf73740374d0e7eea25486f08716a5f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 18 06:58:04 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 19 07:47:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f980edf

dev-ruby/dalli: add 2.7.5

Package-Manager: portage-2.2.24

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-2.7.5.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 34237b4..b56a925 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-2.6.4.gem 40448 SHA256 
04fde96890b41a4b4c71bdcdddbf8522d7685bd3b57d4632ef2f4a04c481cbc1 SHA512 
ce734e1d122a9b20c567497ff88dbbf5ddb03912e88ae70199746808695c139062a25797c34b82a203139568f44791dd09a91eff9b4816d26ce50f6e74cef860
 WHIRLPOOL 
3a30d3ddcdfc976a42a9d0feb1b8beaa39c5b45179127a01e1493899dc68c18cb79f06e57ad32c8b03dccec6c82652b218b4691567530954af0e77fab2ffa5ea
 DIST dalli-2.7.4.gem 47616 SHA256 
acdf155946cda8eb55edb9af7c44888dc8b726930f157729ffa67f5bc2fc8a7b SHA512 
2bd1efeb245177f15feb02fdf40ef1d2bf0cb820a2a881ef810b3d30aa837ad53dc755c5ce8b95de689c27ec83d93e85501d9b5b1e57c8bf0c6eeff8bd42a78f
 WHIRLPOOL 
7866f0500ad2c28d8cae0a8802376474ccc31696d4e5871b1802fdcd6b4f49fdf822bf789458962e7b17a2d05ff3a114d6a8de15919efc6f218ff55a56f0a002
+DIST dalli-2.7.5.tar.gz 46899 SHA256 
405eca6938d9c59b1bc1b58fa2c0867f726184f7095d41ce8a4e7d9f4c3d84eb SHA512 
5477a2a34efa932d675dbfe31cc48b45c3a9eff5cf64cc7210b996d811bd8d6f11e5a6eb4e50cb680ac62f39c06a09612341a6a8a855246cca7596cc5146
 WHIRLPOOL 
16351abc5c2cb43dfa8c107e492a18243aeb37ad58bc4d4130394f62844cddf57b542d42cae4262f40513b2304d64ae280efe4f2dea8e75adfc5ae00bdc504de

diff --git a/dev-ruby/dalli/dalli-2.7.5.ebuild 
b/dev-ruby/dalli/dalli-2.7.5.ebuild
new file mode 100644
index 000..c6e45e5
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-4.1
+   dev-ruby/connection_pool )"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '1igem "minitest", "~> 5.0"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+}



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

2015-09-19 Thread Tobias Klausmann
commit: 25a87797f31dd5b9a48ab8401b5b1e3f7cb18e55
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Sep 19 16:46:06 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Sep 19 17:25:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a87797

dev-ruby/dalli: add ~alpha keyword

Gentoo-Bug: 551722

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/dalli/dalli-2.7.4-r1.ebuild 
b/dev-ruby/dalli/dalli-2.7.4-r1.ebuild
index 2c535e8..be9cf9c 100644
--- a/dev-ruby/dalli/dalli-2.7.4-r1.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.4-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="A high performance pure Ruby client for 
accessing memcached servers
 HOMEPAGE="https://github.com/mperham/dalli;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"