summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-21 05:38:05 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-21 05:38:05 +0000
commit88118f52db2948ff630004c7031a0f312c4a91bb (patch)
tree74453ceed03590b959e0ab2117a0002283e19d77 /dev-ruby/twitter
parentVersion bump. (diff)
downloadgentoo-2-88118f52db2948ff630004c7031a0f312c4a91bb.tar.gz
gentoo-2-88118f52db2948ff630004c7031a0f312c4a91bb.tar.bz2
gentoo-2-88118f52db2948ff630004c7031a0f312c4a91bb.zip
Cleanup.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/twitter')
-rw-r--r--dev-ruby/twitter/ChangeLog7
-rw-r--r--dev-ruby/twitter/twitter-2.5.0.ebuild46
2 files changed, 5 insertions, 48 deletions
diff --git a/dev-ruby/twitter/ChangeLog b/dev-ruby/twitter/ChangeLog
index 0ebda9f2de89..6a2129cccd41 100644
--- a/dev-ruby/twitter/ChangeLog
+++ b/dev-ruby/twitter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/twitter
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.30 2012/12/11 07:17:12 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.31 2013/04/21 05:38:05 graaff Exp $
+
+ 21 Apr 2013; Hans de Graaff <graaff@gentoo.org> -twitter-2.5.0.ebuild:
+ Cleanup.
*twitter-4.4.1 (11 Dec 2012)
diff --git a/dev-ruby/twitter/twitter-2.5.0.ebuild b/dev-ruby/twitter/twitter-2.5.0.ebuild
deleted file mode 100644
index c8f00a15edd3..000000000000
--- a/dev-ruby/twitter/twitter-2.5.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-2.5.0.ebuild,v 1.1 2012/06/10 06:08:48 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby wrapper around the Twitter API"
-HOMEPAGE="http://twitter.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "
- =dev-ruby/activesupport-3*
- =dev-ruby/faraday-0*
- >=dev-ruby/faraday-0.8
- >=dev-ruby/multi_json-1.3
- =dev-ruby/multi_json-1*
- =dev-ruby/simple_oauth-0.1*
- >=dev-ruby/simple_oauth-0.1.6"
-
-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."
-
- # Remove options not supported by older rspec
- rm .rspec || die
-}
-
-each_ruby_test() {
- CI=true ${RUBY} -S rspec spec || die
-}