From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/
Date: Wed, 26 Feb 2020 12:34:23 +0000 (UTC) [thread overview]
Message-ID: <1582720443.0dc56dfe0394402e1117989d3ddc0f63d2a3a9ae.asturm@gentoo> (raw)
commit: 0dc56dfe0394402e1117989d3ddc0f63d2a3a9ae
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 12:33:45 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 12:34:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc56dfe
net-news/quiterss: 0.19.3 version bump
Closes: https://bugs.gentoo.org/700484
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 +
| 58 ++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
--git a/net-news/quiterss/Manifest b/net-news/quiterss/Manifest
index 49b0a1b5872..c1f2d819229 100644
--- a/net-news/quiterss/Manifest
+++ b/net-news/quiterss/Manifest
@@ -1 +1,2 @@
DIST quiterss-0.18.12.tar.gz 3597214 BLAKE2B ff06de6f6618fa6bb1b2b1274e5c214f1cae2dbb4e7d6c406b885f1b59b5b5d22ca919d32a672f8843360100e87d80c7a7add7ebccc41b53f67b0719fe2f7c99 SHA512 e047d88d3be2d24e264869c9fe5a9327d66b7f6907bb74b5fc7e53b2cbb69c232f130826c8ad79ac95dd3dc5137d1d1779a23c20ddb35c56fccfbaff4fb4f3e4
+DIST quiterss-0.19.3.tar.gz 3765681 BLAKE2B 81d5fc78fc75328040a862306b4a3c76ff76f99953072e14e143d8283126c43410a5bb2b9c98a2c2c95959c1883b2a50d2e647cbb2cee2614f6ae3d15e25ac90 SHA512 8f8a7a25e53bb08a2b4f8f462aa2b74127eaeae7babc0ef448eff1d448de05bac6f59942a578d16cf24a5e554a004a5a2bfc7508b875c7eb54e3c4ebaa3ac51e
--git a/net-news/quiterss/quiterss-0.19.3.ebuild b/net-news/quiterss/quiterss-0.19.3.ebuild
new file mode 100644
index 00000000000..2f3aae88283
--- /dev/null
+++ b/net-news/quiterss/quiterss-0.19.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="A Qt-based RSS/Atom feed reader"
+HOMEPAGE="https://quiterss.org"
+
+if [[ ${PV} == *9999* ]]; then
+ EGIT_REPO_URI="https://github.com/QuiteRSS/quiterss.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/QuiteRSS/quiterss/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+BDEPEND="
+ dev-qt/linguist-tools:5
+ virtual/pkgconfig
+"
+DEPEND="
+ >=dev-db/sqlite-3.11.1:3
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtmultimedia:5
+ dev-qt/qtnetwork:5[ssl]
+ dev-qt/qtprintsupport:5
+ dev-qt/qtsingleapplication[X,qt5(+)]
+ dev-qt/qtsql:5[sqlite]
+ dev-qt/qtwebkit:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed -e "s/exists(.git)/0/" -i QuiteRSS.pro || die
+}
+
+src_configure() {
+ local myqmakeargs=(
+ PREFIX="${EPREFIX}/usr"
+ SYSTEMQTSA=1
+ )
+ eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+ einstalldocs
+}
next reply other threads:[~2020-02-26 12:34 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-26 12:34 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-13 10:01 [gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/ Agostino Sarubbo
2020-08-09 8:32 Andreas Sturmlechner
2020-04-04 0:55 Andreas Sturmlechner
2020-04-03 12:19 Agostino Sarubbo
2020-04-03 9:02 Agostino Sarubbo
2020-02-08 16:53 David Seifert
2019-04-18 9:05 Michael Palimaka
2019-02-15 23:07 Andreas Sturmlechner
2019-02-15 23:07 Andreas Sturmlechner
2018-11-08 12:29 Andreas Sturmlechner
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:21 Mikle Kolyada
2018-08-18 9:46 Andreas Sturmlechner
2018-04-26 3:32 Andreas Sturmlechner
2018-04-24 23:59 Aaron Bauman
2018-02-22 10:51 Andreas Sturmlechner
2017-12-22 10:31 Michael Palimaka
2017-12-22 10:31 Michael Palimaka
2017-12-22 10:31 Michael Palimaka
2017-12-22 10:31 Michael Palimaka
2017-09-30 7:22 Michael Palimaka
2017-07-29 3:49 Michael Palimaka
2017-06-18 12:52 Michael Palimaka
2017-06-18 12:52 Michael Palimaka
2017-06-04 7:38 Michael Palimaka
2017-03-26 9:49 Andreas Sturmlechner
2017-03-06 1:52 Göktürk Yüksek
2016-07-07 20:29 Davide Pesavento
2016-06-23 18:00 Michael Palimaka
2016-06-23 18:00 Michael Palimaka
2016-05-30 18:36 Davide Pesavento
2016-05-11 18:46 Davide Pesavento
2016-05-11 17:36 Davide Pesavento
2016-05-11 17:16 Davide Pesavento
2016-02-19 9:44 Michael Palimaka
2016-02-19 9:44 Michael Palimaka
2016-02-19 9:44 Michael Palimaka
2016-02-19 9:44 Michael Palimaka
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=1582720443.0dc56dfe0394402e1117989d3ddc0f63d2a3a9ae.asturm@gentoo \
--to=asturm@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