From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/
Date: Sun, 26 Jan 2020 16:54:59 +0000 (UTC) [thread overview]
Message-ID: <1580057689.5885b42db4746a7b67e5ff70490e68aa5be246d6.asturm@gentoo> (raw)
commit: 5885b42db4746a7b67e5ff70490e68aa5be246d6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 16:35:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}
next reply other threads:[~2020-01-26 16:55 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-26 16:54 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-06 7:50 [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/ Miroslav Šulc
2023-11-02 6:50 Miroslav Šulc
2023-11-01 12:23 Arthur Zamarin
2023-10-12 8:08 Miroslav Šulc
2023-10-01 8:16 Miroslav Šulc
2023-09-16 11:53 Miroslav Šulc
2023-09-15 8:43 Sam James
2023-08-15 9:13 Miroslav Šulc
2023-03-23 6:59 Miroslav Šulc
2023-03-22 6:00 Sam James
2023-02-19 8:15 Miroslav Šulc
2023-01-24 13:32 Ionen Wolkens
2022-09-06 4:12 Miroslav Šulc
2022-09-05 14:01 Agostino Sarubbo
2022-07-31 9:26 Sam James
2022-07-31 8:27 Sam James
2022-06-08 7:24 Miroslav Šulc
2022-06-07 9:39 Sam James
2022-06-07 9:39 Sam James
2022-06-01 12:04 Jakov Smolić
2022-05-31 11:20 Sam James
2021-07-21 6:11 Miroslav Šulc
2021-07-11 6:25 Miroslav Šulc
2021-06-10 4:08 Sam James
2021-06-10 3:54 Sam James
2021-06-10 3:54 Sam James
2020-10-07 8:12 Miroslav Šulc
2020-10-01 8:37 Miroslav Šulc
2020-08-31 7:05 Miroslav Šulc
2020-08-30 9:56 Miroslav Šulc
2018-11-11 16:31 Pacho Ramos
2016-10-28 17:12 Pacho Ramos
2016-10-16 14:07 Patrick Lauer
2016-10-16 10:22 Pacho Ramos
2016-10-16 10:22 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=1580057689.5885b42db4746a7b67e5ff70490e68aa5be246d6.asturm@gentoo \
--to=asturm@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