summaryrefslogtreecommitdiff
path: root/media-sound/gpodder
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-06 10:26:32 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-06 10:26:32 +0100
commit398c033d3c836f59a4f2668f3c27b680b7ed1f54 (patch)
tree20e04ac898fb62cfe0a84af35b5382855496b334 /media-sound/gpodder
parentf5d9305cc82b2e211fdaba92618c07829ffb2c48 (diff)
gentoo auto-resync : 06:09:2022 - 10:26:32
Diffstat (limited to 'media-sound/gpodder')
-rw-r--r--media-sound/gpodder/Manifest2
-rw-r--r--media-sound/gpodder/gpodder-3.10.21-r1.ebuild80
2 files changed, 0 insertions, 82 deletions
diff --git a/media-sound/gpodder/Manifest b/media-sound/gpodder/Manifest
index 66af43964d4c..8194e8da987e 100644
--- a/media-sound/gpodder/Manifest
+++ b/media-sound/gpodder/Manifest
@@ -1,5 +1,3 @@
-DIST gpodder-3.10.21.tar.gz 1105520 BLAKE2B c17905951c14a718e48d1bbded3abc41d62088bb517cda053e9fa71e3a952bb97ac57077d428cd58c3a048ae0cc18ef9385af97dcf8b460f3860674ecdb85c1c SHA512 5311a92469f605e489553e91586b788a8d07812e41c20d1ad0717c09ab6db6da22c356d5c1942293d1e27e25afe24caf3c14c15720250d8f230f2d7738206fec
DIST gpodder-3.11.0.tar.gz 1155120 BLAKE2B b2e46a5ea5ceec7df632f888b00e9c25a0ec1c4597540228b50cb75bd4bd6acfc7566cfffe5c9d133e8ec29e1ffc2f4551e2fd289237d1b93d2e80f6b49db0c1 SHA512 90e33e04a8afcdafa0899f25714417ce61699c641ce3df93b3a3728224bdb0be5205c064e7263d1be1f4641e61932b945741e9848726b602633a94eb754fa937
-EBUILD gpodder-3.10.21-r1.ebuild 2133 BLAKE2B 3e434d2681a559a1a13f471b0c889b83d4343f607e7164377e6df96418f45bdc50408ecb73d5569d5d8035eb056970273912c7e0729d23cde0403ff1c7b9733f SHA512 2530fd53802d9f32e51c92750f0b58ac9b3eaad5ef8e9ee39418941421b663be4da5586078451c249abe78c486dd139fb31081f4c59d15726acd20541f59eae9
EBUILD gpodder-3.11.0.ebuild 2170 BLAKE2B dc96ef7d336b35293e930494eaaad458d7a6e0e2b113b8e6fa222aa52a16d01b0a7e998b02245a88173ef3b5c94506211c46db71bfd432107f01198e11c5be00 SHA512 91736b42891c49913e8fbc912319da2176873aafdb924fe6b7504dde1416919baacb56a5aa6c224f3c76110b8ba35d11f7b96f9d440e1f0c85cbf9a1eba34717
MISC metadata.xml 358 BLAKE2B 272a71d2d7d519dca74a2d1dbbd25d0c48b55b265eca16962967f57dc29edfeca9d454100a84a7dd505f5bab7778778ff45b89f2ddaca152b562733e8c0dcce8 SHA512 31b12848c3f24a103f2bfa39bec4b2c4e3251ed70de194d569acfbe2b7df3f8ea28dd5ba274b4add0fbc1b55d998cf13f5b8f7bf89bb4a95fd1e60e988bce6f6
diff --git a/media-sound/gpodder/gpodder-3.10.21-r1.ebuild b/media-sound/gpodder/gpodder-3.10.21-r1.ebuild
deleted file mode 100644
index c1e0a35b24db..000000000000
--- a/media-sound/gpodder/gpodder-3.10.21-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1 optfeature xdg
-
-DESCRIPTION="A free cross-platform podcast aggregator"
-HOMEPAGE="https://gpodder.github.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dbus bluetooth mtp"
-
-# As in Fedora: re-enable >=dev-python/eyeD3-0.7[${PYTHON_USEDEP}] and
-# ipod? ( media-libs/libgpod[python,${PYTHON_USEDEP}] ) once they
-# support python3
-COMMON_DEPEND="
- $(python_gen_cond_dep '
- dev-python/html5lib[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
- >=dev-python/pygobject-3.22.0:3[${PYTHON_USEDEP}]
- >=dev-python/podcastparser-0.6.0[${PYTHON_USEDEP}]
- >=dev-python/mygpoclient-1.8[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
- ')
- bluetooth? ( net-wireless/bluez )
- 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? (
- $(python_gen_cond_dep '
- dev-python/minimock[${PYTHON_USEDEP}]
- dev-python/pytest-httpserver[${PYTHON_USEDEP}]
- ')
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- default
-
- sed -i -e 's:--cov=gpodder::' makefile || die
-}
-
-python_test() {
- # These are pulled out from the Makefile to give us more control
- # See bug #795165
- # Previously, we used 'emake releasetest' in src_test
- LC_ALL=C epytest --ignore=tests --ignore=src/gpodder/utilwin32ctypes.py --doctest-modules src/gpodder/util.py src/gpodder/jsonconfig.py \
- -p no:localserver
- LC_ALL=C epytest tests --ignore=src/gpodder/utilwin32ctypes.py --ignore=src/mygpoclient \
- -p no:localserver
-}
-
-src_install() {
- emake PYTHON="${EPYTHON}" DESTDIR="${D}" install
- distutils-r1_src_install
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature "for the youtube-dl extension" net-misc/youtube-dl
-}