summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-07-25 01:26:42 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-07-25 01:26:42 +0000
commitfdf1ef906b448fc615c557f098eef35131c00089 (patch)
treeb4a555d725ca523c357a29f62734818e90976745 /dev-ruby/acts_as_list
parentAdd ruby21 target. Thanks to longlene. (diff)
downloadgentoo-2-fdf1ef906b448fc615c557f098eef35131c00089.tar.gz
gentoo-2-fdf1ef906b448fc615c557f098eef35131c00089.tar.bz2
gentoo-2-fdf1ef906b448fc615c557f098eef35131c00089.zip
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/acts_as_list')
-rw-r--r--dev-ruby/acts_as_list/ChangeLog6
-rw-r--r--dev-ruby/acts_as_list/acts_as_list-0.3.0.ebuild41
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-ruby/acts_as_list/ChangeLog b/dev-ruby/acts_as_list/ChangeLog
index b4279c31c2e6..610a9d2bd8a0 100644
--- a/dev-ruby/acts_as_list/ChangeLog
+++ b/dev-ruby/acts_as_list/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/acts_as_list
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/ChangeLog,v 1.6 2014/06/20 06:03:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/ChangeLog,v 1.7 2014/07/25 01:26:42 mrueg Exp $
+
+ 25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> -acts_as_list-0.3.0.ebuild:
+ Cleanup old.
20 Jun 2014; Hans de Graaff <graaff@gentoo.org> acts_as_list-0.4.0.ebuild:
Lock tests to rails:3.2 like upstream. Fix minitest invocation. Add ruby20.
@@ -91,4 +94,3 @@
15 Dec 2009; Hans de Graaff <graaff@gentoo.org>
+acts_as_list-0.1.2.ebuild, +metadata.xml:
Initial import.
-
diff --git a/dev-ruby/acts_as_list/acts_as_list-0.3.0.ebuild b/dev-ruby/acts_as_list/acts_as_list-0.3.0.ebuild
deleted file mode 100644
index eef63aa90aba..000000000000
--- a/dev-ruby/acts_as_list/acts_as_list-0.3.0.ebuild
+++ /dev/null
@@ -1,41 +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/acts_as_list/acts_as_list-0.3.0.ebuild,v 1.1 2013/08/22 05:53:11 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list."
-HOMEPAGE="http://rake.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- dev-ruby/test-unit:2
- dev-ruby/activerecord[sqlite3]
- )"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/d' Rakefile || die
- sed -i -e '1,9d' test/helper.rb || die
- sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
- ruby-ng_testrb-2 -Ilib test/test_*.rb
-}