* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2023-04-10 22:17 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-04-10 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 8e0a3310c1383a501f2e58847b9bcc73e9f659e8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 22:16:01 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 22:16:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0a3310
dev-ruby/rubytter: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/rubytter/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-ruby/rubytter/metadata.xml b/dev-ruby/rubytter/metadata.xml
index e053409e4db0..8ffec225e070 100644
--- a/dev-ruby/rubytter/metadata.xml
+++ b/dev-ruby/rubytter/metadata.xml
@@ -9,4 +9,7 @@
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">jugyo/rubytter</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2023-09-15 10:09 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2023-09-15 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 2664255e1d2a2ad2096d2c918f1091711f1f7f2c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 07:01:41 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 10:09:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2664255e
dev-ruby/rubytter: drop 1.5.1-r2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild | 31 ------------------------------
1 file changed, 31 deletions(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
deleted file mode 100644
index 797bd33fc507..000000000000
--- a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rubytter is a simple twitter library"
-HOMEPAGE="https://github.com/jugyo/rubytter"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/json-1.1.3:* >=dev-ruby/oauth-0.3.6"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die
-
- # Make specs work with rspec 3
- sed -i -e 's/stub!/stub/ ; 250 s/pending/skip/' spec/rubytter_spec.rb || die
-
- # Make specs work with ruby30
- sed -i -e '27i{' -e '30i}' spec/rubytter/oauth_spec.rb || die
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2023-08-29 14:26 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2023-08-29 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 09d0bb5eadc4e95c319bf6c04667ce2ef8f0c072
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 12:31:59 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 14:26:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d0bb5e
dev-ruby/rubytter: update EAPI 7 -> 8, add ruby32
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rubytter/rubytter-1.5.1-r3.ebuild | 31 ++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r3.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r3.ebuild
new file mode 100644
index 000000000000..30ab34eae74f
--- /dev/null
+++ b/dev-ruby/rubytter/rubytter-1.5.1-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rubytter is a simple twitter library"
+HOMEPAGE="https://github.com/jugyo/rubytter"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/json-1.1.3:* >=dev-ruby/oauth-0.3.6"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die
+
+ # Make specs work with rspec 3
+ sed -i -e 's/stub!/stub/ ; 250 s/pending/skip/' spec/rubytter_spec.rb || die
+
+ # Make specs work with ruby30
+ sed -i -e '27i{' -e '30i}' spec/rubytter/oauth_spec.rb || die
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2023-04-10 22:17 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-04-10 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 11e970f487beb66b356f06e1fc3b1aa453f7ddf5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 22:13:21 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 22:13:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e970f4
dev-ruby/rubytter: update *.github.com HOMEPAGEs
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
index 5722c2276077..797bd33fc507 100644
--- a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
+++ b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
inherit ruby-fakegem
DESCRIPTION="Rubytter is a simple twitter library"
-HOMEPAGE="https://wiki.github.com/jugyo/rubytter"
+HOMEPAGE="https://github.com/jugyo/rubytter"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2022-12-04 9:19 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2022-12-04 9:19 UTC (permalink / raw
To: gentoo-commits
commit: 62568f4d1a57aea7b4e06e69f1e123207b7004ea
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 07:36:49 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 09:18:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62568f4d
dev-ruby/rubytter: enable ruby30
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
index fe3e99a12891..ceca69b7b4e4 100644
--- a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
+++ b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_RUBY="ruby27"
+USE_RUBY="ruby27 ruby30"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -23,5 +23,9 @@ ruby_add_rdepend ">=dev-ruby/json-1.1.3:* >=dev-ruby/oauth-0.3.6"
all_ruby_prepare() {
sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die
+ # Make specs work with rspec 3
sed -i -e 's/stub!/stub/ ; 250 s/pending/skip/' spec/rubytter_spec.rb || die
+
+ # Make specs work with ruby30
+ sed -i -e '27i{' -e '30i}' spec/rubytter/oauth_spec.rb || die
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2022-12-04 9:19 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2022-12-04 9:19 UTC (permalink / raw
To: gentoo-commits
commit: 8d5d81654474dd5e45cf3000fc0bc5384ee4086d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 07:31:42 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 09:18:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5d8165
dev-ruby/rubytter: use rspec3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
index 7f8529cad3d6..fe3e99a12891 100644
--- a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
+++ b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby27"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
@@ -22,4 +22,6 @@ ruby_add_rdepend ">=dev-ruby/json-1.1.3:* >=dev-ruby/oauth-0.3.6"
all_ruby_prepare() {
sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die
+
+ sed -i -e 's/stub!/stub/ ; 250 s/pending/skip/' spec/rubytter_spec.rb || die
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2021-07-03 7:22 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2021-07-03 7:22 UTC (permalink / raw
To: gentoo-commits
commit: f7a7e2a62d249bf3b8f95fa66e99852da8f20d8f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 07:08:17 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 07:22:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a7e2a6
dev-ruby/rubytter: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
deleted file mode 100644
index 8986caea688..00000000000
--- a/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rubytter is a simple twitter library"
-HOMEPAGE="https://wiki.github.com/jugyo/rubytter"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/json-1.1.3:* >=dev-ruby/oauth-0.3.6"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2021-02-16 6:03 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2021-02-16 6:03 UTC (permalink / raw
To: gentoo-commits
commit: 58ddebc459bd203242f5986c010b9956c3fb079f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 06:03:06 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 06:03:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ddebc4
dev-ruby/rubytter: EAPI=7; add ruby27
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
new file mode 100644
index 00000000000..7f8529cad3d
--- /dev/null
+++ b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
@@ -0,0 +1,25 @@
+# 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_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rubytter is a simple twitter library"
+HOMEPAGE="https://wiki.github.com/jugyo/rubytter"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/json-1.1.3:* >=dev-ruby/oauth-0.3.6"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2019-05-04 19:14 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2019-05-04 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 4529e087d2a3678016dad41d65292ad0aae31b55
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 19:14:28 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 4 19:14:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4529e087
dev-ruby/rubytter: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
index 4775dea767f..8986caea688 100644
--- a/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
+++ b/dev-ruby/rubytter/rubytter-1.5.1-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="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2018-09-06 5:32 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2018-09-06 5:32 UTC (permalink / raw
To: gentoo-commits
commit: 95fdfb1e0f77bb3839d3e23815c8f32f202555cd
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 6 05:22:16 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 6 05:22:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fdfb1e
dev-ruby/rubytter: add ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
index 6345bb2c553..4775dea767f 100644
--- a/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
+++ b/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2017-09-24 7:10 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2017-09-24 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 86a2235634a0d00aec5d366766103bd303b59679
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 06:35:06 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 06:57:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a22356
dev-ruby/rubytter: cleanup
Package-Manager: Portage-2.3.8, Repoman-2.3.2
dev-ruby/rubytter/rubytter-1.5.1.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1.ebuild b/dev-ruby/rubytter/rubytter-1.5.1.ebuild
deleted file mode 100644
index 8bfce4ae36b..00000000000
--- a/dev-ruby/rubytter/rubytter-1.5.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rubytter is a simple twitter library"
-HOMEPAGE="https://wiki.github.com/jugyo/rubytter"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/json-1.1.3 >=dev-ruby/oauth-0.3.6"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2017-06-28 6:09 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2017-06-28 6:09 UTC (permalink / raw
To: gentoo-commits
commit: c162fcf5a0f04c634d9359b6ec7bcdfdadf5a20e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 06:05:06 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 06:05:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c162fcf5
dev-ruby/rubytter: add ruby22
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-ruby/rubytter/rubytter-1.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1.ebuild b/dev-ruby/rubytter/rubytter-1.5.1.ebuild
index 7221de3b06d..8bfce4ae36b 100644
--- a/dev-ruby/rubytter/rubytter-1.5.1.ebuild
+++ b/dev-ruby/rubytter/rubytter-1.5.1.ebuild
@@ -1,8 +1,8 @@
-# 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"
+USE_RUBY="ruby21 ruby22"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2017-04-23 6:02 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2017-04-23 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 62f5277b0c48e1c74f9c751eb7490182d08bab3f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 05:50:27 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 05:50:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f5277b
dev-ruby/rubytter: add ruby22, ruby23
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
new file mode 100644
index 00000000000..59c476067d4
--- /dev/null
+++ b/dev-ruby/rubytter/rubytter-1.5.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rubytter is a simple twitter library"
+HOMEPAGE="https://wiki.github.com/jugyo/rubytter"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/json-1.1.3:* >=dev-ruby/oauth-0.3.6"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
@ 2016-03-17 0:34 Manuel Rüger
0 siblings, 0 replies; 14+ messages in thread
From: Manuel Rüger @ 2016-03-17 0:34 UTC (permalink / raw
To: gentoo-commits
commit: e086cda9f9cc6ea75e6a5ef3960493d8cf46521d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 00:32:55 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 00:32:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e086cda9
dev-ruby/rubytter: Remove ruby19
Package-Manager: portage-2.2.28
dev-ruby/rubytter/rubytter-1.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/rubytter/rubytter-1.5.1.ebuild b/dev-ruby/rubytter/rubytter-1.5.1.ebuild
index 88aab4a..046c24a 100644
--- a/dev-ruby/rubytter/rubytter-1.5.1.ebuild
+++ b/dev-ruby/rubytter/rubytter-1.5.1.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"
+USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-09-15 10:09 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 22:17 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-09-15 10:09 Hans de Graaff
2023-08-29 14:26 Hans de Graaff
2023-04-10 22:17 Sam James
2022-12-04 9:19 Hans de Graaff
2022-12-04 9:19 Hans de Graaff
2021-07-03 7:22 Hans de Graaff
2021-02-16 6:03 Hans de Graaff
2019-05-04 19:14 Hans de Graaff
2018-09-06 5:32 Hans de Graaff
2017-09-24 7:10 Hans de Graaff
2017-06-28 6:09 Hans de Graaff
2017-04-23 6:02 Hans de Graaff
2016-03-17 0:34 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