summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-11 16:11:20 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-11 16:11:20 +0000
commit58d1cd95631bf125f3fe9b5e517540f661ec30bc (patch)
tree3dfe331d41527362ef2ac8223b4ecb38a9836087 /dev-ruby/ammeter
parentCleanup old. (diff)
downloadgentoo-2-58d1cd95631bf125f3fe9b5e517540f661ec30bc.tar.gz
gentoo-2-58d1cd95631bf125f3fe9b5e517540f661ec30bc.tar.bz2
gentoo-2-58d1cd95631bf125f3fe9b5e517540f661ec30bc.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ammeter')
-rw-r--r--dev-ruby/ammeter/ChangeLog5
-rw-r--r--dev-ruby/ammeter/ammeter-0.2.8.ebuild54
2 files changed, 4 insertions, 55 deletions
diff --git a/dev-ruby/ammeter/ChangeLog b/dev-ruby/ammeter/ChangeLog
index 4352a937665c..9ea9a30df0c6 100644
--- a/dev-ruby/ammeter/ChangeLog
+++ b/dev-ruby/ammeter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ammeter
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ChangeLog,v 1.11 2013/06/19 05:09:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ChangeLog,v 1.12 2013/11/11 16:11:20 mrueg Exp $
+
+ 11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -ammeter-0.2.8.ebuild:
+ Cleanup old.
*ammeter-0.2.9 (19 Jun 2013)
diff --git a/dev-ruby/ammeter/ammeter-0.2.8.ebuild b/dev-ruby/ammeter/ammeter-0.2.8.ebuild
deleted file mode 100644
index 701440e7a98f..000000000000
--- a/dev-ruby/ammeter/ammeter-0.2.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ammeter-0.2.8.ebuild,v 1.2 2012/08/16 03:51:20 flameeyes Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Write specs for your Rails 3+ generators"
-HOMEPAGE="https://github.com/alexrothenberg/ammeter"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/activesupport-3.0
- >=dev-ruby/railties-3.0
- >=dev-ruby/rspec-2.2
- >=dev-ruby/rspec-rails-2.2
-"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/rails-3.1
- dev-ruby/uglifier
- dev-ruby/rake
- dev-ruby/coffee-rails
- dev-ruby/sass-rails
- dev-ruby/jquery-rails
- dev-util/cucumber
- dev-util/aruba
- dev-ruby/sqlite3
- )"
-
-all_ruby_prepare() {
- # fix the gemspec; we remove the version dependencies from there, as
- # it requires _older_ versions of its dependencies.. it doesn't
- # really seem to be the case though. Also remove the references to
- # git ls-files to avoid calling it.
- sed -i \
- -e '/git ls-files/d' \
- -e '/\(cucumber\|aruba\)/s:,.*$::' \
- ${RUBY_FAKEGEM_GEMSPEC} || die
-}