diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 14:53:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 14:53:40 +0000 |
commit | 6e2a7285ec8e451f495ee214ec0b0db5b9011bd2 (patch) | |
tree | b0bdf268eb96aae2617f2ca20a5332bae218a43c /dev-ruby/fastercsv | |
parent | stable amd64, bug 302848 (diff) | |
download | gentoo-2-6e2a7285ec8e451f495ee214ec0b0db5b9011bd2.tar.gz gentoo-2-6e2a7285ec8e451f495ee214ec0b0db5b9011bd2.tar.bz2 gentoo-2-6e2a7285ec8e451f495ee214ec0b0db5b9011bd2.zip |
Cleanup old versions, use new syntax.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/fastercsv')
-rw-r--r-- | dev-ruby/fastercsv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/fastercsv/fastercsv-1.5.0-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-ruby/fastercsv/fastercsv-1.5.0.ebuild | 15 | ||||
-rw-r--r-- | dev-ruby/fastercsv/fastercsv-1.5.1.ebuild | 36 | ||||
-rw-r--r-- | dev-ruby/fastercsv/fastercsv-1.5.3.ebuild | 4 |
5 files changed, 8 insertions, 90 deletions
diff --git a/dev-ruby/fastercsv/ChangeLog b/dev-ruby/fastercsv/ChangeLog index f64ac6de2569..07c86618559a 100644 --- a/dev-ruby/fastercsv/ChangeLog +++ b/dev-ruby/fastercsv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/fastercsv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.9 2010/04/04 06:51:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.10 2010/05/22 14:53:40 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -fastercsv-1.5.0.ebuild, -fastercsv-1.5.0-r1.ebuild, + -fastercsv-1.5.1.ebuild, fastercsv-1.5.3.ebuild: + Cleanup old versions, use new syntax. 04 Apr 2010; Hans de Graaff <graaff@gentoo.org> fastercsv-1.5.3.ebuild: Remove conditional in runtime dependencies, looks to be a mistake. diff --git a/dev-ruby/fastercsv/fastercsv-1.5.0-r1.ebuild b/dev-ruby/fastercsv/fastercsv-1.5.0-r1.ebuild deleted file mode 100644 index 5d1a5472a477..000000000000 --- a/dev-ruby/fastercsv/fastercsv-1.5.0-r1.ebuild +++ /dev/null @@ -1,36 +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.0-r1.ebuild,v 1.2 2010/01/14 16:11:03 flameeyes 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 - -ruby_add_bdepend test virtual/ruby-test-unit - -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_rdepend test virtual/ruby-test-unit - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -} diff --git a/dev-ruby/fastercsv/fastercsv-1.5.0.ebuild b/dev-ruby/fastercsv/fastercsv-1.5.0.ebuild deleted file mode 100644 index 605b1f77a8c5..000000000000 --- a/dev-ruby/fastercsv/fastercsv-1.5.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.0.ebuild,v 1.1 2009/06/18 06:34:01 graaff Exp $ - -inherit gems - -DESCRIPTION="FasterCSV is a replacement for the standard CSV library" -HOMEPAGE="http://fastercsv.rubyforge.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -USE_RUBY="ruby18" diff --git a/dev-ruby/fastercsv/fastercsv-1.5.1.ebuild b/dev-ruby/fastercsv/fastercsv-1.5.1.ebuild deleted file mode 100644 index f7aabebdaf79..000000000000 --- a/dev-ruby/fastercsv/fastercsv-1.5.1.ebuild +++ /dev/null @@ -1,36 +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.1.ebuild,v 1.1 2010/02/16 07:17:38 graaff 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 - -ruby_add_bdepend test virtual/ruby-test-unit - -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_rdepend test virtual/ruby-test-unit - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -} diff --git a/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild b/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild index 3bff33c9bf26..89eb302b4a69 100644 --- a/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild +++ b/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild @@ -1,6 +1,6 @@ # 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.2 2010/04/04 06:51:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild,v 1.3 2010/05/22 14:53:40 flameeyes Exp $ EAPI=2 @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -ruby_add_bdepend test virtual/ruby-test-unit +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" all_ruby_install() { all_fakegem_install |