summaryrefslogtreecommitdiff
path: root/dev-ruby/xml-simple
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/xml-simple')
-rw-r--r--dev-ruby/xml-simple/Manifest1
-rw-r--r--dev-ruby/xml-simple/metadata.xml11
-rw-r--r--dev-ruby/xml-simple/xml-simple-1.1.9.ebuild31
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-ruby/xml-simple/Manifest b/dev-ruby/xml-simple/Manifest
deleted file mode 100644
index e6ffdd811e50..000000000000
--- a/dev-ruby/xml-simple/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xml-simple-1.1.9.tar.gz 119573 BLAKE2B fd23d75f45265093f7d7a6a1a96a5872bc12d918f775a88339f82bd3a5f710c3db23390769b3d88832b145aee04863734061b27210f129dc23b62ce8c6b02824 SHA512 3bc53558adb65b0d9c4c1e7f2980b5d3cd2fa7f2b0ec1969c1631bd95960be504eacc459830ce83f08d11c080250346e6059c8c463faf372c1e61bbc1fc86804
diff --git a/dev-ruby/xml-simple/metadata.xml b/dev-ruby/xml-simple/metadata.xml
deleted file mode 100644
index d9f4612f7d72..000000000000
--- a/dev-ruby/xml-simple/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">maik/xml-simple</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/xml-simple/xml-simple-1.1.9.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.9.ebuild
deleted file mode 100644
index a941d8cca046..000000000000
--- a/dev-ruby/xml-simple/xml-simple-1.1.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-COMMIT=7b8bdf7b33ab872bb4d1fb8eeecba5c5e1a4a421
-
-RUBY_FAKEGEM_GEMSPEC="xml-simple.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Easy API to maintain XML. A Ruby port of Grant McLean's Perl module XML::Simple"
-HOMEPAGE="https://github.com/maik/xml-simple"
-SRC_URI="https://github.com/maik/xml-simple/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc x86"
-
-RUBY_S="${PN}-${COMMIT}"
-
-ruby_add_rdepend "dev-ruby/rexml"
-
-each_ruby_test() {
- cd test || die
- for i in *.rb; do
- ${RUBY} -I../lib ${i} || die
- done
-}