summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-16 08:43:23 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-16 08:43:23 +0000
commit8c79d1cddf1c58bec59c4cbe5f733894342ac30b (patch)
tree859598bc450cf6958c4dfd63c8a1cb387cc4b574 /dev-ruby/amatch
parentDon't call python_set_active_version in eclass as it is not really required. ... (diff)
downloadgentoo-2-8c79d1cddf1c58bec59c4cbe5f733894342ac30b.tar.gz
gentoo-2-8c79d1cddf1c58bec59c4cbe5f733894342ac30b.tar.bz2
gentoo-2-8c79d1cddf1c58bec59c4cbe5f733894342ac30b.zip
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r--dev-ruby/amatch/ChangeLog7
-rw-r--r--dev-ruby/amatch/amatch-0.2.3.ebuild29
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-ruby/amatch/ChangeLog b/dev-ruby/amatch/ChangeLog
index d16a71c2d6d8..5019e1784398 100644
--- a/dev-ruby/amatch/ChangeLog
+++ b/dev-ruby/amatch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/amatch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.19 2010/09/30 01:40:55 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.20 2011/01/16 08:43:22 graaff Exp $
+
+ 16 Jan 2011; Hans de Graaff <graaff@gentoo.org> -amatch-0.2.3.ebuild:
+ Remove old version.
30 Sep 2010; Brent Baude <ranger@gentoo.org> amatch-0.2.5.ebuild:
Marking amatch-0.2.5 ppc64 for bug 330787
diff --git a/dev-ruby/amatch/amatch-0.2.3.ebuild b/dev-ruby/amatch/amatch-0.2.3.ebuild
deleted file mode 100644
index 6fa1bce1c2a3..000000000000
--- a/dev-ruby/amatch/amatch-0.2.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.3.ebuild,v 1.5 2010/08/07 14:31:34 graaff Exp $
-
-inherit ruby
-
-USE_RUBY="ruby18"
-
-DESCRIPTION="A template library for ruby like amrita"
-HOMEPAGE="http://amatch.rubyforge.org"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ia64 ~ppc ppc64 x86"
-IUSE=""
-
-DEPEND="dev-lang/ruby"
-
-src_compile() {
- ruby install.rb config || die 'install.rb config failed'
- ruby install.rb setup || die 'install.rb setup failed'
-}
-
-src_install() {
- ruby install.rb config --prefix="${D}"/usr || die 'install.rb config failed'
- ruby install.rb install || die 'install.rb install failed'
- dodoc README.en
-}