summaryrefslogtreecommitdiff
path: root/dev-ruby/zlib
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/zlib
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/zlib')
-rw-r--r--dev-ruby/zlib/Manifest2
-rw-r--r--dev-ruby/zlib/metadata.xml12
-rw-r--r--dev-ruby/zlib/zlib-3.2.1.ebuild36
-rw-r--r--dev-ruby/zlib/zlib-3.2.2.ebuild36
4 files changed, 0 insertions, 86 deletions
diff --git a/dev-ruby/zlib/Manifest b/dev-ruby/zlib/Manifest
deleted file mode 100644
index b756d5bd8f8f..000000000000
--- a/dev-ruby/zlib/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST zlib-3.2.1.tar.gz 45346 BLAKE2B c07e486cd64d25b2b070fadc77b3703786e36ac285cf04359db16b8ff81e9eae331d19468950d6db711ec09cca10701d221fc877e95eae626ce023fbd07ca3e2 SHA512 43620ef9e97fe1c592679335a10e1fea005f567ccd39926450c4082d083d4e53bdd357ae9dd027fdffa9239b5234212edc8d11f8eb7445d74ae4abfb60ce277b
-DIST zlib-3.2.2.tar.gz 45753 BLAKE2B e2eab264dc2824b963249ea184650e392959cef6b01e6bd9bda55b4ca7fd2e7f4be63bf6e282a2891ddea391ea2d26d1f8901afe7155d6139ffeb3fc48b12de3 SHA512 027b1eeaa3c2eb9c66b5cc85c0343ed4147170b867edf713fc95cf7712436468cd77dcf457be63779f8f04dac2af32766566080699594c249bdf70e80fe9eacf
diff --git a/dev-ruby/zlib/metadata.xml b/dev-ruby/zlib/metadata.xml
deleted file mode 100644
index 240b57a2a5e1..000000000000
--- a/dev-ruby/zlib/metadata.xml
+++ /dev/null
@@ -1,12 +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/zlib</remote-id>
- <remote-id type="rubygems">zlib</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/zlib/zlib-3.2.1.ebuild b/dev-ruby/zlib/zlib-3.2.1.ebuild
deleted file mode 100644
index 771c812a5f78..000000000000
--- a/dev-ruby/zlib/zlib-3.2.1.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"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=(ext/zlib/extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="zlib.gemspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby interface for the zlib compression/decompression library"
-HOMEPAGE="https://github.com/ruby/zlib"
-SRC_URI="https://github.com/ruby/zlib/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
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/zlib/zlib-3.2.2.ebuild b/dev-ruby/zlib/zlib-3.2.2.ebuild
deleted file mode 100644
index 45fac6d4f57d..000000000000
--- a/dev-ruby/zlib/zlib-3.2.2.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_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=(ext/zlib/extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="zlib.gemspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby interface for the zlib compression/decompression library"
-HOMEPAGE="https://github.com/ruby/zlib"
-SRC_URI="https://github.com/ruby/zlib/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
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
-}