From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/twitter/
Date: Mon, 28 Mar 2016 21:57:11 +0000 (UTC) [thread overview]
Message-ID: <1459202215.7f76b2af85ec2060b7f5cbe1659a1b9efc19d655.mrueg@gentoo> (raw)
commit: 7f76b2af85ec2060b7f5cbe1659a1b9efc19d655
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 21:55:23 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 21:56:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f76b2af
dev-ruby/twitter: Remove old
Package-Manager: portage-2.2.28
| 3 --
| 51 -----------------------------
| 52 -----------------------------
| 60 ----------------------------------
4 files changed, 166 deletions(-)
--git a/dev-ruby/twitter/Manifest b/dev-ruby/twitter/Manifest
index f6ec0ed..6ae8742 100644
--- a/dev-ruby/twitter/Manifest
+++ b/dev-ruby/twitter/Manifest
@@ -1,4 +1 @@
-DIST twitter-5.13.0.tar.gz 1322622 SHA256 760dede63a96f51d38a61fd172d93c97da17046f01c53c37b430c421738a6906 SHA512 28afafcfbe938fadc571dd19affd69cf1288d86fd3c4c14b743a4d573de068fdc6a6ffe487320b6a039dc2540375450d060e32761196bbbb4cb4b83a0999696a WHIRLPOOL 3a7b20e69c443c644cfe0e2a0bb21d13c6259b8db129a6ae7d32df4a4e166bfa04f97271857feb866c2e7499ed7090efdca3680b4920863cafdbe15fd984788a
-DIST twitter-5.14.0.tar.gz 1355192 SHA256 44936f6e7eb61139c5129c25c207e16065ed5a20cb4d86679edbb8600318c374 SHA512 3fc4971b191efabaafb8918d525ed0279a246f68053c0af25aef355c6f019f40d6977a0f3463679e138dfeb40ff32e13b005c6a8a9667d0c359c659917ea890a WHIRLPOOL 689f319b6c044a87b6febd27425d497789cf73c47febda0cbec0b48a7d45cd160bd5f7c8ae26bb67a7958ccbdff9651f6e94fbb6fdffc1de244bf7657f68e7dd
-DIST twitter-5.15.0.tar.gz 524912 SHA256 9d0d2e234afb35b8555f692bac49fed7186d9f652a978771a7753e5cd79a8ffc SHA512 5beea732763ad072fd099a284d33e6cfcaf62e07ac14d3d938d8bc86f4c84578429631f4edaf0c34bfe1f6555c07c18e935edbb6d5320a33aea089f1f444a5e8 WHIRLPOOL 5576ace9aecc481c683abe2dc76a2f5f24eda1b9680e607ccb7207bf0c2509266145d3f2b41c712eb67bd3df0dd67f436976129e3cd5a5a6880f01f790de06a4
DIST twitter-5.16.0.tar.gz 525064 SHA256 3edc39b1fbe54b1fd4f38855bd0c5b64859ef68ba15a6ae15bb119a1ab93e3a6 SHA512 7f80203a6324644adf9e97834310892dd1e4db87962aa9abb7055d7713ee511a014234b74f5ecf74f40e3296aa1437f148519fd010b9d85e8fd73d4b19a78d2e WHIRLPOOL 395490c387ed665bdc7f77caa5c2bc1df92d2cbdf8c6ceb593580b28bc89d6ce08a8908a051e7743faf528abf597ea7e1ce1600c52f0aaa690e562f506d5663b
diff --git a/dev-ruby/twitter/twitter-5.13.0.ebuild b/dev-ruby/twitter/twitter-5.13.0.ebuild
deleted file mode 100644
index dda6cab..0000000
--- a/dev-ruby/twitter/twitter-5.13.0.ebuild
+++ /dev/null
@@ -1,51 +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_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby wrapper around the Twitter API"
-HOMEPAGE="https://sferik.github.com/twitter/"
-SRC_URI="https://github.com/sferik/twitter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/addressable-2.3
- >=dev-ruby/buftok-0.2.0
- >=dev-ruby/equalizer-0.0.9
- =dev-ruby/faraday-0*
- >=dev-ruby/faraday-0.9.0
- >=dev-ruby/http-0.6.0:0.6
- >=dev-ruby/http_parser_rb-0.6.0
- >=dev-ruby/json-1.8
- >=dev-ruby/memoizable-0.4.0
- >=dev-ruby/naught-1.0
- =dev-ruby/simple_oauth-0.3*
- >=dev-ruby/simple_oauth-0.3.0"
-
-ruby_add_bdepend "test? (
- dev-ruby/rspec:2
- dev-ruby/webmock
- )
- doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
-# rm Gemfile || die
- sed -i -e '/[Bb]undler/d' Rakefile || die "Unable to remove bundler code."
-
- sed -i -e '/simplecov/,/end/ s:^:#:' spec/helper.rb || die
-}
-
-each_ruby_test() {
- CI=true ruby-ng_rspec || die
-}
diff --git a/dev-ruby/twitter/twitter-5.14.0.ebuild b/dev-ruby/twitter/twitter-5.14.0.ebuild
deleted file mode 100644
index a000992..0000000
--- a/dev-ruby/twitter/twitter-5.14.0.ebuild
+++ /dev/null
@@ -1,52 +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_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby wrapper around the Twitter API"
-HOMEPAGE="https://sferik.github.com/twitter/"
-SRC_URI="https://github.com/sferik/twitter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/addressable-2.3
- >=dev-ruby/buftok-0.2.0
- >=dev-ruby/equalizer-0.0.9
- =dev-ruby/faraday-0*
- >=dev-ruby/faraday-0.9.0
- >=dev-ruby/http-0.6.0:0.6
- >=dev-ruby/http_parser_rb-0.6.0
- >=dev-ruby/json-1.8
- >=dev-ruby/memoizable-0.4.0
- >=dev-ruby/naught-1.0
- =dev-ruby/simple_oauth-0.3*
- >=dev-ruby/simple_oauth-0.3.0"
-
-ruby_add_bdepend "test? (
- dev-ruby/rspec:2
- dev-ruby/webmock
- >=dev-ruby/timecop-0.6.1
- )
- doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
-# rm Gemfile || die
- sed -i -e '/[Bb]undler/d' Rakefile || die "Unable to remove bundler code."
-
- sed -i -e '/simplecov/,/end/ s:^:#:' spec/helper.rb || die
-}
-
-each_ruby_test() {
- CI=true ruby-ng_rspec || die
-}
diff --git a/dev-ruby/twitter/twitter-5.15.0.ebuild b/dev-ruby/twitter/twitter-5.15.0.ebuild
deleted file mode 100644
index 07eadaf..0000000
--- a/dev-ruby/twitter/twitter-5.15.0.ebuild
+++ /dev/null
@@ -1,60 +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"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="twitter.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby wrapper around the Twitter API"
-HOMEPAGE="https://sferik.github.com/twitter/"
-SRC_URI="https://github.com/sferik/twitter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/addressable-2.3
- >=dev-ruby/buftok-0.2.0
- >=dev-ruby/equalizer-0.0.10
- =dev-ruby/faraday-0*
- >=dev-ruby/faraday-0.9.0
- >=dev-ruby/http-0.6.0:* <dev-ruby/http-0.10:*
- >=dev-ruby/http_parser_rb-0.6.0
- >=dev-ruby/json-1.8
- >=dev-ruby/memoizable-0.4.0
- >=dev-ruby/naught-1.0
- =dev-ruby/simple_oauth-0.3*
- >=dev-ruby/simple_oauth-0.3.0"
-
-ruby_add_bdepend "test? (
- dev-ruby/rspec:2
- dev-ruby/webmock
- >=dev-ruby/timecop-0.6.1
- )
- doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
- sed -i -e '/equalizer/ s/0.0.10/~>0.0.10/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-# rm Gemfile || die
- sed -i -e '/[Bb]undler/d' Rakefile || die "Unable to remove bundler code."
-
- sed -i -e '/simplecov/,/^ end/ s:^:#:' spec/helper.rb || die
-
- # Avoid a spec that fails due to changes in dependencies.
- sed -i -e '/#reverse_token/,/^ end/ s:^:#:' \
- spec/twitter/rest/oauth_spec.rb
-}
-
-each_ruby_test() {
- CI=true ruby-ng_rspec || die
-}
next reply other threads:[~2016-03-28 21:57 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-28 21:57 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-01 7:42 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/twitter/ Hans de Graaff
2025-05-03 5:43 Hans de Graaff
2024-07-14 7:48 Hans de Graaff
2024-05-01 6:36 Hans de Graaff
2023-09-22 5:54 Hans de Graaff
2023-09-22 5:54 Hans de Graaff
2023-09-17 6:08 Hans de Graaff
2023-07-09 12:23 Hans de Graaff
2023-04-01 23:53 Sam James
2023-03-31 1:07 Sam James
2022-08-29 6:50 Hans de Graaff
2022-08-29 6:50 Hans de Graaff
2022-07-28 8:28 Hans de Graaff
2021-10-24 5:56 Hans de Graaff
2021-04-03 5:37 Hans de Graaff
2020-02-15 7:45 Hans de Graaff
2019-10-02 11:45 Hans de Graaff
2018-07-30 19:39 Hans de Graaff
2018-06-16 6:12 Hans de Graaff
2018-04-29 6:44 Hans de Graaff
2018-02-20 6:49 Hans de Graaff
2017-11-09 6:31 Hans de Graaff
2017-07-23 6:10 Hans de Graaff
2017-05-06 7:52 Hans de Graaff
2017-04-06 7:46 Hans de Graaff
2017-03-23 6:27 Hans de Graaff
2017-02-14 5:36 Hans de Graaff
2016-07-08 5:09 Hans de Graaff
2016-07-08 5:09 Hans de Graaff
2016-02-13 6:46 Hans de Graaff
2015-09-07 6:04 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459202215.7f76b2af85ec2060b7f5cbe1659a1b9efc19d655.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox