public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed, 21 May 2025 09:17:58 +0000 (UTC)	[thread overview]
Message-ID: <1747819071.00acba0c8eccd04d4e1aad27d5a99e8b5dd00c20.mgorny@gentoo> (raw)

commit:     00acba0c8eccd04d4e1aad27d5a99e8b5dd00c20
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 08:51:45 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 21 09:17:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00acba0c

media-video/parole: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-video/parole/Manifest             |  1 -
 media-video/parole/parole-4.18.1.ebuild | 77 ---------------------------------
 2 files changed, 78 deletions(-)

diff --git a/media-video/parole/Manifest b/media-video/parole/Manifest
index 86c80f58d9a7..54270f92f802 100644
--- a/media-video/parole/Manifest
+++ b/media-video/parole/Manifest
@@ -1,2 +1 @@
-DIST parole-4.18.1.tar.bz2 934059 BLAKE2B db5b6345bcf8eae47668bfd504106b8f44bb272a7d9e88fb53824a4141c88a45f4fdcb6df5a5513ebba82ffda9438be91ffe060d1cc19f0ab56887dc3ff606e1 SHA512 ec2b8036f2be594dc13c37aca76b7250ec1792c7166501e9a2775efb731e87cf6894196243e68026437e2bbd4a9edf1aa9cfa076886e333e2ecf4523f8f1d647
 DIST parole-4.18.2.tar.bz2 1183723 BLAKE2B b7222cbe0271408987869d924f83343c1b599e700952b6b094d7ac5566c3d6c1135ed84a06037a07a6d60c899f92e19f6e67ccc778f8525b859bffd28d0a7007 SHA512 856a8430882f3b4410cb719702eabdc9754b9511cc21cb61d86d033fb1b623442affb4e1ec569adecd414413eecb604553b5256525165c7eeda1b3d598330673

diff --git a/media-video/parole/parole-4.18.1.ebuild b/media-video/parole/parole-4.18.1.ebuild
deleted file mode 100644
index 8e2685ebdb8e..000000000000
--- a/media-video/parole/parole-4.18.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A simple Xfce4 media player using GStreamer"
-HOMEPAGE="
-	https://docs.xfce.org/apps/parole/start
-	https://gitlab.xfce.org/apps/parole/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv x86"
-IUSE="libnotify taglib wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
-	>=dev-libs/dbus-glib-0.100
-	>=dev-libs/glib-2.38:2
-	media-libs/gstreamer:1.0
-	media-libs/gst-plugins-base:1.0
-	sys-apps/dbus
-	>=x11-libs/gtk+-3.20:3[wayland?,X?]
-	>=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= )
-	X? (
-		>=x11-libs/libX11-1.6.7
-	)
-"
-RDEPEND="
-	${DEPEND}
-	media-plugins/gst-plugins-meta:1.0
-"
-DEPEND+="
-	x11-base/xorg-proto
-"
-BDEPEND="
-	dev-util/glib-utils
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local myconf=(
-		# clutter backend does not work with new GTK+3 versions
-		--disable-clutter
-		$(use_enable taglib)
-		$(use_enable libnotify notify-plugin)
-		$(use_enable wayland)
-		$(use_enable X x11)
-	)
-
-	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
-}


             reply	other threads:[~2025-05-21  9:18 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-21  9:17 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-01-25 11:22 Arthur Zamarin
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
2020-01-03  8:38 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=1747819071.00acba0c8eccd04d4e1aad27d5a99e8b5dd00c20.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