summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-08 18:33:21 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-08 18:33:21 +0000
commit5fad92e0c297046d4647b44aae4b062cbe5bde44 (patch)
treecc85dcdf10a0e19aeaf7875cf86730bfbbd4d9c4
parentCleanup. (diff)
downloadgentoo-2-5fad92e0c297046d4647b44aae4b062cbe5bde44.tar.gz
gentoo-2-5fad92e0c297046d4647b44aae4b062cbe5bde44.tar.bz2
gentoo-2-5fad92e0c297046d4647b44aae4b062cbe5bde44.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
-rw-r--r--dev-ruby/fastercsv/ChangeLog7
-rw-r--r--dev-ruby/fastercsv/fastercsv-1.5.3.ebuild34
2 files changed, 5 insertions, 36 deletions
diff --git a/dev-ruby/fastercsv/ChangeLog b/dev-ruby/fastercsv/ChangeLog
index 351be216fe07..0eda075d6f56 100644
--- a/dev-ruby/fastercsv/ChangeLog
+++ b/dev-ruby/fastercsv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fastercsv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.17 2012/08/14 08:26:44 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.18 2013/07/08 18:33:21 graaff Exp $
+
+ 08 Jul 2013; Hans de Graaff <graaff@gentoo.org> -fastercsv-1.5.3.ebuild:
+ Cleanup.
14 Aug 2012; Johannes Huber <johu@gentoo.org> fastercsv-1.5.5.ebuild:
Stable for x86, wrt bug #430198
diff --git a/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild b/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild
deleted file mode 100644
index 09556915c101..000000000000
--- a/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild
+++ /dev/null
@@ -1,34 +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/fastercsv/fastercsv-1.5.3.ebuild,v 1.5 2010/11/03 21:44:58 maekke Exp $
-
-EAPI=2
-
-# ruby19 → not needed, it's bundled as part of the main package
-# jruby → tests fail (badly?) for encoding and zlib support (latter
-# fixed in 1.4)
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-
-RUBY_FAKEGEM_DOCDIR="doc/html"
-RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGELOG README TODO"
-
-inherit ruby-fakegem
-
-DESCRIPTION="FasterCSV is a replacement for the standard CSV library"
-HOMEPAGE="http://fastercsv.rubyforge.org/"
-LICENSE="|| ( Ruby GPL-2 )"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/* || die
-}