summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-03-20 06:50:04 +0000
committerHans de Graaff <graaff@gentoo.org>2015-03-20 06:50:04 +0000
commitd380d01691f294c30275d40d4f18565f396fb82a (patch)
tree8f687bdfa241e1ec057b7139a9fb7c448b88e8f1 /dev-ruby/mocha
parentAdd missing ~alpha keyword since all other packages from bug 501152 have been... (diff)
downloadgentoo-2-d380d01691f294c30275d40d4f18565f396fb82a.tar.gz
gentoo-2-d380d01691f294c30275d40d4f18565f396fb82a.tar.bz2
gentoo-2-d380d01691f294c30275d40d4f18565f396fb82a.zip
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/mocha')
-rw-r--r--dev-ruby/mocha/ChangeLog8
-rw-r--r--dev-ruby/mocha/mocha-0.10.5.ebuild51
-rw-r--r--dev-ruby/mocha/mocha-1.0.0.ebuild35
3 files changed, 6 insertions, 88 deletions
diff --git a/dev-ruby/mocha/ChangeLog b/dev-ruby/mocha/ChangeLog
index 2324b60decba..d9ad9525530c 100644
--- a/dev-ruby/mocha/ChangeLog
+++ b/dev-ruby/mocha/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/mocha
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.127 2014/12/31 11:43:18 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.128 2015/03/20 06:50:04 graaff Exp $
+
+ 20 Mar 2015; Hans de Graaff <graaff@gentoo.org> -mocha-0.10.5.ebuild,
+ -mocha-1.0.0.ebuild:
+ Cleanup.
31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> mocha-0.14.0.ebuild,
mocha-1.1.0.ebuild:
diff --git a/dev-ruby/mocha/mocha-0.10.5.ebuild b/dev-ruby/mocha/mocha-0.10.5.ebuild
deleted file mode 100644
index 9bb2777ff0fc..000000000000
--- a/dev-ruby/mocha/mocha-0.10.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5.ebuild,v 1.17 2014/10/30 15:53:52 mrueg Exp $
-
-EAPI=4
-USE_RUBY="ruby19 "
-
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc RELEASE.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby library for mocking and stubbing using a syntax like that of JMock, and SchMock"
-HOMEPAGE="http://mocha.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0.10"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
- doc? ( dev-ruby/coderay )"
-
-ruby_add_rdepend "dev-ruby/metaclass" #metaclass ~> 0.0.1
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' Rakefile || die
-
- # Use syntax that works with all versions of coderay
- sed -i -e 's/html.div/html(:wrap => :div)/' Rakefile || die
-}
-
-all_ruby_compile() {
- all_fakegem_compile
-
- if use doc; then
- rake examples || die
- fi
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/*.rb || die
-}
diff --git a/dev-ruby/mocha/mocha-1.0.0.ebuild b/dev-ruby/mocha/mocha-1.0.0.ebuild
deleted file mode 100644
index 245add6851b4..000000000000
--- a/dev-ruby/mocha/mocha-1.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.0.0.ebuild,v 1.3 2014/10/30 15:53:52 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 "
-
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC="yardoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby library for mocking and stubbing using a syntax like that of JMock, and SchMock"
-HOMEPAGE="http://gofreerange.com/mocha/docs/"
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_bdepend "
- doc? ( dev-ruby/yard )
- test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
-
-ruby_add_rdepend "dev-ruby/metaclass" #metaclass ~> 0.0.1
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' Rakefile || die
- sed -i -e '20irequire "mocha/setup"' test/test_helper.rb || die
-}