summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-05 00:19:22 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-05 00:19:22 +0000
commit29377d98747585784d63c300e673dfe702d72c71 (patch)
tree7097d64c8f83d2c942869d4dadb69db56f54648a /dev-ruby/chronic
parentNMU: Update ebuild to work with ruby 1.9 only. Fixes bug #483096. (diff)
downloadgentoo-2-29377d98747585784d63c300e673dfe702d72c71.tar.gz
gentoo-2-29377d98747585784d63c300e673dfe702d72c71.tar.bz2
gentoo-2-29377d98747585784d63c300e673dfe702d72c71.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/chronic')
-rw-r--r--dev-ruby/chronic/ChangeLog5
-rw-r--r--dev-ruby/chronic/chronic-0.9.1.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index bc453f4ebd84..d7d7d56bf349 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/chronic
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.14 2013/10/09 00:37:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.15 2013/11/05 00:19:22 mrueg Exp $
+
+ 05 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -chronic-0.9.1.ebuild:
+ Cleanup old.
*chronic-0.10.2 (09 Oct 2013)
diff --git a/dev-ruby/chronic/chronic-0.9.1.ebuild b/dev-ruby/chronic/chronic-0.9.1.ebuild
deleted file mode 100644
index 0939166308b2..000000000000
--- a/dev-ruby/chronic/chronic-0.9.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ree18 jruby ruby19"
-
-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 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
- sed -i -e '/git ls-files/d' chronic.gemspec || die
-}