From: "Diego Elio Pettenò" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rawdog/
Date: Sun, 23 Oct 2016 21:18:22 +0000 (UTC) [thread overview]
Message-ID: <1477257490.89e3ab216ac8073fec6d4976ec0e2c5d209e916c.flameeyes@gentoo> (raw)
commit: 89e3ab216ac8073fec6d4976ec0e2c5d209e916c
Author: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 21:18:10 2016 +0000
Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 21:18:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e3ab21
net-news/rawdog: bump to version 2.22.
Package-Manager: portage-2.3.0
net-news/rawdog/Manifest | 1 +
net-news/rawdog/rawdog-2.22.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/net-news/rawdog/Manifest b/net-news/rawdog/Manifest
index 04e4f85..36ce679 100644
--- a/net-news/rawdog/Manifest
+++ b/net-news/rawdog/Manifest
@@ -1,2 +1,3 @@
DIST rawdog-2.19.tar.gz 66231 SHA256 fea40f673c334f8b0f21cac8c1498ae2130b7c2c79670c5d166bd5634e5313db SHA512 4e2ebf51feb98a0ce994218e6f057268846ed3194626877b5bd0b71971b5e79f1482af8dece29dc6be0a2e04728333b4814a73469b60c0970a323177511a5ae6 WHIRLPOOL 4635121c848660c54a10fde5045d3a810189b9e8b5486c03d7a99d99bcc44c1f9684f0d6f0fe18e9c3358c9d652c117b3c6eda11432ccc3a61d0e49aeb0aa5fb
DIST rawdog-2.20.tar.gz 66933 SHA256 0a63b26cc111b0deca441f498177b49be0330760c5c0e24584cdb9ba1e7fd5a6 SHA512 83a023f4256cd49242769deef7eaee7ad40f6e61fe97885dd2b311f3e3c9c8a87338a06b1e08a634496bb939d6574795027405decf361f38727efd73dd2ba96b WHIRLPOOL 0582b05560ee18dfef115141f408c3e90b458b506cbb801cd984fba8ba2dc1c95c20d2d60a07137322f61e3e63226e3df4d906554957a1d1ec77c3d4be69161b
+DIST rawdog-2.22.tar.gz 68777 SHA256 e0332846142c62d8f4aac94236b0f602eaba4f1462e9aaaaa225768028673906 SHA512 27d4140713b0bc5fd6acf70e0377653266422e74201bb895b622a1abe03607704bf16e83a8135f9b0594b8f9566b84fc969c6f197f26d2e463dc5821fd5816d4 WHIRLPOOL 570d8ae84a476fa2c39f7979f3a8b2ad3d0894bb814678d02a61c9515cfc93a7e809ce87a2f3688cbacff4c73667a468bfcc97653a7a09aca66d0f9dfab9f8f3
diff --git a/net-news/rawdog/rawdog-2.22.ebuild b/net-news/rawdog/rawdog-2.22.ebuild
new file mode 100644
index 00000000..e6ec6bc
--- /dev/null
+++ b/net-news/rawdog/rawdog-2.22.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
+HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.python.org/pypi/rawdog"
+SRC_URI="http://offog.org/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+python_test() {
+ # pypy fails half way through; meh
+ ./test-rawdog || die "Test run aborted"
+}
next reply other threads:[~2016-10-23 21:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-23 21:18 Diego Elio Pettenò [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-23 21:26 [gentoo-commits] repo/gentoo:master commit in: net-news/rawdog/ Diego Elio Pettenò
2016-10-29 21:17 Michał Górny
2017-05-29 13:37 Patrice Clement
2018-04-08 22:42 Patrice Clement
2019-01-30 8:13 Sergei Trofimovich
2019-01-31 7:25 Sergei Trofimovich
2019-01-31 22:15 Thomas Deutschmann
2019-02-01 14:55 Tobias Klausmann
2019-02-02 19:18 Sergei Trofimovich
2019-02-02 20:44 Sergei Trofimovich
2019-02-11 16:22 Mikle Kolyada
2019-02-16 9:28 Pacho Ramos
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=1477257490.89e3ab216ac8073fec6d4976ec0e2c5d209e916c.flameeyes@gentoo \
--to=flameeyes@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