From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DE77138350 for ; Sun, 26 Jan 2020 16:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57707E089C; Sun, 26 Jan 2020 16:55:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9693E089C for ; Sun, 26 Jan 2020 16:55:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F8F834E289 for ; Sun, 26 Jan 2020 16:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D6DA3E for ; Sun, 26 Jan 2020 16:54:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1580057689.5885b42db4746a7b67e5ff70490e68aa5be246d6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gpodder/Manifest media-sound/gpodder/gpodder-3.9.1.ebuild X-VCS-Directories: media-sound/gpodder/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5885b42db4746a7b67e5ff70490e68aa5be246d6 X-VCS-Branch: master Date: Sun, 26 Jan 2020 16:54:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15cf29d9-9bca-4a70-9728-a76706ac4a40 X-Archives-Hash: 6eb0b279704d550923c8ad0009e73a52 commit: 5885b42db4746a7b67e5ff70490e68aa5be246d6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 26 16:35:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 26 16:54:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5885b42d media-sound/gpodder: Drop 3.9.1 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/gpodder/Manifest | 1 - media-sound/gpodder/gpodder-3.9.1.ebuild | 73 -------------------------------- 2 files changed, 74 deletions(-) diff --git a/media-sound/gpodder/Manifest b/media-sound/gpodder/Manifest index e14bc183e56..0b8299d07f9 100644 --- a/media-sound/gpodder/Manifest +++ b/media-sound/gpodder/Manifest @@ -1,2 +1 @@ DIST gpodder-3.10.5.tar.gz 1000492 BLAKE2B d3c1381fa613e018c79995a5b5d95958096dab49d4b4d9012e8741efe754f7f9db82e7fc46527e1fb837ce8fbfd3c14d58f8af64f96e51c5750b56402767ddca SHA512 056375d7a21f64e691bd62676d575dfaa8a32e715dc4f7ddf7b0c1cb9e99f07cef5972de812765874afd5a8e8adf220eb7b969afcc8dea1e2e3a76be8886c9cc -DIST gpodder-3.9.1.tar.gz 996497 BLAKE2B ac50cba8d5bf459361c592e579cc9e5deafa3a1a7517f0f5e1f07faa1eaea6456b35451ba2c21def390f85c38f4a95c46cb17a7db4ae4e56c58f79fae6413b11 SHA512 d32405ac1d0aa7943b58d73f806a0d28e68bce541a1947c08d9cb69a763eda311816c059019e43eb3dea6ce08fc1cb4f0bd39cc44933114e51a036cb603d3be3 diff --git a/media-sound/gpodder/gpodder-3.9.1.ebuild b/media-sound/gpodder/gpodder-3.9.1.ebuild deleted file mode 100644 index 851a7af6e50..00000000000 --- a/media-sound/gpodder/gpodder-3.9.1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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 ipod kernel_linux mtp test" -RESTRICT="!test? ( 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 ) - 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 -}