summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-11-01 05:46:56 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-11-01 05:46:56 +0100
commit9afecb37da31ebab3f002b22512c9fdc2314c43e (patch)
tree794d47a430e358b017e42ff3194d489d6b142fd1
parentmedia-plugins/gmpc-alarm: treeclean (diff)
downloadgentoo-9afecb37da31ebab3f002b22512c9fdc2314c43e.tar.gz
gentoo-9afecb37da31ebab3f002b22512c9fdc2314c43e.tar.bz2
gentoo-9afecb37da31ebab3f002b22512c9fdc2314c43e.zip
media-sound/gmpc: treeclean
Closes: https://bugs.gentoo.org/808456 Closes: https://bugs.gentoo.org/686800 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--media-sound/gmpc/Manifest1
-rw-r--r--media-sound/gmpc/files/gmpc-11.8.16-AM_CONFIG_HEADER.patch11
-rw-r--r--media-sound/gmpc/files/gmpc-11.8.16-icons.patch119
-rw-r--r--media-sound/gmpc/files/gmpc-11.8.16-underlinking.patch14
-rw-r--r--media-sound/gmpc/gmpc-11.8.16-r2.ebuild63
-rw-r--r--media-sound/gmpc/metadata.xml12
-rw-r--r--profiles/package.mask13
7 files changed, 0 insertions, 233 deletions
diff --git a/media-sound/gmpc/Manifest b/media-sound/gmpc/Manifest
deleted file mode 100644
index d1d6e9e4e833..000000000000
--- a/media-sound/gmpc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gmpc-11.8.16.tar.gz 7082909 BLAKE2B 913b7b55029f6fe78dcae7355bd571f4d6e95c4d1891e12251717b7fe846a69b52ba9cf2c65042a36295830dbec65128d0aa119d8503c934a3f09b86b42a0409 SHA512 4e5c8112edc016ac6c472b0099347a4fcd0336022e15be8d76fae449d30e533df92a4379aa98e389e624b9910ff3f528afb682f64901ea53f09e00d3d5678623
diff --git a/media-sound/gmpc/files/gmpc-11.8.16-AM_CONFIG_HEADER.patch b/media-sound/gmpc/files/gmpc-11.8.16-AM_CONFIG_HEADER.patch
deleted file mode 100644
index 336891716b1e..000000000000
--- a/media-sound/gmpc/files/gmpc-11.8.16-AM_CONFIG_HEADER.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -14,7 +14,7 @@
-
-
-
--AM_CONFIG_HEADER([config.h])
-+AC_CONFIG_HEADERS([config.h])
- AC_CONFIG_MACRO_DIR([m4])
- AM_INIT_AUTOMAKE
-
diff --git a/media-sound/gmpc/files/gmpc-11.8.16-icons.patch b/media-sound/gmpc/files/gmpc-11.8.16-icons.patch
deleted file mode 100644
index ea37effa9f74..000000000000
--- a/media-sound/gmpc/files/gmpc-11.8.16-icons.patch
+++ /dev/null
@@ -1,119 +0,0 @@
-diff --git a/glade/playlist3.ui b/glade/playlist3.ui
-index fedb627..452f3ec 100644
---- a/glade/playlist3.ui
-+++ b/glade/playlist3.ui
-@@ -436,16 +436,17 @@
- <child>
- <object class="GtkButton" id="button_previous">
- <property name="visible">True</property>
-+ <property name="use_action_appearance">False</property>
- <property name="related-action">MPDPrevious</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="relief">none</property>
- <property name="use_action_appearance">False</property>
- <child>
-- <object class="GtkImage" id="image10">
-+ <object class="GtkImage" id="button_previous_image">
- <property name="visible">True</property>
- <property name="stock">gtk-media-previous</property>
-- </object>
-+ </object>
- </child>
- </object>
- <packing>
-@@ -455,18 +456,18 @@
- </packing>
- </child>
- <child>
-- <object class="GtkButton" id="top_button">
-+ <object class="GtkButton" id="stop_button">
- <property name="visible">True</property>
-+ <property name="use_action_appearance">False</property>
- <property name="related-action">MPDStop</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="relief">none</property>
-- <property name="use_action_appearance">False</property>
- <child>
-- <object class="GtkImage" id="stop_button_image">
-+ <object class="GtkImage" id="button_stop_image">
- <property name="visible">True</property>
- <property name="stock">gtk-media-stop</property>
-- </object>
-+ </object>
- </child>
- </object>
- <packing>
-@@ -478,15 +479,16 @@
- <child>
- <object class="GtkButton" id="play_button">
- <property name="visible">True</property>
-+ <property name="use_action_appearance">False</property>
- <property name="related-action">MPDPlayPause</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="relief">none</property>
- <child>
-- <object class="GtkImage" id="play_button_image">
-+ <object class="GtkImage" id="play_button_image">
- <property name="visible">True</property>
- <property name="stock">gtk-media-play</property>
-- </object>
-+ </object>
- </child>
- </object>
- <packing>
-@@ -498,13 +500,13 @@
- <child>
- <object class="GtkButton" id="next_button">
- <property name="visible">True</property>
-+ <property name="use_action_appearance">False</property>
- <property name="related-action">MPDNext</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
-- <property name="use_action_appearance">False</property>
- <property name="relief">none</property>
- <child>
-- <object class="GtkImage" id="image11">
-+ <object class="GtkImage" id="next_button_image">
- <property name="visible">True</property>
- <property name="stock">gtk-media-next</property>
- </object>
-diff --git a/src/playlist3.c b/src/playlist3.c
-index 72b4ef7..3dac409 100644
---- a/src/playlist3.c
-+++ b/src/playlist3.c
-@@ -1632,7 +1632,8 @@ static void playlist_status_changed(MpdObj * mi, ChangedStatusType what, void *u
- gtk_action_set_stock_id(GTK_ACTION(gtk_builder_get_object(pl3_xml, "MPDPlayPause")), "gtk-media-pause");
- gtk_image_set_from_stock(GTK_IMAGE
- (gtk_builder_get_object
-- (pl3_xml, "play_button_image")), "gtk-media-pause", GTK_ICON_SIZE_BUTTON);
-+ (pl3_xml, "play_button_image")), "gtk-media-pause",
-+ GTK_ICON_SIZE_MENU);
-
- /**
- * Update window title
-@@ -1669,8 +1670,8 @@ static void playlist_status_changed(MpdObj * mi, ChangedStatusType what, void *u
- gtk_action_set_stock_id(GTK_ACTION(gtk_builder_get_object(pl3_xml, "MPDPlayPause")), "gtk-media-play");
- gtk_image_set_from_stock(GTK_IMAGE
- (gtk_builder_get_object
-- (pl3_xml, "play_button_image")), "gtk-media-play", GTK_ICON_SIZE_BUTTON);
--
-+ (pl3_xml, "play_button_image")), "gtk-media-play",
-+ GTK_ICON_SIZE_MENU);
- /**
- * Set paused in Window string
- */
-@@ -1704,8 +1705,8 @@ static void playlist_status_changed(MpdObj * mi, ChangedStatusType what, void *u
-
- gtk_image_set_from_stock(GTK_IMAGE
- (gtk_builder_get_object
-- (pl3_xml, "play_button_image")), "gtk-media-play", GTK_ICON_SIZE_BUTTON);
--
-+ (pl3_xml, "play_button_image")), "gtk-media-play",
-+ GTK_ICON_SIZE_MENU);
- if (gmpc_profiles_get_number_of_profiles(gmpc_profiles) > 1)
- {
- gchar *id = gmpc_profiles_get_current(gmpc_profiles);
---
diff --git a/media-sound/gmpc/files/gmpc-11.8.16-underlinking.patch b/media-sound/gmpc/files/gmpc-11.8.16-underlinking.patch
deleted file mode 100644
index e6cf1ef9f05d..000000000000
--- a/media-sound/gmpc/files/gmpc-11.8.16-underlinking.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 497194b..84c31f0 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -174,7 +174,8 @@ LIBS= \
- @libxml2_LIBS@\
- @libx11_LIBS@\
- @sqlite3_LIBS@\
-- -lz
-+ -lz\
-+ -lm
-
-
- if HAVE_UNIQUE
diff --git a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
deleted file mode 100644
index 26780928182f..000000000000
--- a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools vala xdg
-
-DESCRIPTION="A GTK+2 client for the Music Player Daemon"
-HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
-SRC_URI="http://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls +unique xspf"
-
-RDEPEND="
- dev-db/sqlite:3=
- dev-libs/glib:2
- dev-libs/libxml2:2
- media-libs/libmpd:=
- net-libs/libsoup:2.4
- sys-libs/zlib
- x11-libs/gtk+:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-themes/hicolor-icon-theme
- unique? ( dev-libs/libunique:1 )
- xspf? ( media-libs/libxspf )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- $(vala_depend)
- app-text/gnome-doc-utils
- dev-util/gob
- virtual/pkgconfig
- nls? (
- dev-util/intltool
- sys-devel/gettext
- )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-underlinking.patch
- "${FILESDIR}"/${P}-icons.patch
- "${FILESDIR}"/${P}-AM_CONFIG_HEADER.patch
-)
-
-src_prepare() {
- xdg_src_prepare
- eautoreconf
- vala_src_prepare
-}
-
-src_configure() {
- econf \
- --disable-static \
- --disable-libspiff \
- --disable-appindicator \
- --enable-mmkeys \
- $(use_enable nls) \
- $(use_enable unique) \
- $(use_enable xspf libxspf)
-}
diff --git a/media-sound/gmpc/metadata.xml b/media-sound/gmpc/metadata.xml
deleted file mode 100644
index ecb30534e5b2..000000000000
--- a/media-sound/gmpc/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
-</maintainer>
-<use>
- <flag name="unique">Enable single instance support using <pkg>dev-libs/libunique</pkg></flag>
- <flag name="xspf">Enable support for reading and saving XSPF playlists</flag>
-</use>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 86d9cdec56ce..1aeaca1a7f32 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -314,19 +314,6 @@ dev-python/jarowinkler
=sys-apps/portage-3.0.37
=sys-apps/portage-3.0.38
-# Matt Turner <mattst88@gentoo.org> (2022-10-01)
-# Depends on lots of unmaintained packages:
-# - app-text/gnome-doc-utils
-# - dev-libs/libunique:1
-# - dev-util/gob
-# - x11-libs/gtk+:2
-# Last commit to upstream repository in 2015. Most plugins saw their last
-# upstream commit 10+ years ago. Unmaintained in Gentoo since 2016. Many open
-# bugs: #582138, #686800, #689364, #721246, #799263, #808447, #808450, #808456,
-# #831024.
-# Removal on 2022-11-01
-media-sound/gmpc
-
# Brian Evans <grknight@gentoo.org> (2022-09-30)
# Mask RC versions for initial testing
<dev-lang/php-8.2.0:8.2