summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-02 13:45:07 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-02 13:45:07 +0000
commit1fb179695de40d998aabd5cc511a70255f7debff (patch)
treec39a423ffbe1b9bdbced8161be70c361c8700747
parentInitial commit, bug 282310 (diff)
downloadgentoo-2-1fb179695de40d998aabd5cc511a70255f7debff.tar.gz
gentoo-2-1fb179695de40d998aabd5cc511a70255f7debff.tar.bz2
gentoo-2-1fb179695de40d998aabd5cc511a70255f7debff.zip
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
-rw-r--r--dev-ruby/oauth2/ChangeLog7
-rw-r--r--dev-ruby/oauth2/oauth2-0.0.10.ebuild26
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-ruby/oauth2/ChangeLog b/dev-ruby/oauth2/ChangeLog
index 4767f81aae3c..96e7d162ad5f 100644
--- a/dev-ruby/oauth2/ChangeLog
+++ b/dev-ruby/oauth2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/oauth2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.7 2010/08/22 13:16:46 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.8 2011/01/02 13:45:07 graaff Exp $
+
+ 02 Jan 2011; Hans de Graaff <graaff@gentoo.org> -oauth2-0.0.10.ebuild:
+ Remove old version.
*oauth2-0.0.13 (22 Aug 2010)
diff --git a/dev-ruby/oauth2/oauth2-0.0.10.ebuild b/dev-ruby/oauth2/oauth2-0.0.10.ebuild
deleted file mode 100644
index ca1fee43ac62..000000000000
--- a/dev-ruby/oauth2/oauth2-0.0.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.0.10.ebuild,v 1.1 2010/06/19 17:34:01 flameeyes Exp $
-
-EAPI="2"
-
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_TASK_DOC="rerdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGELOG.rdoc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem."
-HOMEPAGE="http://github.com/intridea/oauth2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/faraday >=dev-ruby/multi_json-0.0.4"
-ruby_add_bdepend test ">=dev-ruby/rspec-1.2.9"