summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-11 10:29:44 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-11 10:29:44 +0000
commit09770c264bd8f026a9c9b2b5ece915b577d503d2 (patch)
treed61cf89ffda2f9ba456f1e34b646cf0f5f4e78e7 /dev-ruby/inifile
parentAdd ruby20 target. (diff)
downloadgentoo-2-09770c264bd8f026a9c9b2b5ece915b577d503d2.tar.gz
gentoo-2-09770c264bd8f026a9c9b2b5ece915b577d503d2.tar.bz2
gentoo-2-09770c264bd8f026a9c9b2b5ece915b577d503d2.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/inifile')
-rw-r--r--dev-ruby/inifile/ChangeLog6
-rw-r--r--dev-ruby/inifile/inifile-1.1.0.ebuild28
-rw-r--r--dev-ruby/inifile/inifile-2.0.2.ebuild27
3 files changed, 5 insertions, 56 deletions
diff --git a/dev-ruby/inifile/ChangeLog b/dev-ruby/inifile/ChangeLog
index d3c70b372393..317dfbeff9f0 100644
--- a/dev-ruby/inifile/ChangeLog
+++ b/dev-ruby/inifile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/inifile
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.6 2013/10/29 23:28:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.7 2013/11/11 10:29:44 mrueg Exp $
+
+ 11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -inifile-1.1.0.ebuild,
+ -inifile-2.0.2.ebuild:
+ Cleanup old.
*inifile-2.0.2-r1 (30 Oct 2013)
diff --git a/dev-ruby/inifile/inifile-1.1.0.ebuild b/dev-ruby/inifile/inifile-1.1.0.ebuild
deleted file mode 100644
index 62d4577a2914..000000000000
--- a/dev-ruby/inifile/inifile-1.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/inifile-1.1.0.ebuild,v 1.2 2012/03/13 06:35:53 graaff Exp $
-
-EAPI="4"
-
-USE_RUBY="ruby18 ree18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Native Ruby package for reading and writing INI files."
-HOMEPAGE="https://github.com/TwP/inifile"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
- doc? ( dev-ruby/bones )
- test? ( dev-ruby/bones )
-"
diff --git a/dev-ruby/inifile/inifile-2.0.2.ebuild b/dev-ruby/inifile/inifile-2.0.2.ebuild
deleted file mode 100644
index 94814b776d62..000000000000
--- a/dev-ruby/inifile/inifile-2.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/inifile-2.0.2.ebuild,v 1.1 2012/10/12 05:23:15 graaff Exp $
-
-EAPI="4"
-
-USE_RUBY="ruby18 ree18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Native Ruby package for reading and writing INI files."
-HOMEPAGE="https://github.com/TwP/inifile"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} -S testrb test/test_*.rb || die
-}