summaryrefslogtreecommitdiff
path: root/dev-ruby/fileutils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-31 06:31:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-31 06:31:03 +0000
commit2e36bcecf24a3f583ae8f27b71ba13b3cfd39778 (patch)
treef2362fa4c0f61f631c2b7a484fb90b8283618656 /dev-ruby/fileutils
parent7d7cc3f0fa58454952dec67b110b41d503bca422 (diff)
gentoo auto-resync : 31:12:2024 - 06:31:02
Diffstat (limited to 'dev-ruby/fileutils')
-rw-r--r--dev-ruby/fileutils/Manifest4
-rw-r--r--dev-ruby/fileutils/fileutils-1.7.2.ebuild29
-rw-r--r--dev-ruby/fileutils/fileutils-1.7.3.ebuild2
3 files changed, 2 insertions, 33 deletions
diff --git a/dev-ruby/fileutils/Manifest b/dev-ruby/fileutils/Manifest
index ae5e27d34fca..8273f90080fb 100644
--- a/dev-ruby/fileutils/Manifest
+++ b/dev-ruby/fileutils/Manifest
@@ -1,5 +1,3 @@
-DIST fileutils-1.7.2.tar.gz 30020 BLAKE2B 6b50a1cbeb725fbe423f602aa024169fd480dabb937a8479421a4ea86bedf90b45fdae01b4ffc46480d93e3b73805eed1bab482c41d5de69fec9ebcd7348c38e SHA512 85732efe0dfb53bbf273030f2389c82a81eca38d3f5aa77bc8bde56c0b082a247573d2adf56320c7a680ef7630c88f525baaf7b52ba3a2b0adab899d1b242f46
DIST fileutils-1.7.3.tar.gz 31442 BLAKE2B 2d3c4545a67662b11c414c543374f78fa52ff8252be9e84bd599a7295528d43422d91f425baf5b78fde324024314cf97f0d368c894bb5da47473e4d4ab906cb6 SHA512 61f2114456cccd19c436931a018233cd116b1e460630e6a8dbfa7dd23fca260400b456805933728f7a8f59553e3c4ebebf903b5eda9da1a479dc89d19b03ec99
-EBUILD fileutils-1.7.2.ebuild 914 BLAKE2B 39f623ace1a334abe135602e0b38bd55296fa15a8374c2538d3297d40834779cacf1acd844aa4c63fa2c54d5b73d9bfc112b60b684f57f4e0a183d9b6b57d681 SHA512 c8b5fa30aa5139cbf69c268097a7436c6cec52b3106f41ea3b646f689ea92bba43fe3a150ae09dbacd8caa90495e793439f2531d87a6b2a246bbe4bdddb42a3e
-EBUILD fileutils-1.7.3.ebuild 918 BLAKE2B a3881c958ad629a4c64d9e0bbd59e696a813c7e0cecbce13dbf50ae60d93a2a00598b0f15a1045000c13cbd9e21a4309327eb3f3aebfcf7bda6929621c6a92f3 SHA512 fbdf54110278ff9b66ac8df408dfdde743b8513ea4daa684d85400d06422e81b5c7628e9c11a231c2fbda780427820ba3da930c47550658acf81ba33f3c0caf2
+EBUILD fileutils-1.7.3.ebuild 925 BLAKE2B ed189ba5a6a512d683abf1de6e68da0dd918babdb3ec032010da4637ee96e70673787206739ced662eae75ebe734cf40f38b96402464fce31094d1c5e15658ee SHA512 4295315b5056f956eab0c780ae6203541d641328acfae1442a1aa1e70469cc3d535709e3a1cedbd1a16bc73cbb0cf84efe452bbe33b84cb51b2843eeaeab7b9d
MISC metadata.xml 341 BLAKE2B fd6d101aece04f1d559ac8cfce2e2768a10d97e78d96304e205ae7ea16ab16ae79d6fa9f0eff00ede06d07c032c56dea9b22157c0b94cf7410be1b09f5ac061a SHA512 dbdd5c0b1672905cb1d7a537da82cc9b1bc7fdc84c809a7f3ed0adb416c9c30a36c5fb9ccb60fbfd1702e776f55377981dbfb25668928cd193de05cc14f848db
diff --git a/dev-ruby/fileutils/fileutils-1.7.2.ebuild b/dev-ruby/fileutils/fileutils-1.7.2.ebuild
deleted file mode 100644
index 2971c3f970ba..000000000000
--- a/dev-ruby/fileutils/fileutils-1.7.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="fileutils.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Several file utility methods for copying, moving, removing, etc"
-HOMEPAGE="https://github.com/ruby/fileutils"
-SRC_URI="https://github.com/ruby/fileutils/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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-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
-}
diff --git a/dev-ruby/fileutils/fileutils-1.7.3.ebuild b/dev-ruby/fileutils/fileutils-1.7.3.ebuild
index dfac3c3a6c19..12b87f694692 100644
--- a/dev-ruby/fileutils/fileutils-1.7.3.ebuild
+++ b/dev-ruby/fileutils/fileutils-1.7.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="README.md"