summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-12-26 15:00:03 +0000
committerHans de Graaff <graaff@gentoo.org>2012-12-26 15:00:03 +0000
commit7d9e2b5aaf056698c5cc57d4ad8c0dd55993ddfc (patch)
tree22b57c77098405a97b602b67dfd508ee421c82ef /dev-ruby/shoulda
parentCleanup. (diff)
downloadgentoo-2-7d9e2b5aaf056698c5cc57d4ad8c0dd55993ddfc.tar.gz
gentoo-2-7d9e2b5aaf056698c5cc57d4ad8c0dd55993ddfc.tar.bz2
gentoo-2-7d9e2b5aaf056698c5cc57d4ad8c0dd55993ddfc.zip
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/shoulda')
-rw-r--r--dev-ruby/shoulda/ChangeLog6
-rw-r--r--dev-ruby/shoulda/shoulda-2.10.3.ebuild27
-rw-r--r--dev-ruby/shoulda/shoulda-2.11.2.ebuild27
3 files changed, 5 insertions, 55 deletions
diff --git a/dev-ruby/shoulda/ChangeLog b/dev-ruby/shoulda/ChangeLog
index a4066dfa0e84..6258e847d379 100644
--- a/dev-ruby/shoulda/ChangeLog
+++ b/dev-ruby/shoulda/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/shoulda
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.15 2012/05/01 18:24:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.16 2012/12/26 15:00:03 graaff Exp $
+
+ 26 Dec 2012; Hans de Graaff <graaff@gentoo.org> -shoulda-2.10.3.ebuild,
+ -shoulda-2.11.2.ebuild:
+ Cleanup.
01 May 2012; Raúl Porcel <armin76@gentoo.org> shoulda-2.11.3.ebuild:
Drop ia64/sparc keywords
diff --git a/dev-ruby/shoulda/shoulda-2.10.3.ebuild b/dev-ruby/shoulda/shoulda-2.10.3.ebuild
deleted file mode 100644
index ffae7cfca0da..000000000000
--- a/dev-ruby/shoulda/shoulda-2.10.3.ebuild
+++ /dev/null
@@ -1,27 +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/shoulda/shoulda-2.10.3.ebuild,v 1.8 2010/12/27 20:32:57 grobian 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="http://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-S="${WORKDIR}/thoughtbot-${PN}-5add4d2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# tests seem to be quite broken :(
-RESTRICT=test
-
-#ruby_add_bdepend test "dev-ruby/rails virtual/ruby-test-unit"
diff --git a/dev-ruby/shoulda/shoulda-2.11.2.ebuild b/dev-ruby/shoulda/shoulda-2.11.2.ebuild
deleted file mode 100644
index 4205ff9d2a26..000000000000
--- a/dev-ruby/shoulda/shoulda-2.11.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.2.ebuild,v 1.1 2011/02/18 07:10:54 graaff 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="http://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-S="${WORKDIR}/thoughtbot-${PN}-*"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~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