* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2022-05-26 10:36 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2022-05-26 10:36 UTC (permalink / raw
To: gentoo-commits
commit: da32082abafc69043e6fa64c7369072c2c4e51af
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 10:13:26 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 26 10:35:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da32082a
dev-ruby/ruby-hmac: enable ruby31
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
index bdb99d38044c..2f2180597b04 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# 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_EXTRADOC="History.txt README.txt"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2024-12-31 11:39 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2024-12-31 11:39 UTC (permalink / raw
To: gentoo-commits
commit: e4a3e1201b23130e9192da5f4e865fecf66b9183
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 11:25:33 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 11:38:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a3e120
dev-ruby/ruby-hmac: enable ruby34
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
index 713c1da14f64..c8e4d16a6a19 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2024-04-09 15:51 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2024-04-09 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 09c97154b018693e279757df0c3229cf8171526a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 9 05:42:37 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 15:47:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c97154
dev-ruby/ruby-hmac: enable ruby33
Avoid dependency on hoe to avoid deprecated configuration.
Closes: https://bugs.gentoo.org/928917
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
index c51f0a53f13f..713c1da14f64 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
@@ -14,7 +14,7 @@ HOMEPAGE="http://ruby-hmac.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-ruby_add_bdepend "
- test? ( >=dev-ruby/hoe-2.5.0 )"
+each_ruby_test() {
+ ${RUBY} -Ilib test/test_hmac.rb || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2023-06-24 20:35 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2023-06-24 20:35 UTC (permalink / raw
To: gentoo-commits
commit: 52872e2ce082a03fcbbc2ed32443bdfad0d7ea58
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 20:16:05 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 20:35:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52872e2c
dev-ruby/ruby-hmac: enable ruby32
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
index 2f2180597b04..c51f0a53f13f 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2021-11-26 8:17 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2021-11-26 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 0b2df43ed2ab238ddacdec1d67fe0fee34ab7540
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 08:06:44 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 08:16:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2df43e
dev-ruby/ruby-hmac: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
deleted file mode 100644
index 3f60fd3e4179..000000000000
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A common interface to HMAC functionality as documented in RFC2104"
-HOMEPAGE="http://ruby-hmac.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "
- test? ( >=dev-ruby/hoe-2.5.0 )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2021-11-24 6:37 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2021-11-24 6:37 UTC (permalink / raw
To: gentoo-commits
commit: 871dbba8ba19c27ab759990488d6c842c4008e87
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 11:55:34 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 06:37:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871dbba8
dev-ruby/ruby-hmac: add ruby30
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
new file mode 100644
index 000000000000..bdb99d38044c
--- /dev/null
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
@@ -0,0 +1,20 @@
+# 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_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A common interface to HMAC functionality as documented in RFC2104"
+HOMEPAGE="http://ruby-hmac.rubyforge.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "
+ test? ( >=dev-ruby/hoe-2.5.0 )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2020-07-26 9:15 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2020-07-26 9:15 UTC (permalink / raw
To: gentoo-commits
commit: bceeb6fce95c0646cec61300a51f39cd35522273
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 06:27:52 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 09:15:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bceeb6fc
dev-ruby/ruby-hmac: add ruby27
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
index 91aa144cd40..3f60fd3e417 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2019-03-15 7:13 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2019-03-15 7:13 UTC (permalink / raw
To: gentoo-commits
commit: c28e5243d26a2518c5d2c72aa33e92f61f6262bf
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 06:49:43 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 06:49:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28e5243
dev-ruby/ruby-hmac: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
index 591b8610cfa..91aa144cd40 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2018-02-10 7:42 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2018-02-10 7:42 UTC (permalink / raw
To: gentoo-commits
commit: c50ecc3e6eb92de6dd2f13aaae1fb887955383ab
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 07:09:01 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 07:39:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50ecc3e
dev-ruby/ruby-hmac: add ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
index 328949746fc..591b8610cfa 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2017-07-31 5:32 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2017-07-31 5:32 UTC (permalink / raw
To: gentoo-commits
commit: 22aba855ecd89e9fe9c2e1785b1d6df8d338d44d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 05:23:29 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 05:31:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aba855
dev-ruby/ruby-hmac: add ruby24
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
index 9083051f931..328949746fc 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
inherit ruby-fakegem
@@ -18,5 +18,4 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_bdepend "
- doc? ( >=dev-ruby/hoe-2.5.0 )
test? ( >=dev-ruby/hoe-2.5.0 )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2016-12-25 6:55 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2016-12-25 6:55 UTC (permalink / raw
To: gentoo-commits
commit: 1f58ab581da2fe537482d75dde4e626aa87b28aa
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 06:55:09 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 06:55:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f58ab58
dev-ruby/ruby-hmac: add ruby23
Package-Manager: portage-2.3.0
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
index 8405060..da5f862 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/
@ 2016-03-28 22:03 Manuel Rüger
0 siblings, 0 replies; 12+ messages in thread
From: Manuel Rüger @ 2016-03-28 22:03 UTC (permalink / raw
To: gentoo-commits
commit: 04bb0adf5da99a303bf0918014b575299232dadb
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 22:02:25 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 22:02:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bb0adf
dev-ruby/ruby-hmac: Remove ruby19
Package-Manager: portage-2.2.28
dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
index 5be6d2d..8405060 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.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_DOC="docs"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-12-31 11:39 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-26 10:36 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 11:39 Hans de Graaff
2024-04-09 15:51 Hans de Graaff
2023-06-24 20:35 Hans de Graaff
2021-11-26 8:17 Hans de Graaff
2021-11-24 6:37 Hans de Graaff
2020-07-26 9:15 Hans de Graaff
2019-03-15 7:13 Hans de Graaff
2018-02-10 7:42 Hans de Graaff
2017-07-31 5:32 Hans de Graaff
2016-12-25 6:55 Hans de Graaff
2016-03-28 22:03 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox