summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-10-21 06:39:24 +0000
committerHans de Graaff <graaff@gentoo.org>2011-10-21 06:39:24 +0000
commit29d318ac8cd7123089cfe903c9682d39f22365b0 (patch)
treec2c8c3bd76b9e263dfb9adafacf62eded4f78521 /dev-ruby
parentSwitch to virtual/rubygems in preparation of adding ruby targets with bundled... (diff)
downloadgentoo-2-29d318ac8cd7123089cfe903c9682d39f22365b0.tar.gz
gentoo-2-29d318ac8cd7123089cfe903c9682d39f22365b0.tar.bz2
gentoo-2-29d318ac8cd7123089cfe903c9682d39f22365b0.zip
Remove old version.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/chronic/ChangeLog5
-rw-r--r--dev-ruby/chronic/chronic-0.6.2.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index 75e6facba794..d593220978ab 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/chronic
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.2 2011/09/10 09:08:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.3 2011/10/21 06:39:24 graaff Exp $
+
+ 21 Oct 2011; Hans de Graaff <graaff@gentoo.org> -chronic-0.6.2.ebuild:
+ Remove old version.
*chronic-0.6.4 (10 Sep 2011)
diff --git a/dev-ruby/chronic/chronic-0.6.2.ebuild b/dev-ruby/chronic/chronic-0.6.2.ebuild
deleted file mode 100644
index a35bc6a5a41f..000000000000
--- a/dev-ruby/chronic/chronic-0.6.2.ebuild
+++ /dev/null
@@ -1,23 +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/chronic/chronic-0.6.2.ebuild,v 1.1 2011/08/20 09:01:46 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="chronic.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Chronic is a natural language date/time parser written in pure Ruby."
-HOMEPAGE="https://github.com/mojombo/chronic"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"