summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-16 08:52:33 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-16 08:52:33 +0000
commit0ccb2fe7d39751c7bd5c3c15f9d46e50bf2e1785 (patch)
tree1548f86ca1101ae700716f077b9d4282e68b42d7 /dev-ruby
parentRemove old version. (diff)
downloadgentoo-2-0ccb2fe7d39751c7bd5c3c15f9d46e50bf2e1785.tar.gz
gentoo-2-0ccb2fe7d39751c7bd5c3c15f9d46e50bf2e1785.tar.bz2
gentoo-2-0ccb2fe7d39751c7bd5c3c15f9d46e50bf2e1785.zip
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-inifile/ChangeLog8
-rw-r--r--dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild16
2 files changed, 6 insertions, 18 deletions
diff --git a/dev-ruby/ruby-inifile/ChangeLog b/dev-ruby/ruby-inifile/ChangeLog
index bb07d2fad394..337db1b9f6d8 100644
--- a/dev-ruby/ruby-inifile/ChangeLog
+++ b/dev-ruby/ruby-inifile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-inifile
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.3 2010/07/04 18:57:09 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.4 2011/01/16 08:52:33 graaff Exp $
+
+ 16 Jan 2011; Hans de Graaff <graaff@gentoo.org>
+ -ruby-inifile-2.0.0.ebuild:
+ Remove old version.
*ruby-inifile-2.0.0-r1 (04 Jul 2010)
diff --git a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild
deleted file mode 100644
index e55355a01b76..000000000000
--- a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild
+++ /dev/null
@@ -1,16 +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/ruby-inifile/ruby-inifile-2.0.0.ebuild,v 1.2 2009/08/22 22:31:06 a3li Exp $
-
-inherit ruby
-
-DESCRIPTION="Small library to parse INI-files in Ruby"
-HOMEPAGE="http://raa.ruby-lang.org/project/ruby-inifile/"
-SRC_URI="http://gregoire.lejeune.free.fr/${PN}_${PV}.tar.gz"
-
-SLOT="0"
-IUSE=""
-USE_RUBY="ruby18"
-LICENSE="Ruby"
-KEYWORDS="~x86 ~amd64"
-S=${WORKDIR}/${PN}