summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-08-14 07:33:48 +0000
committerHans de Graaff <graaff@gentoo.org>2013-08-14 07:33:48 +0000
commit804e20ab977067c9db387dbc0c7595bde25d8c10 (patch)
tree3308d21c0064d42218b8e40568cea8e0fdebdfaf /dev-ruby/textpow
parentBump (diff)
downloadgentoo-2-804e20ab977067c9db387dbc0c7595bde25d8c10.tar.gz
gentoo-2-804e20ab977067c9db387dbc0c7595bde25d8c10.tar.bz2
gentoo-2-804e20ab977067c9db387dbc0c7595bde25d8c10.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/textpow')
-rw-r--r--dev-ruby/textpow/ChangeLog5
-rw-r--r--dev-ruby/textpow/textpow-1.3.0.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-ruby/textpow/ChangeLog b/dev-ruby/textpow/ChangeLog
index 4d238f0dc251..1b51bbecbfae 100644
--- a/dev-ruby/textpow/ChangeLog
+++ b/dev-ruby/textpow/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/textpow
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v 1.10 2013/04/21 04:58:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v 1.11 2013/08/14 07:33:48 graaff Exp $
+
+ 14 Aug 2013; Hans de Graaff <graaff@gentoo.org> -textpow-1.3.0.ebuild:
+ Cleanup.
*textpow-1.3.1 (21 Apr 2013)
diff --git a/dev-ruby/textpow/textpow-1.3.0.ebuild b/dev-ruby/textpow/textpow-1.3.0.ebuild
deleted file mode 100644
index a4f5d6ecf7c5..000000000000
--- a/dev-ruby/textpow/textpow-1.3.0.ebuild
+++ /dev/null
@@ -1,28 +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/textpow/textpow-1.3.0.ebuild,v 1.1 2012/09/23 16:24:25 graaff Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library to parse and process Textmate bundles."
-HOMEPAGE="http://textpow.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/plist-3.0.1"
-
-USE_RUBY=ruby18 ruby_add_bdepend "test? ( >=dev-ruby/oniguruma-1.1.0 )"
-
-all_ruby_prepare() {
- sed -i -e '/git ls-files/d' textpow.gemspec || die
-}