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: Tue, 18 Dec 2018 05:58:31 +0000 (UTC) [thread overview]
Message-ID: <1545112612.8fa155586bad980b433ee235d7111ee413b8c5cf.graaff@gentoo> (raw)
commit: 8fa155586bad980b433ee235d7111ee413b8c5cf
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 05:56:52 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 05:56:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa15558
www-servers/adsf: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
www-servers/adsf/Manifest | 2 --
www-servers/adsf/adsf-1.3.1.ebuild | 29 -----------------------------
www-servers/adsf/adsf-1.4.0.ebuild | 33 ---------------------------------
3 files changed, 64 deletions(-)
diff --git a/www-servers/adsf/Manifest b/www-servers/adsf/Manifest
index ff9a9088ea3..b0a1e87e9ab 100644
--- a/www-servers/adsf/Manifest
+++ b/www-servers/adsf/Manifest
@@ -1,3 +1 @@
-DIST adsf-1.3.1.tar.gz 165956 BLAKE2B 08e449c39670ea4e09d69e244c346f0fe689130d83e8faf7806b65e1449d115305be1b45668ac5c27db772cab554c9eb2029b4a9d42bd25165532b2d67df09a1 SHA512 7e923a84d57eda40f0220fac84f0a259780504ce615361a962eda5d7c2dbfe335b57a91b70b7c84b9b30132398594da37c85b84379670cc5116607017bf6a85e
-DIST adsf-1.4.0.tar.gz 170180 BLAKE2B 2a5c741351908ad37d964b755a4a9a5d8f3137099de6437ac854eb9027792fd7b63c0a26d08b46e971ed8357ff78a0b67a120d7d29d6bd035e78d5a62d04bb5a SHA512 b656d9163706e71e01ce157638cc1f64af4c3c267a9d8b290a9d8069ac9ac470ccb15338275fadb4ae821dfaa172851b1d8fe187b555d40bc428f7f179964667
DIST adsf-1.4.1.tar.gz 170221 BLAKE2B 41a87135b74e62c9d39c64839e7802b3decc47bee04cdd93eb0e1bec6361a654378e9c310bbd18a0bddeb834f444ff67aa0f8efe21dd7ffc94c876db3230b469 SHA512 b0334102308b6ecaead6db1f7b28c3bc27a9ac853fd055e9695e9bcf36ba25db890cae57a91195d398debdfd84b5d6c7ce9142d6bd5bdd30220170210b3cdf6f
diff --git a/www-servers/adsf/adsf-1.3.1.ebuild b/www-servers/adsf/adsf-1.3.1.ebuild
deleted file mode 100644
index 51594e75de2..00000000000
--- a/www-servers/adsf/adsf-1.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-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"
-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/,/^)/ s:^:#:' test/helper.rb || die
- sed -i -e '/rubocop/I s:^:#:' Rakefile || die
-}
diff --git a/www-servers/adsf/adsf-1.4.0.ebuild b/www-servers/adsf/adsf-1.4.0.ebuild
deleted file mode 100644
index 20663029737..00000000000
--- a/www-servers/adsf/adsf-1.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="../NEWS.md ../README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-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 -i -e '/test_receives_update/,/^ end/ s:^:#:' test/test_server.rb || die
- sed -i -e '/rubocop/I s:^:#:' Rakefile || die
- rm -f test/test_version.rb || die
-}
next reply other threads:[~2018-12-18 5:58 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 5:58 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-23 15:38 [gentoo-commits] repo/gentoo:master commit in: www-servers/adsf/ Hans de Graaff
2024-10-12 7:17 Hans de Graaff
2024-10-12 7:17 Hans de Graaff
2024-10-12 7:17 Hans de Graaff
2024-04-20 7:47 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-06-04 5:47 Hans de Graaff
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-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=1545112612.8fa155586bad980b433ee235d7111ee413b8c5cf.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