From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/parole/
Date: Fri, 3 Jan 2020 08:38:43 +0000 (UTC) [thread overview]
Message-ID: <1578040484.054fc53909f17280ed0f6ef7c1c00a7ceb0bf55b.mgorny@gentoo> (raw)
commit: 054fc53909f17280ed0f6ef7c1c00a7ceb0bf55b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 08:34:44 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 08:34:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054fc539
media-video/parole: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-video/parole/Manifest | 1 -
media-video/parole/parole-1.0.4.ebuild | 64 ----------------------------------
2 files changed, 65 deletions(-)
diff --git a/media-video/parole/Manifest b/media-video/parole/Manifest
index d470dabbfcb..ec80573055d 100644
--- a/media-video/parole/Manifest
+++ b/media-video/parole/Manifest
@@ -1,2 +1 @@
-DIST parole-1.0.4.tar.bz2 921020 BLAKE2B c81b5d8773a933e7f3b2d3816401e5e833db58964623b1c40747b47632f594e9aaabde87d89de3c6e87b01b43ef9aef01194ab5a40ce2e36fe8909acceac5c3e SHA512 5f67830e36b6ac41c85dbbb7d6b4e2dfbd037c9e8fe4f5ab5ef8c52ebe4c69b5a9bfdee298b174a85334a4ae9414ed3492994853896f745c489116359cc14969
DIST parole-1.0.5.tar.bz2 929983 BLAKE2B 542cee0e45b0f2219235211daf161984a50849cb864f00351c3f1c112b4a6cd11fdda4dd8b2fd6ebc0bf5984542135453bbf9180b458c6cfa76b740419806bfd SHA512 458b042752919d4dd1bfdaceda2b281b07a3094d986a99ec2ff51c12b7ca32adba6ce67ecb67e9ab70bdf83cfa22f8b5027054e2c3a3cf71d50ec8b98eeb24df
diff --git a/media-video/parole/parole-1.0.4.ebuild b/media-video/parole/parole-1.0.4.ebuild
deleted file mode 100644
index dbb13e8a322..00000000000
--- a/media-video/parole/parole-1.0.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="A simple Xfce4 media player using GStreamer"
-HOMEPAGE="https://docs.xfce.org/apps/parole/start"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~mips x86"
-IUSE="libnotify taglib"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.32:2
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- sys-apps/dbus
- >=x11-libs/gtk+-3.20:3
- x11-libs/libX11
- >=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.11:=
- >=xfce-base/xfconf-4.10:=
- libnotify? ( >=x11-libs/libnotify-0.7 )
- taglib? ( >=media-libs/taglib-1.6:0= )"
-RDEPEND="${COMMON_DEPEND}
- media-plugins/gst-plugins-meta:1.0"
-DEPEND="${COMMON_DEPEND}
- dev-util/glib-utils
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
- x11-base/xorg-proto"
-
-DOCS=( AUTHORS ChangeLog README THANKS TODO )
-
-src_configure() {
- local myconf=(
- # clutter backend does not work with new GTK+3 versions
- --disable-clutter
- $(use_enable taglib)
- $(use_enable libnotify notify-plugin)
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
next reply other threads:[~2020-01-03 8:38 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-03 8:38 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-07 12:10 [gentoo-commits] repo/gentoo:master commit in: media-video/parole/ Michał Górny
2025-06-07 9:45 Michał Górny
2025-06-07 9:45 Michał Górny
2025-06-07 9:04 Arthur Zamarin
2025-05-21 9:17 Michał Górny
2025-05-21 9:17 Michał Górny
2025-01-25 11:00 Sam James
2025-01-25 10:52 Sam James
2024-12-25 17:05 Michał Górny
2024-02-10 6:58 Ionen Wolkens
2024-01-25 9:21 Sam James
2024-01-25 9:21 Sam James
2024-01-24 4:57 Ionen Wolkens
2024-01-23 5:07 Ionen Wolkens
2024-01-17 9:38 Michał Górny
2024-01-17 2:46 Ionen Wolkens
2024-01-17 2:46 Ionen Wolkens
2024-01-07 5:57 WANG Xuerui
2024-01-05 13:21 Jakov Smolić
2023-12-01 21:58 Michał Górny
2023-12-01 5:39 Michał Górny
2023-04-08 18:45 Michał Górny
2023-04-08 17:55 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-02-19 3:55 Michał Górny
2021-02-19 16:11 Sam James
2021-02-19 4:19 Sam James
2021-01-11 9:21 Michał Górny
2020-12-27 19:43 Michał Górny
2019-12-31 14:02 Agostino Sarubbo
2019-12-31 7:43 Agostino Sarubbo
2019-11-16 0:19 Michał Górny
2019-08-11 19:13 Michał Górny
2019-07-27 12:25 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-16 23:56 Thomas Deutschmann
2019-05-11 17:57 Mikle Kolyada
2019-04-04 14:27 Michał Górny
2018-11-12 13:45 Mikle Kolyada
2018-11-11 20:06 Michał Górny
2018-11-11 19:07 Michał Górny
2018-10-03 8:00 Michał Górny
2018-10-03 8:00 Michał Górny
2018-04-12 19:12 Michał Górny
2018-04-08 17:28 Aaron Bauman
2017-06-09 7:39 Michał Górny
2017-06-06 9:23 Michał Górny
2017-06-06 9:23 Michał Górny
2017-02-26 19:15 Michał Górny
2017-02-16 21:06 Michał Górny
2016-12-20 12:31 Tobias Klausmann
2015-10-16 10:23 Michał Górny
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=1578040484.054fc53909f17280ed0f6ef7c1c00a7ceb0bf55b.mgorny@gentoo \
--to=mgorny@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