diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-ruby/resolv | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/resolv')
| -rw-r--r-- | dev-ruby/resolv/Manifest | 3 | ||||
| -rw-r--r-- | dev-ruby/resolv/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-ruby/resolv/resolv-0.6.2.ebuild | 43 | ||||
| -rw-r--r-- | dev-ruby/resolv/resolv-0.6.3.ebuild | 43 | ||||
| -rw-r--r-- | dev-ruby/resolv/resolv-0.7.0.ebuild | 43 |
5 files changed, 0 insertions, 144 deletions
diff --git a/dev-ruby/resolv/Manifest b/dev-ruby/resolv/Manifest deleted file mode 100644 index dc0b975d506d..000000000000 --- a/dev-ruby/resolv/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST resolv-0.6.2.tar.gz 35420 BLAKE2B b12cfcb45ce06c557ccee1926ec0dd141fd4ea11569d9ce53a6783ce751432b30c0444ff027a275291dc7e3d34b1ae53909129c2ad8da892b892b409424ce861 SHA512 9aac52aee6aa0b89b2f280fa48422bb79cee4db7408ab6508f032e5b32cadb0b3e299da8407831a81f14a0c685c1c373b76ac743ec406ee65030a7262dbe1ad3 -DIST resolv-0.6.3.tar.gz 36479 BLAKE2B 6a27d4d46e05c98932a36c2e7f7ae2a23608bb2dcede210d33326c279135404964da4ab4e7683189b2a095464eb501b1bd847e4919b7a2e2724c172ab79a26eb SHA512 c6a817ccce5e239a9af0c1289929428b00ee461b047c40d91da6a952f183e28ce14057dfd57ea57b68500895ad35fefc2a1251784ae1acc2075786a04362ecfc -DIST resolv-0.7.0.tar.gz 37632 BLAKE2B f5eb51ac5c67cf95d808b8cf410c396bf817410b3ccdd992b178b83ba66fd19df113a092713fee7c7cd3c4eacb6a9a70bd0c4f91e2b2502c6d87ae98304447f7 SHA512 c00d08ba22a490946f2fb6e493410c13af0996a9573cfe5cba6dcea6c81a8bbcac043c7b439d21627299a628ee50f7929d41b2d8e21f42542bb6c1fa27bb6d9c diff --git a/dev-ruby/resolv/metadata.xml b/dev-ruby/resolv/metadata.xml deleted file mode 100644 index d20f3c85d36f..000000000000 --- a/dev-ruby/resolv/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="rubygems">resolv</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-ruby/resolv/resolv-0.6.2.ebuild b/dev-ruby/resolv/resolv-0.6.2.ebuild deleted file mode 100644 index 4a8d2d4f6abb..000000000000 --- a/dev-ruby/resolv/resolv-0.6.2.ebuild +++ /dev/null @@ -1,43 +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_BINWRAP="" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="resolv.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thread-aware DNS resolver library in Ruby" -HOMEPAGE="https://github.com/ruby/resolv" -SRC_URI="https://github.com/ruby/resolv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -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 -e 's/__dir__/"."/' \ - -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ - -e 's/git ls-files -z/find * -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - # The extension is only compiled on win32 - sed -e '/if RUBY_ENGINE/ s/$/ and false/' \ - -i Rakefile || die -} - -each_ruby_install() { - each_fakegem_install - - # The extension is only compiled on Win32, but we still need to mark - # that task as done. - ruby_fakegem_extensions_installed -} diff --git a/dev-ruby/resolv/resolv-0.6.3.ebuild b/dev-ruby/resolv/resolv-0.6.3.ebuild deleted file mode 100644 index 4a8d2d4f6abb..000000000000 --- a/dev-ruby/resolv/resolv-0.6.3.ebuild +++ /dev/null @@ -1,43 +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_BINWRAP="" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="resolv.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thread-aware DNS resolver library in Ruby" -HOMEPAGE="https://github.com/ruby/resolv" -SRC_URI="https://github.com/ruby/resolv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -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 -e 's/__dir__/"."/' \ - -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ - -e 's/git ls-files -z/find * -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - # The extension is only compiled on win32 - sed -e '/if RUBY_ENGINE/ s/$/ and false/' \ - -i Rakefile || die -} - -each_ruby_install() { - each_fakegem_install - - # The extension is only compiled on Win32, but we still need to mark - # that task as done. - ruby_fakegem_extensions_installed -} diff --git a/dev-ruby/resolv/resolv-0.7.0.ebuild b/dev-ruby/resolv/resolv-0.7.0.ebuild deleted file mode 100644 index 646f25df184b..000000000000 --- a/dev-ruby/resolv/resolv-0.7.0.ebuild +++ /dev/null @@ -1,43 +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_BINWRAP="" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="resolv.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thread-aware DNS resolver library in Ruby" -HOMEPAGE="https://github.com/ruby/resolv" -SRC_URI="https://github.com/ruby/resolv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -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 -e 's/__dir__/"."/' \ - -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ - -e 's/git ls-files -z/find * -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - # The extension is only compiled on win32 - sed -e '/if RUBY_ENGINE/ s/$/ and false/' \ - -i Rakefile || die -} - -each_ruby_install() { - each_fakegem_install - - # The extension is only compiled on Win32, but we still need to mark - # that task as done. - ruby_fakegem_extensions_installed -} |
