diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-11-01 20:58:13 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-11-01 20:58:13 +0000 |
commit | 269e1b992145082cfd162306624504eb0a291e5b (patch) | |
tree | ff4b1af7dfa2641919ba6793ec72cc78d8d86eb2 /dev-ruby/oauth | |
parent | darcs.eclass: export EDARCS_PATCHCOUNT: var shows amount of patches in pulled... (diff) | |
download | gentoo-2-269e1b992145082cfd162306624504eb0a291e5b.tar.gz gentoo-2-269e1b992145082cfd162306624504eb0a291e5b.tar.bz2 gentoo-2-269e1b992145082cfd162306624504eb0a291e5b.zip |
Remove old version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/oauth')
-rw-r--r-- | dev-ruby/oauth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/oauth/oauth-0.4.1.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-ruby/oauth/ChangeLog b/dev-ruby/oauth/ChangeLog index ac0a5995e87e..e09d9b8a5a5d 100644 --- a/dev-ruby/oauth/ChangeLog +++ b/dev-ruby/oauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/oauth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.11 2010/09/18 09:58:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.12 2010/11/01 20:58:13 graaff Exp $ + + 01 Nov 2010; Hans de Graaff <graaff@gentoo.org> -oauth-0.4.1.ebuild: + Remove old version. *oauth-0.4.3 (18 Sep 2010) diff --git a/dev-ruby/oauth/oauth-0.4.1.ebuild b/dev-ruby/oauth/oauth-0.4.1.ebuild deleted file mode 100644 index c0ef92fbd6a6..000000000000 --- a/dev-ruby/oauth/oauth-0.4.1.ebuild +++ /dev/null @@ -1,24 +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/oauth/oauth-0.4.1.ebuild,v 1.1 2010/06/25 21:04:16 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="HISTORY README.rdoc TODO" - -inherit ruby-fakegem - -DESCRIPTION="A RubyGem for implementing both OAuth clients and servers." -HOMEPAGE="http://oauth.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RUBY_PATCHES=( "${P}-optional-tests.patch" ) - -ruby_add_bdepend "test? ( virtual/ruby-test-unit dev-ruby/actionpack dev-ruby/mocha )" |