summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-01-10 11:36:13 +0000
committerHans de Graaff <graaff@gentoo.org>2014-01-10 11:36:13 +0000
commite6ece496e91327320d3cceb8fad097b239d5c8b0 (patch)
tree789ff17d8e0ee07e7553a48943b50fb821468328 /dev-ruby/shoulda
parentAdd a patch to deal with latest gir-scanner. #485800 (diff)
downloadgentoo-2-e6ece496e91327320d3cceb8fad097b239d5c8b0.tar.gz
gentoo-2-e6ece496e91327320d3cceb8fad097b239d5c8b0.tar.bz2
gentoo-2-e6ece496e91327320d3cceb8fad097b239d5c8b0.zip
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/shoulda')
-rw-r--r--dev-ruby/shoulda/ChangeLog7
-rw-r--r--dev-ruby/shoulda/shoulda-2.11.3.ebuild27
2 files changed, 5 insertions, 29 deletions
diff --git a/dev-ruby/shoulda/ChangeLog b/dev-ruby/shoulda/ChangeLog
index dd81e12016d9..c97727e33b8a 100644
--- a/dev-ruby/shoulda/ChangeLog
+++ b/dev-ruby/shoulda/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/shoulda
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.22 2013/12/24 12:41:23 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.23 2014/01/10 11:36:13 graaff Exp $
+
+ 10 Jan 2014; Hans de Graaff <graaff@gentoo.org> -shoulda-2.11.3.ebuild:
+ Cleanup.
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> shoulda-2.11.3-r1.ebuild:
Stable for x86, wrt bug #495114
diff --git a/dev-ruby/shoulda/shoulda-2.11.3.ebuild b/dev-ruby/shoulda/shoulda-2.11.3.ebuild
deleted file mode 100644
index 46649e78a997..000000000000
--- a/dev-ruby/shoulda/shoulda-2.11.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3.ebuild,v 1.7 2013/01/15 07:08:54 zerochaos Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 ruby19 jruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTION_GUIDELINES.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Making tests easy on the fingers and eyes"
-HOMEPAGE="http://thoughtbot.com/projects/shoulda"
-SRC_URI="https://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-S="${WORKDIR}/thoughtbot-${PN}-*"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# tests seem to be quite broken :( They require working version of
-# various rails versions. There appear to be unit and matcher tests but
-# they can't be run on their own.
-RESTRICT=test