summaryrefslogtreecommitdiff
path: root/dev-ruby/fake_ftp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-20 09:41:00 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-20 09:41:00 +0100
commit1def2e3dbbf3c86abad238d1118502cfe7f61f08 (patch)
treef68c70d85f32fd90003e7af6f1aab202b0868e9e /dev-ruby/fake_ftp
parenta40d7aa891556e7984504838ea13099a5ca12802 (diff)
gentoo auto-resync : 20:08:2023 - 09:41:00
Diffstat (limited to 'dev-ruby/fake_ftp')
-rw-r--r--dev-ruby/fake_ftp/Manifest3
-rw-r--r--dev-ruby/fake_ftp/fake_ftp-0.3.0.ebuild22
-rw-r--r--dev-ruby/fake_ftp/metadata.xml11
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/fake_ftp/Manifest b/dev-ruby/fake_ftp/Manifest
new file mode 100644
index 000000000000..92c3c45ff2d3
--- /dev/null
+++ b/dev-ruby/fake_ftp/Manifest
@@ -0,0 +1,3 @@
+DIST fake_ftp-0.3.0.gem 94720 BLAKE2B 98d96324eb84654300785a82a1fd9a78abf44cf8fa8e062bc5dd4629147b5753aaa8554319b623bb4ea208bc055ead251ccb66d4e31ec1738d07700c9f8e4e57 SHA512 2aa106ff76d42a04863fb0db82b782b6e36d20e686ea5d1c564be32fbebd815e2d2e046e26e4fa71232e87ae523a1b5da7165fa51398b588546d561b0a565c20
+EBUILD fake_ftp-0.3.0.ebuild 467 BLAKE2B 91ef463e3ff21bf571d1385d617eae14bab2970e449db8bc5825d9225c866729733321af3748ac3aa5be8c897b64805e80011ad9952cd483e86afba57fb0c3d5 SHA512 f22e0f7f8f193219840afe7d80ad6dd78afeb1bd49925aabdc7412ca43cf24f897e87d66a0e7e8bf12c7457cf80abaf7e10d0e7cb57ea1ee47bab927fcd90ec6
+MISC metadata.xml 351 BLAKE2B 3aff35973cfa8e7b70d38ff62258518a7341d6e9c9f267526dc6c83902fe44bfac286a432fb4497af3de63486ce0730b9e842548748e4cd12ce49a4f7468fff3 SHA512 5084fe763bb7a3ce072f621981d4c452fc0882f81df780ae523e432496de945c6e048da8da968d4e5aaddfe98efe6999ec4279730c5c0f4a5d221f9826b59a31
diff --git a/dev-ruby/fake_ftp/fake_ftp-0.3.0.ebuild b/dev-ruby/fake_ftp/fake_ftp-0.3.0.ebuild
new file mode 100644
index 000000000000..336cf5b23e41
--- /dev/null
+++ b/dev-ruby/fake_ftp/fake_ftp-0.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Testing FTP? Use this!"
+HOMEPAGE="https://github.com/livinginthepast/fake_ftp"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
+}
diff --git a/dev-ruby/fake_ftp/metadata.xml b/dev-ruby/fake_ftp/metadata.xml
new file mode 100644
index 000000000000..d126c4f79f47
--- /dev/null
+++ b/dev-ruby/fake_ftp/metadata.xml
@@ -0,0 +1,11 @@
+<?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">livinginthepast/fake_ftp</remote-id>
+ </upstream>
+</pkgmetadata>