mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ruby/public_suffix: drop 7.0.0, 7.0.1
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1527 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
43e2bbfb7d
commit
70afc8aeb4
@@ -1,5 +1,3 @@
|
||||
DIST public_suffix-6.0.2.tar.gz 113755 BLAKE2B 2fbc5ff8dd47626fd15f463e8f376d869367fbb95b2a0917f784f3ec37650890caaa488b1484ec31597aa3ae15edaea1275f26922dba6963ab2b6849a3329e99 SHA512 01f1ffb85f8e0e52b6dc84fc82da0b248c6d85d5c5ef92cff724fc2ec5d7757329129e7c0c5e012be396dc9fa3d52037ba6b10f7d2cf1c934364113e7f526c48
|
||||
DIST public_suffix-7.0.0.tar.gz 116478 BLAKE2B 4dc71075068ccde62a4b3ab0743340c6db9573d0e7690079415c78788d44e0961dc6610c1c41d13a0ba85f7c35b133efb7068b35d08c9c808085ccbae25c1144 SHA512 e3e76bc82a14bdcc71600bcd99a91f7389eac02dd74a860efa6e5440b958dff11c284d864659e7c6782799bc126d013bb897cdb30d3e30b2535ba7e1c10cdaa7
|
||||
DIST public_suffix-7.0.1.tar.gz 119524 BLAKE2B 0126cc4b2dc4014c6917fe4de9e9755feb2032c30b4e02c940e1dddb850df34cc31e677148bc2dd9e489079e379228690104ed6885e7867b8eab90d059932ef4 SHA512 4e0cb109bf2caf1957937760418481a9f9bbd9ebf09dc17e28abaa49a8fc514fa910e5a7433ab05bc0db7b68b42f25e2ab7edcfb8e9329dcc376bb72364259c6
|
||||
DIST public_suffix-7.0.2.tar.gz 119769 BLAKE2B 46a7697242f1def1ecdc9b70e5ac5ad9ef91ca4b3605b677d675da941415013e641ee7c5d4b317e2c6435b424bdc2a927a0acf2e10ef3a207f460a1f5b8dd6db SHA512 e7202feb21b41ddc0de5bf3cb5470ffb5762c889648ae134f2b03ee05fa37817163deb19569fbdfc6332115545da2557bc17cb6cef18a85a5344ff7f37f34d2c
|
||||
DIST public_suffix-7.0.5.tar.gz 120329 BLAKE2B 509daa8505780973de723c21ff5a2e6c5ad392944c4b4bff8ec8fff80e401286a296b6a48ec1036077f09403dc4c0aede19a06f7d01deb2c0eedc55eb9a70aa6 SHA512 18bfd7fab7fd011bd70784a408a4b26934fb298c41981173c58119fbbe5b9000e115ae2cc30dd314553e2acce627f07803aea05a3780a0326948fff8c0982cef
|
||||
|
||||
@@ -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_EXTRAINSTALL="data"
|
||||
RUBY_FAKEGEM_GEMSPEC="public_suffix.gemspec"
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Parse and decompose a domain name into top level domain, domain and subdomains"
|
||||
HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/"
|
||||
SRC_URI="https://github.com/weppos/publicsuffix-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
RUBY_S="publicsuffix-ruby-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/mocha:2 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's:_relative ": "./:' \
|
||||
-e 's/__dir__/"."/' \
|
||||
-e 's/git ls-files -z/find * -print0/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
|
||||
sed -i -e '/rubocop/I s:^:#:' \
|
||||
-e '/yard/,/CLOBBER.include/ s:^:#:' \
|
||||
-e '/bundler/ s:^:#:' Rakefile || die
|
||||
sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
|
||||
}
|
||||
@@ -1,35 +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"
|
||||
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="data"
|
||||
RUBY_FAKEGEM_GEMSPEC="public_suffix.gemspec"
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Parse and decompose a domain name into top level domain, domain and subdomains"
|
||||
HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/"
|
||||
SRC_URI="https://github.com/weppos/publicsuffix-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
RUBY_S="publicsuffix-ruby-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/mocha:2 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's:_relative ": "./:' \
|
||||
-e 's/__dir__/"."/' \
|
||||
-e 's/git ls-files -z/find * -print0/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
|
||||
sed -i -e '/rubocop/I s:^:#:' \
|
||||
-e '/yard/,/CLOBBER.include/ s:^:#:' \
|
||||
-e '/bundler/ s:^:#:' Rakefile || die
|
||||
sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
|
||||
}
|
||||
Reference in New Issue
Block a user