public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/
Date: Sun, 16 Oct 2016 10:22:42 +0000 (UTC)	[thread overview]
Message-ID: <1476613351.2708d26350026b17612aae609ba025e83a82d05a.pacho@gentoo> (raw)

commit:     2708d26350026b17612aae609ba025e83a82d05a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 10:15:45 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 10:22:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2708d263

media-sound/gpodder: Version bump

Package-Manager: portage-2.3.1

 media-sound/gpodder/Manifest             |  1 +
 media-sound/gpodder/gpodder-3.9.1.ebuild | 74 ++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/media-sound/gpodder/Manifest b/media-sound/gpodder/Manifest
index 796f8a0..9242fc7 100644
--- a/media-sound/gpodder/Manifest
+++ b/media-sound/gpodder/Manifest
@@ -1,3 +1,4 @@
 DIST gpodder-3.6.0.tar.gz 1555280 SHA256 9a00144c73d69a1f285ef1fe779a88ace1eac8f65dd370371c1cede4e1535dd9 SHA512 9ead76f7f24a09135848d7bd70ad97c620852778ead6630a53e145eeade70dc8d3ac3558660620794e00db57381885af2390bae7bac97864019b5aace1451140 WHIRLPOOL 0215c958ef571e1874b61b358ab12b8b98d449cb84dbd5536eda9870aa281f0f96c2943fc67c7b5acdbb39cac66aca5b1f137815594abcd56b1800af2c90f09b
 DIST gpodder-3.7.0.tar.gz 1563670 SHA256 fa90ef4bdd3fd9eef95404f7f43f70912ae3ab4f8d24078484a2f3e11b14dc47 SHA512 c81d477b09fc7ebf994a9e3ee9a4c6b197865925731e82ee9a33d9f0ffbd0c30c734543d72703d4979c08be87e4739757439e754e2b1525c076bef0c6b3f61db WHIRLPOOL 8aebde3f7e05fbecab46831f88d4d737c805f39792ffe7f6a2fe5e477855d750e0dde838d07c35d8f8d67d95c6839588468e5cee302d858a6d66fa09a4b3352d
 DIST gpodder-3.8.3.tar.gz 1452239 SHA256 8ac120a6084bded6bc88ecadbbc9df54a85f44ef4507f73a76de1d7a5574303c SHA512 9829c1af0085b93772ffb4864ec3701022d5aa51ed6c5499b7c018de743f9d98ba01ad3869bbcfc94ce7cd125b8bb0d91f63b94b51c4aeade9c2110dfa5cf365 WHIRLPOOL 9a8819e1d5aec3f1c5a390c7e3a29ce2b17d66d1b9f8785db25caa46dce7c5e559ddf9a75d0a966875652b698b5d43159f7d7b19eb3ee58fac2c4b7dbccd957d
+DIST gpodder-3.9.1.tar.gz 996497 SHA256 16e63f7fe3e0d2bf51eb4313d1fcf035aac65995107644ca042e8e3ced4ed70c SHA512 d32405ac1d0aa7943b58d73f806a0d28e68bce541a1947c08d9cb69a763eda311816c059019e43eb3dea6ce08fc1cb4f0bd39cc44933114e51a036cb603d3be3 WHIRLPOOL 4e292d2c34f7de4703bdb288bb5038c3ca0d4e98b8464d918098c0c18311d5a3fe0a920bcb220d4a81d03e3cbdc71dc078934b23eb14db01f1cd80ff05f68986

diff --git a/media-sound/gpodder/gpodder-3.9.1.ebuild b/media-sound/gpodder/gpodder-3.9.1.ebuild
new file mode 100644
index 00000000..3db2e33
--- /dev/null
+++ b/media-sound/gpodder/gpodder-3.9.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+# Required for python_fix_shebang:
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 gnome2-utils
+
+DESCRIPTION="A free cross-platform podcast aggregator"
+HOMEPAGE="http://gpodder.org/"
+SRC_URI="http://gpodder.org/src/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+dbus bluetooth gstreamer ipod kernel_linux mtp test"
+
+#TODO: Make pygtk optional, see README
+COMMON_DEPEND="
+	>=dev-python/eyeD3-0.7
+	>=dev-python/feedparser-5.1.2
+	dev-python/html5lib
+	>=dev-python/mygpoclient-1.7
+	>=dev-python/pygtk-2.16:2
+	dbus? ( dev-python/dbus-python )
+	bluetooth? ( net-wireless/bluez )
+	gstreamer? ( dev-python/gst-python:0.10 )
+	ipod? ( media-libs/libgpod[python] )
+	mtp? ( >=media-libs/libmtp-1.0.0:= )
+"
+RDEPEND="${COMMON_DEPEND}
+	kernel_linux? ( sys-apps/iproute2 )
+"
+DEPEND="${COMMON_DEPEND}
+	dev-util/desktop-file-utils
+	dev-util/intltool
+	sys-apps/help2man
+	test? (
+		dev-python/minimock
+		dev-python/coverage
+	)
+"
+
+src_prepare() {
+	default
+	sed -i -e '/setup.py.*install/d' makefile || die
+	# Fix for "AttributeError: 'gPodder' object has no attribute 'toolbar'":
+	python_fix_shebang .
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	distutils-r1_src_install
+}
+
+src_test() {
+	emake releasetest
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2016-10-16 10:22 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-16 10:22 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-16 10:22 [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/ Pacho Ramos
2016-10-16 14:07 Patrick Lauer
2016-10-28 17:12 Pacho Ramos
2018-11-11 16:31 Pacho Ramos
2020-01-26 16:54 Andreas Sturmlechner
2020-08-30  9:56 Miroslav Šulc
2020-08-31  7:05 Miroslav Šulc
2020-10-01  8:37 Miroslav Šulc
2020-10-07  8:12 Miroslav Šulc
2021-06-10  3:54 Sam James
2021-06-10  3:54 Sam James
2021-06-10  4:08 Sam James
2021-07-11  6:25 Miroslav Šulc
2021-07-21  6:11 Miroslav Šulc
2022-05-31 11:20 Sam James
2022-06-01 12:04 Jakov Smolić
2022-06-07  9:39 Sam James
2022-06-07  9:39 Sam James
2022-06-08  7:24 Miroslav Šulc
2022-07-31  8:27 Sam James
2022-07-31  9:26 Sam James
2022-09-05 14:01 Agostino Sarubbo
2022-09-06  4:12 Miroslav Šulc
2023-01-24 13:32 Ionen Wolkens
2023-02-19  8:15 Miroslav Šulc
2023-03-22  6:00 Sam James
2023-03-23  6:59 Miroslav Šulc
2023-08-15  9:13 Miroslav Šulc
2023-09-15  8:43 Sam James
2023-09-16 11:53 Miroslav Šulc
2023-10-01  8:16 Miroslav Šulc
2023-10-12  8:08 Miroslav Šulc
2023-11-01 12:23 Arthur Zamarin
2023-11-02  6:50 Miroslav Šulc
2024-11-06  7:50 Miroslav Šulc
2025-03-22 21:14 Sam James
2025-03-22 21:16 Arthur Zamarin
2025-03-22 21:19 Arthur Zamarin

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=1476613351.2708d26350026b17612aae609ba025e83a82d05a.pacho@gentoo \
    --to=pacho@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