summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-26 17:35:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-26 17:54:49 +0100
commit5885b42db4746a7b67e5ff70490e68aa5be246d6 (patch)
tree3f250d56dac7d9ce757ff1c3d36f436c91c7f05e /media-sound/gpodder
parentx11-misc/arandr: Old (diff)
downloadgentoo-5885b42db4746a7b67e5ff70490e68aa5be246d6.tar.gz
gentoo-5885b42db4746a7b67e5ff70490e68aa5be246d6.tar.bz2
gentoo-5885b42db4746a7b67e5ff70490e68aa5be246d6.zip
media-sound/gpodder: Drop 3.9.1
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/gpodder')
-rw-r--r--media-sound/gpodder/Manifest1
-rw-r--r--media-sound/gpodder/gpodder-3.9.1.ebuild73
2 files changed, 0 insertions, 74 deletions
diff --git a/media-sound/gpodder/Manifest b/media-sound/gpodder/Manifest
index e14bc183e560..0b8299d07f9d 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 851a7af6e50e..000000000000
--- 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
-}