summaryrefslogtreecommitdiff
path: root/dev-ruby/sexp_processor
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/sexp_processor
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/sexp_processor')
-rw-r--r--dev-ruby/sexp_processor/Manifest3
-rw-r--r--dev-ruby/sexp_processor/metadata.xml11
-rw-r--r--dev-ruby/sexp_processor/sexp_processor-4.17.3.ebuild28
-rw-r--r--dev-ruby/sexp_processor/sexp_processor-4.17.4.ebuild28
-rw-r--r--dev-ruby/sexp_processor/sexp_processor-4.17.5.ebuild28
5 files changed, 0 insertions, 98 deletions
diff --git a/dev-ruby/sexp_processor/Manifest b/dev-ruby/sexp_processor/Manifest
deleted file mode 100644
index 6b902e30d19e..000000000000
--- a/dev-ruby/sexp_processor/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sexp_processor-4.17.3.gem 57344 BLAKE2B 320ef8678d4006aa307da8bbb6f530e433c13fb00861a097fac6e39625bd77814ccd61d5f8548fbc3e74797342a500e86b50b3aa9e7ddc8b59b3154e200b6138 SHA512 5bdaceb73ef0e42b2f69984130ba27f4b8a7afa209ba78a386b184013b2ffc946252b15010c01eb467107bce80bea0979e5ff4a54351814d6b26ea4176d89680
-DIST sexp_processor-4.17.4.gem 57344 BLAKE2B 68c31349b89afff0c95e9fe98926fcc290c61d555f21df2d526a3e4eb6ecc011a872a247dc23aed7c577f85938e567a5a8c176a6fcb37c7740f3ac9585e5c8d6 SHA512 2b480a673ec67964a86f8303f175ec63b692d9452a724c2721e415bee759d6019b36ad51777fa9c6bfe6c88786c3cce3048f9357e1d25f9aa6012f1f02609ac4
-DIST sexp_processor-4.17.5.gem 57344 BLAKE2B 14b87ce7cd073f06d883f1ca2542d05a046f54e6bba30e799564e19d515450dca020e585c6508b8ca85e1b8bd52dfb2a1b15d9fba66797454cc68f5f25a0c26a SHA512 ea034c64965034f4916a0e6f8db61789be03e1f68015422bc5ec9d753e92d0a5ebabb79c11f104529875cfe68e50227aff38a449286983d836753dfc13acaca3
diff --git a/dev-ruby/sexp_processor/metadata.xml b/dev-ruby/sexp_processor/metadata.xml
deleted file mode 100644
index da57b9a67d16..000000000000
--- a/dev-ruby/sexp_processor/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">seattlerb/sexp_processor</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-ruby/sexp_processor/sexp_processor-4.17.3.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.17.3.ebuild
deleted file mode 100644
index a9d1ee658c06..000000000000
--- a/dev-ruby/sexp_processor/sexp_processor-4.17.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Processor for s-expressions created as part of the ParseTree project"
-HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
-IUSE="test"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/minitest-5.5
- )"
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/sexp_processor/sexp_processor-4.17.4.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.17.4.ebuild
deleted file mode 100644
index 92671780d0b9..000000000000
--- a/dev-ruby/sexp_processor/sexp_processor-4.17.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Processor for s-expressions created as part of the ParseTree project"
-HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
-IUSE="test"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/minitest-5.5
- )"
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/sexp_processor/sexp_processor-4.17.5.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.17.5.ebuild
deleted file mode 100644
index a2c886792e01..000000000000
--- a/dev-ruby/sexp_processor/sexp_processor-4.17.5.ebuild
+++ /dev/null
@@ -1,28 +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"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Processor for s-expressions created as part of the ParseTree project"
-HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
-IUSE="test"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/minitest-5.5
- )"
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}