diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/strscan | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/strscan')
| -rw-r--r-- | dev-ruby/strscan/Manifest | 3 | ||||
| -rw-r--r-- | dev-ruby/strscan/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-ruby/strscan/strscan-3.1.5.ebuild | 35 | ||||
| -rw-r--r-- | dev-ruby/strscan/strscan-3.1.6.ebuild | 36 | ||||
| -rw-r--r-- | dev-ruby/strscan/strscan-3.1.7.ebuild | 36 |
5 files changed, 0 insertions, 121 deletions
diff --git a/dev-ruby/strscan/Manifest b/dev-ruby/strscan/Manifest deleted file mode 100644 index d670568bdd05..000000000000 --- a/dev-ruby/strscan/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST strscan-3.1.5.tar.gz 37846 BLAKE2B a8942a6830d01b3df691de84a288ae1e02986699757c4c1df481550b7ffdf3f9b787592f6d99af27e8c325a46215d706e4855f14f8a8e62342fbd27e0a1cbf35 SHA512 b6034bf7e429ca7ed6d24258ab35d27d3e4ba6c5f1944d21737f7023ef7f0612fe5e3f3bc74728ccd53a8493a09671a123fd210845b87b372da963d2ddf4dcdc -DIST strscan-3.1.6.tar.gz 38128 BLAKE2B b7e81ff6e855537f08f86996b7fb2904cd9fdd377bedef55e98db35d0c1223b93a274d8022e509aa922af20efbf61b2f6e0e7f4ca73aba1e4440a3935cca0f55 SHA512 7d2c646be9525777a14f2e1c0f7a94006d1a0d08ef8384106e1b16c60d5019365cdeca3453361f1e9aa9c3d7f24f4fc36be57d297101309f01918dba96c61214 -DIST strscan-3.1.7.tar.gz 38378 BLAKE2B ad885c2e3cf7756bd633e57ecec50bbf702701c1ab40c9c7aed042c632a0c53e45056af7ac8a6ea250bbe912074719bd52304894b376c61bec1b2efac2febd5d SHA512 f4c7ad3d56335a081bdb79647de233425b33ed553db128457087d68c9d29c2d74843cae92f6243ae834c530b1b608c13f30ef8941d079088160f7cba9f91ee01 diff --git a/dev-ruby/strscan/metadata.xml b/dev-ruby/strscan/metadata.xml deleted file mode 100644 index dd3a41b2a323..000000000000 --- a/dev-ruby/strscan/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">ruby/strscan</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ruby/strscan/strscan-3.1.5.ebuild b/dev-ruby/strscan/strscan-3.1.5.ebuild deleted file mode 100644 index c64110e507b1..000000000000 --- a/dev-ruby/strscan/strscan-3.1.5.ebuild +++ /dev/null @@ -1,35 +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_EXTRADOC="NEWS.md README.md" - -RUBY_FAKEGEM_GEMSPEC="strscan.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_EXTENSIONS=(ext/strscan/extconf.rb) -RUBY_FAKEGEM_RECIPE_DOC="none" - -inherit ruby-fakegem - -DESCRIPTION="Provides lexical scanning operations on a String" -HOMEPAGE="https://github.com/ruby/strscan" -SRC_URI="https://github.com/ruby/strscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -SLOT="$(ver_cut 1)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" - -all_ruby_prepare() { - sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test/lib -rhelper run-test.rb || die -} diff --git a/dev-ruby/strscan/strscan-3.1.6.ebuild b/dev-ruby/strscan/strscan-3.1.6.ebuild deleted file mode 100644 index b4af50ea4a13..000000000000 --- a/dev-ruby/strscan/strscan-3.1.6.ebuild +++ /dev/null @@ -1,36 +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 ruby40" - -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" - -RUBY_FAKEGEM_GEMSPEC="strscan.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_EXTENSIONS=(ext/strscan/extconf.rb) -RUBY_FAKEGEM_RECIPE_DOC="none" - -inherit ruby-fakegem - -DESCRIPTION="Provides lexical scanning operations on a String" -HOMEPAGE="https://github.com/ruby/strscan" -SRC_URI="https://github.com/ruby/strscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -SLOT="$(ver_cut 1)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" - -all_ruby_prepare() { - sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test/lib -rhelper run-test.rb || die -} diff --git a/dev-ruby/strscan/strscan-3.1.7.ebuild b/dev-ruby/strscan/strscan-3.1.7.ebuild deleted file mode 100644 index 9ab4545b46bd..000000000000 --- a/dev-ruby/strscan/strscan-3.1.7.ebuild +++ /dev/null @@ -1,36 +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_EXTRADOC="NEWS.md README.md" - -RUBY_FAKEGEM_GEMSPEC="strscan.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_EXTENSIONS=(ext/strscan/extconf.rb) -RUBY_FAKEGEM_RECIPE_DOC="none" - -inherit ruby-fakegem - -DESCRIPTION="Provides lexical scanning operations on a String" -HOMEPAGE="https://github.com/ruby/strscan" -SRC_URI="https://github.com/ruby/strscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -SLOT="$(ver_cut 1)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" - -all_ruby_prepare() { - sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test/lib -rhelper run-test.rb || die -} |
