summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-03-16 20:22:49 +0000
committerHans de Graaff <graaff@gentoo.org>2015-03-16 20:22:49 +0000
commit69a9f5de430aa1630b6cc97863f7cd7f2de5bef5 (patch)
tree31e14ff1e5b1a4673ddf796e868ee047a4c64ac1 /dev-ruby/rails_autolink
parentCleanup. (diff)
downloadgentoo-2-69a9f5de430aa1630b6cc97863f7cd7f2de5bef5.tar.gz
gentoo-2-69a9f5de430aa1630b6cc97863f7cd7f2de5bef5.tar.bz2
gentoo-2-69a9f5de430aa1630b6cc97863f7cd7f2de5bef5.zip
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/rails_autolink')
-rw-r--r--dev-ruby/rails_autolink/ChangeLog7
-rw-r--r--dev-ruby/rails_autolink/rails_autolink-1.1.5.ebuild32
2 files changed, 5 insertions, 34 deletions
diff --git a/dev-ruby/rails_autolink/ChangeLog b/dev-ruby/rails_autolink/ChangeLog
index fc3ea8cc19f0..36b5070a97ce 100644
--- a/dev-ruby/rails_autolink/ChangeLog
+++ b/dev-ruby/rails_autolink/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rails_autolink
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails_autolink/ChangeLog,v 1.7 2014/11/18 13:44:11 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails_autolink/ChangeLog,v 1.8 2015/03/16 20:22:49 graaff Exp $
+
+ 16 Mar 2015; Hans de Graaff <graaff@gentoo.org> -rails_autolink-1.1.5.ebuild:
+ Cleanup.
18 Nov 2014; Manuel Rüger <mrueg@gentoo.org>
-files/rails_autolink-1.0.9-fixes.patch:
diff --git a/dev-ruby/rails_autolink/rails_autolink-1.1.5.ebuild b/dev-ruby/rails_autolink/rails_autolink-1.1.5.ebuild
deleted file mode 100644
index 25615872c93b..000000000000
--- a/dev-ruby/rails_autolink/rails_autolink-1.1.5.ebuild
+++ /dev/null
@@ -1,32 +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/rails_autolink/rails_autolink-1.1.5.ebuild,v 1.2 2014/08/05 16:00:32 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This is an extraction of the auto_link method from rails"
-HOMEPAGE="http://github.com/tenderlove/rails_autolink"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-# Restrict tests since they seem to be tied to very specific rails and
-# test framework versions without making this explicit anywhere. Things
-# seem to work for the most part with Rails 3.2 and Minitest 4.2.
-RESTRICT="test"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend ">=dev-ruby/rails-3.1"
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test_*.rb || die "tests failed"
-}