summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-10-07 06:10:11 +0000
committerHans de Graaff <graaff@gentoo.org>2011-10-07 06:10:11 +0000
commit12d8ee724b45d946816ff7177c57daf8573ce4ac (patch)
treea8256156920eeba4368f5eedc614e42fe037515b /dev-ruby/fast_gettext
parentStable for HPPA (bug #385511). (diff)
downloadgentoo-2-12d8ee724b45d946816ff7177c57daf8573ce4ac.tar.gz
gentoo-2-12d8ee724b45d946816ff7177c57daf8573ce4ac.tar.bz2
gentoo-2-12d8ee724b45d946816ff7177c57daf8573ce4ac.zip
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/fast_gettext')
-rw-r--r--dev-ruby/fast_gettext/ChangeLog6
-rw-r--r--dev-ruby/fast_gettext/fast_gettext-0.5.11.ebuild31
-rw-r--r--dev-ruby/fast_gettext/fast_gettext-0.5.12.ebuild31
3 files changed, 5 insertions, 63 deletions
diff --git a/dev-ruby/fast_gettext/ChangeLog b/dev-ruby/fast_gettext/ChangeLog
index eb7fd9814735..10cbb72bc079 100644
--- a/dev-ruby/fast_gettext/ChangeLog
+++ b/dev-ruby/fast_gettext/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fast_gettext
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_gettext/ChangeLog,v 1.3 2011/06/30 17:23:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_gettext/ChangeLog,v 1.4 2011/10/07 06:10:10 graaff Exp $
+
+ 07 Oct 2011; Hans de Graaff <graaff@gentoo.org> -fast_gettext-0.5.11.ebuild,
+ -fast_gettext-0.5.12.ebuild:
+ Remove old versions.
*fast_gettext-0.5.13 (30 Jun 2011)
diff --git a/dev-ruby/fast_gettext/fast_gettext-0.5.11.ebuild b/dev-ruby/fast_gettext/fast_gettext-0.5.11.ebuild
deleted file mode 100644
index ddbc956f4c2c..000000000000
--- a/dev-ruby/fast_gettext/fast_gettext-0.5.11.ebuild
+++ /dev/null
@@ -1,31 +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/fast_gettext/fast_gettext-0.5.11.ebuild,v 1.1 2011/05/09 06:30:52 graaff Exp $
-
-EAPI="4"
-
-# jruby support requires sqlite3 support for jruby.
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-inherit ruby-fakegem
-
-DESCRIPTION="GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34) and threadsave!"
-HOMEPAGE="https://github.com/grosser/fast_gettext"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/activerecord )"
-
-all_ruby_prepare() {
- rm Gemfile Gemfile.lock || die
-}
diff --git a/dev-ruby/fast_gettext/fast_gettext-0.5.12.ebuild b/dev-ruby/fast_gettext/fast_gettext-0.5.12.ebuild
deleted file mode 100644
index 2cff7c23c860..000000000000
--- a/dev-ruby/fast_gettext/fast_gettext-0.5.12.ebuild
+++ /dev/null
@@ -1,31 +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/fast_gettext/fast_gettext-0.5.12.ebuild,v 1.1 2011/06/17 18:05:57 graaff Exp $
-
-EAPI="4"
-
-# jruby support requires sqlite3 support for jruby.
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-inherit ruby-fakegem
-
-DESCRIPTION="GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34) and threadsave!"
-HOMEPAGE="https://github.com/grosser/fast_gettext"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/activerecord )"
-
-all_ruby_prepare() {
- rm Gemfile Gemfile.lock || die
-}