public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/adsf/
Date: Sat,  4 Jun 2022 05:47:36 +0000 (UTC)	[thread overview]
Message-ID: <1654321648.aefc9ec7371835f3cd05de846a87e302210ba1fb.graaff@gentoo> (raw)

commit:     aefc9ec7371835f3cd05de846a87e302210ba1fb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 06:29:27 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 05:47:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aefc9ec7

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

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 www-servers/adsf/Manifest          |  2 --
 www-servers/adsf/adsf-1.4.3.ebuild | 39 -------------------------------------
 www-servers/adsf/adsf-1.4.5.ebuild | 40 --------------------------------------
 www-servers/adsf/adsf-1.4.6.ebuild | 40 --------------------------------------
 4 files changed, 121 deletions(-)

diff --git a/www-servers/adsf/Manifest b/www-servers/adsf/Manifest
index 3e63b586ac77..bb3beb362df0 100644
--- a/www-servers/adsf/Manifest
+++ b/www-servers/adsf/Manifest
@@ -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

diff --git a/www-servers/adsf/adsf-1.4.3.ebuild b/www-servers/adsf/adsf-1.4.3.ebuild
deleted file mode 100644
index 444035927044..000000000000
--- a/www-servers/adsf/adsf-1.4.3.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/www-servers/adsf/adsf-1.4.5.ebuild b/www-servers/adsf/adsf-1.4.5.ebuild
deleted file mode 100644
index 70f2b793b1d1..000000000000
--- a/www-servers/adsf/adsf-1.4.5.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/www-servers/adsf/adsf-1.4.6.ebuild b/www-servers/adsf/adsf-1.4.6.ebuild
deleted file mode 100644
index 1801700ecd2b..000000000000
--- a/www-servers/adsf/adsf-1.4.6.ebuild
+++ /dev/null
@@ -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
-}


             reply	other threads:[~2022-06-04  5:47 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-04  5:47 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-20  7:47 [gentoo-commits] repo/gentoo:master commit in: www-servers/adsf/ Hans de Graaff
2023-10-20  5:35 Hans de Graaff
2023-10-20  5:35 Hans de Graaff
2023-04-07 18:11 Sam James
2022-03-20 10:04 Hans de Graaff
2022-03-18  6:50 Jakov Smolić
2021-05-22  7:21 Hans de Graaff
2021-03-07  7:49 Hans de Graaff
2020-09-06  6:48 Hans de Graaff
2020-07-22  9:38 Hans de Graaff
2019-12-07  7:11 Hans de Graaff
2019-05-27  5:34 Hans de Graaff
2019-03-30  6:46 Hans de Graaff
2018-12-18  5:58 Hans de Graaff
2018-06-11  4:49 Hans de Graaff
2018-02-05  6:41 Hans de Graaff
2018-02-02  8:56 Hans de Graaff
2018-02-02  8:56 Hans de Graaff
2017-11-26  6:42 Hans de Graaff
2017-11-21  5:42 Hans de Graaff
2017-09-17  6:25 Hans de Graaff
2016-12-16 21:06 Hans de Graaff
2016-12-16 21:06 Hans de Graaff
2016-03-15  5:53 Hans de Graaff
2016-02-19 16:38 Michael Palimaka
2016-02-19  8:11 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654321648.aefc9ec7371835f3cd05de846a87e302210ba1fb.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox