summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-11-20 14:12:17 +0000
committerHans de Graaff <graaff@gentoo.org>2011-11-20 14:12:17 +0000
commite82be1bb6c529914b35014a0fab51cc1e77040f0 (patch)
tree2ab16346b72d3e3841fb54d31c0da0e48ff12c26 /dev-ruby/amatch
parentVersion bump; use EAPI=4 and simplify ebuild. (diff)
downloadhistorical-e82be1bb6c529914b35014a0fab51cc1e77040f0.tar.gz
historical-e82be1bb6c529914b35014a0fab51cc1e77040f0.tar.bz2
historical-e82be1bb6c529914b35014a0fab51cc1e77040f0.zip
Remove old versions.
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r--dev-ruby/amatch/ChangeLog6
-rw-r--r--dev-ruby/amatch/amatch-0.2.6.ebuild34
-rw-r--r--dev-ruby/amatch/amatch-0.2.7.ebuild34
3 files changed, 5 insertions, 69 deletions
diff --git a/dev-ruby/amatch/ChangeLog b/dev-ruby/amatch/ChangeLog
index c1bbc3451315..2c32f337ed92 100644
--- a/dev-ruby/amatch/ChangeLog
+++ b/dev-ruby/amatch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/amatch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.26 2011/10/15 04:38:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.27 2011/11/20 14:08:12 graaff Exp $
+
+ 20 Nov 2011; Hans de Graaff <graaff@gentoo.org> -amatch-0.2.6.ebuild,
+ -amatch-0.2.7.ebuild:
+ Remove old versions.
*amatch-0.2.8 (15 Oct 2011)
diff --git a/dev-ruby/amatch/amatch-0.2.6.ebuild b/dev-ruby/amatch/amatch-0.2.6.ebuild
deleted file mode 100644
index 799968efb98f..000000000000
--- a/dev-ruby/amatch/amatch-0.2.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.6.ebuild,v 1.4 2011/08/28 19:40:48 jer Exp $
-
-EAPI=2
-USE_RUBY="ruby18 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 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/spruz-0.2"
-
-each_ruby_configure() {
- ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
- emake -Cext
- cp ext/amatch$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib -S testrb tests/* || die
-}
diff --git a/dev-ruby/amatch/amatch-0.2.7.ebuild b/dev-ruby/amatch/amatch-0.2.7.ebuild
deleted file mode 100644
index 87ce45da5d52..000000000000
--- a/dev-ruby/amatch/amatch-0.2.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.7.ebuild,v 1.2 2011/08/28 19:40:48 jer Exp $
-
-EAPI=2
-USE_RUBY="ruby18 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 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/spruz-0.2"
-
-each_ruby_configure() {
- ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
- emake -Cext
- cp ext/amatch$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib -S testrb tests/* || die
-}