diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-09-10 14:46:41 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-09-10 14:46:41 +0000 |
commit | b07d62d5f2173813e91218b49561352442358917 (patch) | |
tree | 37e40c5856dc489d79ee0bb1eae508766e2d8e74 /dev-ruby/amatch | |
parent | revbump -> EAPI 5 (diff) | |
download | gentoo-2-b07d62d5f2173813e91218b49561352442358917.tar.gz gentoo-2-b07d62d5f2173813e91218b49561352442358917.tar.bz2 gentoo-2-b07d62d5f2173813e91218b49561352442358917.zip |
Cleanup old.
(Portage version: 2.2.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r-- | dev-ruby/amatch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/amatch/amatch-0.2.10.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-ruby/amatch/ChangeLog b/dev-ruby/amatch/ChangeLog index b13ed1b9b6b7..80624918891d 100644 --- a/dev-ruby/amatch/ChangeLog +++ b/dev-ruby/amatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/amatch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.35 2013/01/28 07:17:36 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.36 2013/09/10 14:46:41 mrueg Exp $ + + 10 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -amatch-0.2.10.ebuild: + Cleanup old. *amatch-0.2.11 (28 Jan 2013) diff --git a/dev-ruby/amatch/amatch-0.2.10.ebuild b/dev-ruby/amatch/amatch-0.2.10.ebuild deleted file mode 100644 index 6435fa21aa86..000000000000 --- a/dev-ruby/amatch/amatch-0.2.10.ebuild +++ /dev/null @@ -1,34 +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/amatch/amatch-0.2.10.ebuild,v 1.4 2012/08/01 10:12:49 blueness Exp $ - -EAPI=2 -USE_RUBY="ruby18 ruby19 ree18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc" - -inherit multilib ruby-fakegem - -DESCRIPTION="Approximate Matching Extension for Ruby" -HOMEPAGE="http://flori.github.com/amatch/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ppc64 x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/tins-0.3" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake -Cext - cp ext/amatch_ext$(get_modname) lib/ || die -} - -each_ruby_test() { - ${RUBY} -Ilib -S testrb tests/* || die -} |