summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-09-23 06:58:25 +0000
committerHans de Graaff <graaff@gentoo.org>2012-09-23 06:58:25 +0000
commitba69f9869fc01f6ec28162989b2323731d8c646e (patch)
tree157817b127a5c0549bd5f315eddd9bb792c98d92 /dev-ruby/simple_oauth/simple_oauth-0.1.5.ebuild
parentVersion bump. (diff)
downloadhistorical-ba69f9869fc01f6ec28162989b2323731d8c646e.tar.gz
historical-ba69f9869fc01f6ec28162989b2323731d8c646e.tar.bz2
historical-ba69f9869fc01f6ec28162989b2323731d8c646e.zip
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/simple_oauth/simple_oauth-0.1.5.ebuild')
-rw-r--r--dev-ruby/simple_oauth/simple_oauth-0.1.5.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/simple_oauth/simple_oauth-0.1.5.ebuild b/dev-ruby/simple_oauth/simple_oauth-0.1.5.ebuild
deleted file mode 100644
index 7f88309d513c..000000000000
--- a/dev-ruby/simple_oauth/simple_oauth-0.1.5.ebuild
+++ /dev/null
@@ -1,30 +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/simple_oauth/simple_oauth-0.1.5.ebuild,v 1.2 2012/02/11 16:10:09 tomka Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simply builds and verifies OAuth headers."
-HOMEPAGE="https://github.com/laserlemon/simple_oauth"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( virtual/ruby-test-unit dev-ruby/mocha )"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/d' -e '/[Ss]imple[Cc]ov/d' -e '/turn/d' Rakefile test/helper.rb || die
-}