diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-11-10 20:56:03 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-11-10 20:56:03 +0000 |
commit | 1ab7b4721c453dee82a4a797dba5b74f24ceaece (patch) | |
tree | 08d8161915629ddd8ab228cfd5951d74555d648b /dev-ruby | |
parent | Sparc stable --- Bug #246327 --- it's been a bit over a month now. (diff) | |
download | gentoo-2-1ab7b4721c453dee82a4a797dba5b74f24ceaece.tar.gz gentoo-2-1ab7b4721c453dee82a4a797dba5b74f24ceaece.tar.bz2 gentoo-2-1ab7b4721c453dee82a4a797dba5b74f24ceaece.zip |
Version bump
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/fastercsv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/fastercsv/fastercsv-1.4.0.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-ruby/fastercsv/ChangeLog b/dev-ruby/fastercsv/ChangeLog index eae4567ce8a4..5f74ef3a79ec 100644 --- a/dev-ruby/fastercsv/ChangeLog +++ b/dev-ruby/fastercsv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/fastercsv # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.1 2008/02/08 14:31:48 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.2 2008/11/10 20:56:03 graaff Exp $ + +*fastercsv-1.4.0 (10 Nov 2008) + + 10 Nov 2008; Hans de Graaff <graaff@gentoo.org> +fastercsv-1.4.0.ebuild: + Version bump, closing #242368 *fastercsv-1.2.3 (08 Feb 2008) diff --git a/dev-ruby/fastercsv/fastercsv-1.4.0.ebuild b/dev-ruby/fastercsv/fastercsv-1.4.0.ebuild new file mode 100644 index 000000000000..7f52c95589d6 --- /dev/null +++ b/dev-ruby/fastercsv/fastercsv-1.4.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.4.0.ebuild,v 1.1 2008/11/10 20:56:03 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" |