www-servers/adsf: drop 1.4.3, 1.4.5, 1.4.6

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2022-06-03 08:29:27 +02:00
parent 6072ffe651
commit aefc9ec737
4 changed files with 0 additions and 121 deletions

View File

@@ -1,3 +1 @@
DIST adsf-1.4.3.tar.gz 171000 BLAKE2B 7e3a524957edfd56382c788e2c551ec693dcbcac2bb807417ac63e1dffba9a8033cb058ad7bed425b7d0448ae98dc14ca53f935c83d1c699ad4f38a8700e402b SHA512 f9b30844bb1d48f139b8f8fe1a65ca404a2a9c3e98b24729bcbb08d083f1f332ecc6e2fc3ca139d1cb69bd7c49a629eaeddfbc6f5f16e4f223cda63f726e1dfc
DIST adsf-1.4.5.tar.gz 171986 BLAKE2B c8d2b732d5930b3ab2da9b016f1b1962c07fad85e740532f3e68102dc6f34c7033b6a4ad2beca88410fda03426d3eca12a85996c695f4a2208f4d5a62855f4c8 SHA512 eeca0b837999f66aaea7787b759c635a2eb6b7d19f6dfa92416fcce5bfe499e6b0c8f8c2515750801af90b7e4af9d5bacc257f0b303d4367134c5f4730a87484
DIST adsf-1.4.6.tar.gz 172010 BLAKE2B ebe73723403f60d6eb98719e3149e401a70016ca4693d452ba02fc67bd48b176507ee67ebee36aed96046b13c2b194ac920f4ad87f069a379bdacdb5899e1d94 SHA512 22c579cb47917ccf85de2b459bd7bac681b77929e89ab5ba701515d2b44897513cf953db12b85b821f56c1594ed20c156498a35d1a463307a7b9959f54dd419d

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
RUBY_FAKEGEM_EXTRADOC="NEWS.md ../README.md"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_GEMSPEC="adsf.gemspec"
inherit ruby-fakegem
DESCRIPTION="A Dead Simple Fileserver is a static file server that can launch in a directory"
HOMEPAGE="https://github.com/ddfreyne/adsf/"
SRC_URI="https://github.com/ddfreyne/adsf/archive/${PV}.tar.gz -> ${P}.tar.gz"
RUBY_S="${P}/adsf"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
ruby_add_rdepend ">=dev-ruby/rack-1.0.0:*"
ruby_add_bdepend "test? ( dev-ruby/rack-test )"
all_ruby_prepare() {
sed -i -e '/simplecov/,/SimpleCov.command_name/ s:^:#:' \
-e '/websocket/ s:^:#:' test/helper.rb || die
sed -e '/test_receives_update/,/^ end/ s:^:#:' \
-e '/test_non_local_interfaces/askip "networking"' \
-i test/test_server.rb || die
sed -i -e '/rubocop/I s:^:#:' Rakefile || die
rm -f test/test_version.rb || die
sed -i -e "s:require_relative ':require './:" ${RUBY_FAKEGEM_GEMSPEC} || die
}

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
RUBY_FAKEGEM_EXTRADOC="NEWS.md ../README.md"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_GEMSPEC="adsf.gemspec"
inherit ruby-fakegem
DESCRIPTION="A Dead Simple Fileserver is a static file server that can launch in a directory"
HOMEPAGE="https://github.com/ddfreyne/adsf/"
SRC_URI="https://github.com/ddfreyne/adsf/archive/${PV}.tar.gz -> ${P}.tar.gz"
RUBY_S="${P}/adsf"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
ruby_add_rdepend ">=dev-ruby/rack-1.0.0:*"
ruby_add_bdepend "test? ( dev-ruby/rack-test )"
all_ruby_prepare() {
sed -i -e '/simplecov/,/SimpleCov.command_name/ s:^:#:' \
-e '/websocket/ s:^:#:' test/helper.rb || die
sed -e '/test_receives_update/,/^ end/ s:^:#:' \
-e '/test_non_local_interfaces/askip "networking"' \
-e '/test_default_config__serve_index_html_in_subdir_missing_slash/askip "encoding"' \
-i test/test_server.rb || die
sed -i -e '/rubocop/I s:^:#:' Rakefile || die
rm -f test/test_version.rb || die
sed -i -e "s:require_relative ':require './:" ${RUBY_FAKEGEM_GEMSPEC} || die
}

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
RUBY_FAKEGEM_EXTRADOC="NEWS.md ../README.md"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_GEMSPEC="adsf.gemspec"
inherit ruby-fakegem
DESCRIPTION="A Dead Simple Fileserver is a static file server that can launch in a directory"
HOMEPAGE="https://github.com/ddfreyne/adsf/"
SRC_URI="https://github.com/ddfreyne/adsf/archive/${PV}.tar.gz -> ${P}.tar.gz"
RUBY_S="${P}/adsf"
LICENSE="MIT"
KEYWORDS="~amd64 ~riscv"
SLOT="0"
IUSE=""
ruby_add_rdepend ">=dev-ruby/rack-1.0.0:*"
ruby_add_bdepend "test? ( dev-ruby/rack-test )"
all_ruby_prepare() {
sed -i -e '/simplecov/,/SimpleCov.command_name/ s:^:#:' \
-e '/websocket/ s:^:#:' test/helper.rb || die
sed -e '/test_receives_update/,/^ end/ s:^:#:' \
-e '/test_non_local_interfaces/askip "networking"' \
-e '/test_default_config__serve_index_html_in_subdir_missing_slash/askip "encoding"' \
-i test/test_server.rb || die
sed -i -e '/rubocop/I s:^:#:' Rakefile || die
rm -f test/test_version.rb || die
sed -i -e "s:require_relative ':require './:" ${RUBY_FAKEGEM_GEMSPEC} || die
}