summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-05-31 06:21:54 +0200
committerHans de Graaff <graaff@gentoo.org>2017-05-31 06:24:17 +0200
commit58a9b75d5e1df2f5ed3aa9cd4f591d1595eb965a (patch)
tree63ed8a404730e11d575534dfb1919b866bd42c09
parentremove masked dev-ruby/RubyInline (diff)
downloadgentoo-58a9b75d5e1df2f5ed3aa9cd4f591d1595eb965a.tar.gz
gentoo-58a9b75d5e1df2f5ed3aa9cd4f591d1595eb965a.tar.bz2
gentoo-58a9b75d5e1df2f5ed3aa9cd4f591d1595eb965a.zip
remove masked dev-ruby/ruby-inifile
-rw-r--r--dev-ruby/ruby-inifile/Manifest1
-rw-r--r--dev-ruby/ruby-inifile/metadata.xml8
-rw-r--r--dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild34
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-ruby/ruby-inifile/Manifest b/dev-ruby/ruby-inifile/Manifest
deleted file mode 100644
index 3df2d65191d5..000000000000
--- a/dev-ruby/ruby-inifile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ruby-inifile_2.0.0.tar.gz 15975 SHA256 63e4eaad844d562862e8a73cdfd62888ada5aa015bf0f7e0a98beab21730e450 SHA512 a0ca394ba33fa6ffa1977b5c6e6e672624e4d779d8a88d2458d5385654ad66ec54688e27c749081cd43fd4ca17d2436b52e57654458b48e9f266b4ebd37b5755 WHIRLPOOL e7c39e687a75b4809ed73fd20eb65b1001a8ef02f147ba538c6e3336f84cdfefe481cabfa0a215bdd849ec380aa79dd7947b555ffaef72e68a17ece1cd7191d2
diff --git a/dev-ruby/ruby-inifile/metadata.xml b/dev-ruby/ruby-inifile/metadata.xml
deleted file mode 100644
index 28ab0c15f206..000000000000
--- a/dev-ruby/ruby-inifile/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild
deleted file mode 100644
index cae3891edbb5..000000000000
--- a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# ruby22 -> Incompatible code
-USE_RUBY="ruby21"
-
-inherit ruby-ng
-
-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=""
-LICENSE="Ruby"
-KEYWORDS="~amd64 ~x86"
-RUBY_S=${PN}
-
-each_ruby_test() {
- cd tests
- for test in *.rb ; do
- ${RUBY} -I../lib $test || die
- done
-}
-
-each_ruby_install() {
- ${RUBY} setup.rb config --prefix="${D}"/usr || die
- ${RUBY} setup.rb install || die
-}
-
-all_ruby_install() {
- dodoc AUTHORS README
-}