public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/
Date: Tue,  9 Jul 2019 05:11:25 +0000 (UTC)	[thread overview]
Message-ID: <1562648588.e10cf04934715f85aa1353d3f458c517bce6ba86.radhermit@gentoo> (raw)

commit:     e10cf04934715f85aa1353d3f458c517bce6ba86
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 05:01:39 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 05:03:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10cf049

net-news/newsboat: remove live ebuild

It doesn't work properly anymore due to recently added rust libs.

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 net-news/newsboat/newsboat-9999.ebuild | 60 ----------------------------------
 1 file changed, 60 deletions(-)

diff --git a/net-news/newsboat/newsboat-9999.ebuild b/net-news/newsboat/newsboat-9999.ebuild
deleted file mode 100644
index ee6c86f0894..00000000000
--- a/net-news/newsboat/newsboat-9999.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/newsboat/newsboat.git"
-else
-	KEYWORDS="~amd64 ~x86"
-	SRC_URI="https://newsboat.org/releases/${PV}/${P}.tar.xz"
-fi
-
-inherit toolchain-funcs
-
-DESCRIPTION="An RSS/Atom feed reader for text terminals"
-HOMEPAGE="https://newsboat.org/ https://github.com/newsboat/newsboat"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	>=dev-db/sqlite-3.5:3
-	>=dev-libs/stfl-0.21
-	>=net-misc/curl-7.18.0
-	>=dev-libs/json-c-0.11:=
-	dev-libs/libxml2
-	sys-libs/ncurses:0=[unicode]
-"
-DEPEND="${RDEPEND}
-	app-text/asciidoc
-	virtual/pkgconfig
-	sys-devel/gettext
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.11-flags.patch
-)
-
-src_configure() {
-	./config.sh || die
-}
-
-src_compile() {
-	emake prefix="/usr" CXX="$(tc-getCXX)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)"
-}
-
-src_test() {
-	# tests require UTF-8 locale
-	emake CXX="$(tc-getCXX)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" test
-	# Tests fail if in ${S} rather than in ${S}/test
-	cd "${S}"/test || die
-	./test || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" prefix="/usr" docdir="/usr/share/doc/${PF}" install
-	dodoc CHANGELOG.md README.md TODO
-}


             reply	other threads:[~2019-07-09  5:11 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-09  5:11 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-04  9:29 [gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/ Jakov Smolić
2024-07-04  9:29 Jakov Smolić
2024-04-05 17:23 Arthur Zamarin
2023-12-16  7:05 Arthur Zamarin
2023-12-16  7:05 Arthur Zamarin
2023-01-26  7:55 Sam James
2022-11-18  7:42 Jakov Smolić
2022-11-18  7:04 Jakov Smolić
2022-11-13 17:30 Cédric Krier
2022-11-13 15:28 Cédric Krier
2022-11-13 15:10 Cédric Krier
2022-08-03  5:16 John Helmert III
2021-09-07 11:55 Agostino Sarubbo
2021-09-06  5:40 Agostino Sarubbo
2021-09-05 12:31 Cédric Krier
2021-07-17 21:30 David Seifert
2021-05-02 18:04 Mikle Kolyada
2021-01-07 16:53 Sam James
2020-11-29 16:10 Cédric Krier
2020-11-29 13:29 Cédric Krier
2020-11-03 11:21 Sam James
2020-10-25 23:42 Thomas Deutschmann
2020-09-11 17:17 Cédric Krier
2020-09-07  0:50 Thomas Deutschmann
2020-07-01 12:21 Michał Górny
2020-05-23 16:44 Cédric Krier
2020-04-06  2:51 Georgy Yakovlev
2019-12-27 23:19 Georgy Yakovlev
2019-12-27 23:19 Georgy Yakovlev
2019-12-04 21:23 Georgy Yakovlev
2019-12-02 19:45 Georgy Yakovlev
2019-11-19  1:35 Georgy Yakovlev
2019-11-17 22:40 Tim Harder
2019-10-09 23:24 Georgy Yakovlev
2019-07-09  5:11 Tim Harder
2019-01-04  7:19 Tim Harder
2019-01-04  7:19 Tim Harder
2018-12-11  7:51 Tim Harder
2018-12-11  7:51 Tim Harder
2018-06-27 23:44 Tim Harder
2018-03-31  4:40 Tim Harder
2018-02-05 12:18 Tim Harder
2018-01-08 16:18 Tim Harder
2018-01-08 16:18 Tim Harder
2018-01-05  7:28 Tim Harder
2017-10-02  4:09 Tim Harder
2017-09-22  5:39 Tim Harder

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=1562648588.e10cf04934715f85aa1353d3f458c517bce6ba86.radhermit@gentoo \
    --to=radhermit@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