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/net-ftp | |
| 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/net-ftp')
| -rw-r--r-- | dev-ruby/net-ftp/Manifest | 2 | ||||
| -rw-r--r-- | dev-ruby/net-ftp/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-ruby/net-ftp/net-ftp-0.3.8.ebuild | 31 | ||||
| -rw-r--r-- | dev-ruby/net-ftp/net-ftp-0.3.9.ebuild | 32 |
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-ruby/net-ftp/Manifest b/dev-ruby/net-ftp/Manifest deleted file mode 100644 index 5367a12dd07f..000000000000 --- a/dev-ruby/net-ftp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST net-ftp-0.3.8.tar.gz 29780 BLAKE2B 4c74c87b7c4f9ba14b3fbb4e82acc671fb42d4f665b1f583a42f5027e87f25a39cee8e028fff14174f5bd811fab9a8efd3c0aa52333178c81e484055949ce549 SHA512 1828c784966a0718831625cb612fe64d395708e9072cea5f802f8fa6596eb5d15450b981218d75320e16318decb00466fd819e851ac4fc0b02cd2025f0d34b29 -DIST net-ftp-0.3.9.tar.gz 29681 BLAKE2B bedc157a4c9e714100ca2ac01750ae9f6e9513b2c616fdc63ecba97948f2ba76ffc5c5e7acdab6e6f26f42de3f444b74b14bdc8c23d2edcd1786366deef154b7 SHA512 d26eb4c0e1d2b635d3aa288da75f1ba38820baec651262d66aac358890127b8297d020746a6173c11b086ddca0fa1838fd15e2a7cc298d3af364ec8700fa8263 diff --git a/dev-ruby/net-ftp/metadata.xml b/dev-ruby/net-ftp/metadata.xml deleted file mode 100644 index 0d14d070cf6a..000000000000 --- a/dev-ruby/net-ftp/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/net-ftp</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ruby/net-ftp/net-ftp-0.3.8.ebuild b/dev-ruby/net-ftp/net-ftp-0.3.8.ebuild deleted file mode 100644 index 6c129981a0b5..000000000000 --- a/dev-ruby/net-ftp/net-ftp-0.3.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2025 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="net-ftp.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Support for the File Transfer Protocol" -HOMEPAGE="https://github.com/ruby/net-ftp" -SRC_URI="https://github.com/ruby/net-ftp/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" - -ruby_add_rdepend " - dev-ruby/net-protocol - dev-ruby/time -" - -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/net-ftp/net-ftp-0.3.9.ebuild b/dev-ruby/net-ftp/net-ftp-0.3.9.ebuild deleted file mode 100644 index 1c7c5c4d8248..000000000000 --- a/dev-ruby/net-ftp/net-ftp-0.3.9.ebuild +++ /dev/null @@ -1,32 +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="net-ftp.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Support for the File Transfer Protocol" -HOMEPAGE="https://github.com/ruby/net-ftp" -SRC_URI="https://github.com/ruby/net-ftp/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" - -ruby_add_rdepend " - dev-ruby/net-protocol - dev-ruby/time -" - -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 -} |
