* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2023-03-12 15:20 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2023-03-12 15:20 UTC (permalink / raw
To: gentoo-commits
commit: caf2c54170855ad9f3f12f9a88b9ed666ab535f4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 15:19:25 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 15:19:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf2c541
dev-ruby/ruby_gntp: remove masked package
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_gntp/Manifest | 1 -
dev-ruby/ruby_gntp/metadata.xml | 11 -----------
dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild | 28 ----------------------------
3 files changed, 40 deletions(-)
diff --git a/dev-ruby/ruby_gntp/Manifest b/dev-ruby/ruby_gntp/Manifest
deleted file mode 100644
index 98da1781076d..000000000000
--- a/dev-ruby/ruby_gntp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ruby_gntp-0.3.4.gem 10240 BLAKE2B dff0f192ee0308793171f0233379b41e8ff8cf8e3af3497c5f04f323dc5f75d4f310f2fc21538beda271f4d3bedc8fcad200afe7b4d24ec864e023346c5899c6 SHA512 876b728430183b273bf97a7e7b662c0614bcc21a3d1a7c4c07b2af9b1643c9a9bc96e92843e6118903d75d99b21c2faff0f27c22fbc8822db14560937e6a5dd8
diff --git a/dev-ruby/ruby_gntp/metadata.xml b/dev-ruby/ruby_gntp/metadata.xml
deleted file mode 100644
index ed7abccf1a9c..000000000000
--- a/dev-ruby/ruby_gntp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">snaka/ruby_gntp</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild
deleted file mode 100644
index 5fe27dde44c9..000000000000
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_EXTRADOC="README ChangeLog"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library for GNTP(Growl Notification Transport Protocol)"
-HOMEPAGE="https://github.com/snaka/ruby_gntp"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rr )"
-
-all_ruby_prepare() {
- mv test spec || die
- sed -i -e "s/Spec::Runner/RSpec/" \
- -e "s#\.\./lib/##"\
- spec/ruby_gntp_spec.rb || die
-
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2021-11-25 9:09 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2021-11-25 9:09 UTC (permalink / raw
To: gentoo-commits
commit: abbc93382b2a937c1fc7aa94e65e186c783919ea
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 08:47:24 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 09:09:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbc9338
dev-ruby/ruby_gntp: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
deleted file mode 100644
index d17acb8451a3..000000000000
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ /dev/null
@@ -1,29 +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_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README ChangeLog"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library for GNTP(Growl Notification Transport Protocol)"
-HOMEPAGE="https://github.com/snaka/ruby_gntp"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rr )"
-
-all_ruby_prepare() {
- mv test spec || die
- sed -i -e "s/Spec::Runner/RSpec/" \
- -e "s#\.\./lib/##"\
- spec/ruby_gntp_spec.rb || die
-
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2021-11-22 19:11 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2021-11-22 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 6217b01f93ebc71015d6d126e33d974cd8102a7d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 19:00:50 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 19:11:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6217b01f
dev-ruby/ruby_gntp: EAPI 8
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild
new file mode 100644
index 000000000000..5fe27dde44c9
--- /dev/null
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_EXTRADOC="README ChangeLog"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library for GNTP(Growl Notification Transport Protocol)"
+HOMEPAGE="https://github.com/snaka/ruby_gntp"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rr )"
+
+all_ruby_prepare() {
+ mv test spec || die
+ sed -i -e "s/Spec::Runner/RSpec/" \
+ -e "s#\.\./lib/##"\
+ spec/ruby_gntp_spec.rb || die
+
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2020-07-26 9:15 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2020-07-26 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 4cc57dc30679e836efd6c99b5890dc9e5485a571
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 06:32:42 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 09:15:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc57dc3
dev-ruby/ruby_gntp: 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_gntp/ruby_gntp-0.3.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
index c1c71d8ff58..d17acb8451a 100644
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.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_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2019-01-24 6:33 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2019-01-24 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 62a564b4c8a75a44702e5834293429dc25f0f386
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 23 06:50:11 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 24 06:24:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a564b4
dev-ruby/ruby_gntp: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
index fd291130233..c1c71d8ff58 100644
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.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="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2018-09-06 5:32 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2018-09-06 5:32 UTC (permalink / raw
To: gentoo-commits
commit: 13adf8e80b2f78f52de9cd6812db81e324a8e3ab
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 6 05:31:57 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 6 05:31:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13adf8e8
dev-ruby/ruby_gntp: add ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
index 5398a9eaa77..fd291130233 100644
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2018-03-06 6:46 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2018-03-06 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 21ad68ebd584845201d853026cd45be1be83fe70
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 6 06:40:27 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Mar 6 06:40:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ad68eb
dev-ruby/ruby_gntp: add ruby24
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
index 5d315789c15..5398a9eaa77 100644
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2016-05-06 5:30 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2016-05-06 5:30 UTC (permalink / raw
To: gentoo-commits
commit: 032cdba56fa2eb4f70103105d4925dcd9be85277
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 05:30:27 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 6 05:30:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032cdba5
dev-ruby/ruby_gntp: add ruby23
Package-Manager: portage-2.2.26
dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
index 513a6f4..125143e 100644
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/
@ 2016-05-06 5:30 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2016-05-06 5:30 UTC (permalink / raw
To: gentoo-commits
commit: bea624cd7141101f8777419eabf163f414d9d4c9
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 05:17:07 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 6 05:30:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea624cd
dev-ruby/ruby_gntp: drop ruby19
Package-Manager: portage-2.2.26
dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
index 8904b76..513a6f4 100644
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.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_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-03-12 15:20 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-12 15:20 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2021-11-25 9:09 Hans de Graaff
2021-11-22 19:11 Hans de Graaff
2020-07-26 9:15 Hans de Graaff
2019-01-24 6:33 Hans de Graaff
2018-09-06 5:32 Hans de Graaff
2018-03-06 6:46 Hans de Graaff
2016-05-06 5:30 Hans de Graaff
2016-05-06 5:30 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox