diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/fileutils | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/fileutils')
| -rw-r--r-- | dev-ruby/fileutils/Manifest | 2 | ||||
| -rw-r--r-- | dev-ruby/fileutils/fileutils-1.7.3.ebuild | 29 | ||||
| -rw-r--r-- | dev-ruby/fileutils/fileutils-1.8.0.ebuild | 30 | ||||
| -rw-r--r-- | dev-ruby/fileutils/metadata.xml | 11 |
4 files changed, 0 insertions, 72 deletions
diff --git a/dev-ruby/fileutils/Manifest b/dev-ruby/fileutils/Manifest deleted file mode 100644 index 8b43469e4836..000000000000 --- a/dev-ruby/fileutils/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST fileutils-1.7.3.tar.gz 31442 BLAKE2B 2d3c4545a67662b11c414c543374f78fa52ff8252be9e84bd599a7295528d43422d91f425baf5b78fde324024314cf97f0d368c894bb5da47473e4d4ab906cb6 SHA512 61f2114456cccd19c436931a018233cd116b1e460630e6a8dbfa7dd23fca260400b456805933728f7a8f59553e3c4ebebf903b5eda9da1a479dc89d19b03ec99 -DIST fileutils-1.8.0.tar.gz 32185 BLAKE2B 0f1c18df1e49c8400bb1e785086c4fc8555f14d2394e558b4648a2eb7ca738eb5a385682c11e2759d837bfe2c3080f005add268041a5815bc10702e35461b09c SHA512 0d65b5bf6c09fd7a08d6b8262d95dd24bc23c6c3c7040b0c2dfabd2f025b1e1464b0f637777213c5bcd98d84bf951784382e279c2ef576d10394497db9da0ad6 diff --git a/dev-ruby/fileutils/fileutils-1.7.3.ebuild b/dev-ruby/fileutils/fileutils-1.7.3.ebuild deleted file mode 100644 index 9831991576de..000000000000 --- a/dev-ruby/fileutils/fileutils-1.7.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" - -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 ~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 -} diff --git a/dev-ruby/fileutils/fileutils-1.8.0.ebuild b/dev-ruby/fileutils/fileutils-1.8.0.ebuild deleted file mode 100644 index 01077d331abd..000000000000 --- a/dev-ruby/fileutils/fileutils-1.8.0.ebuild +++ /dev/null @@ -1,30 +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_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 ~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 -} diff --git a/dev-ruby/fileutils/metadata.xml b/dev-ruby/fileutils/metadata.xml deleted file mode 100644 index 24eed223ef4f..000000000000 --- a/dev-ruby/fileutils/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/fileutils</remote-id> - </upstream> -</pkgmetadata> |
