* [gentoo-commits] repo/gentoo:master commit in: app-misc/g15mpd/files/, app-misc/g15mpd/, profiles/
@ 2024-12-31 10:28 Florian Schmaus
0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2024-12-31 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 376ff020ff8309b6bfe9dbd16968cfe4f1c7112c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 10:14:27 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 10:26:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376ff020
app-misc/g15mpd: treeclean
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-misc/g15mpd/Manifest | 1 -
.../files/g15mpd-1.0.0-cflags-and-lib-fix.patch | 18 ---------
app-misc/g15mpd/files/g15mpd-1.0.0-docdir.patch | 11 ------
app-misc/g15mpd/files/g15mpd-1.0.0-libmpd.patch | 34 -----------------
app-misc/g15mpd/g15mpd-1.0.0-r2.ebuild | 43 ----------------------
app-misc/g15mpd/metadata.xml | 8 ----
profiles/package.mask | 1 -
7 files changed, 116 deletions(-)
diff --git a/app-misc/g15mpd/Manifest b/app-misc/g15mpd/Manifest
deleted file mode 100644
index 75a33b796852..000000000000
--- a/app-misc/g15mpd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST g15mpd-1.0.0.tar.bz2 220482 BLAKE2B 82103773005566764bab5e8b583633a14b5103887ac7e4c3571cfc85064e483943189e6b4b76e8f3f3b7383d327b29a19b281f23364d3bcc18b10ef44de1e9b5 SHA512 509b634c8ba1f3b9efd0d7af47b553671efe3526c9acd44b292bf5883b1016cfbf18dec69c8bb5b3a35853e76b9b4fe7a51cd2a33acf4c755d2824dc793fa0ca
diff --git a/app-misc/g15mpd/files/g15mpd-1.0.0-cflags-and-lib-fix.patch b/app-misc/g15mpd/files/g15mpd-1.0.0-cflags-and-lib-fix.patch
deleted file mode 100644
index 5bdb1261f367..000000000000
--- a/app-misc/g15mpd/files/g15mpd-1.0.0-cflags-and-lib-fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ruN g15mpd-1.0.0/Makefile.am g15mpd-1.0.0-patched/Makefile.am
---- g15mpd-1.0.0/Makefile.am 2014-01-17 13:43:28.536056492 -0500
-+++ g15mpd-1.0.0-patched/Makefile.am 2014-01-17 13:43:31.596056410 -0500
-@@ -1,12 +1,12 @@
- AM_CPPFLAGS = @libmpd_CFLAGS@
--AM_CFLAGS = -O3 -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir)
-+AM_CFLAGS = @CFLAGS@ -I$(top_builddir) -I$(top_srcdir)
- METASOURCES = AUTO
- bin_PROGRAMS = g15mpd
-
- docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
- doc_DATA = README ChangeLog AUTHORS NEWS COPYING
-
--LIBS = -lg15daemon_client -lg15render -lX11 -lXtst @libmpd_LIBS@
-+LIBS = -lpthread -lg15daemon_client -lg15render -lX11 -lXtst @libmpd_LIBS@
- IMCLUDES = -I
- g15mpd_LDFLAGS = -avoid-version
- g15mpd_SOURCES = g15mpd.c
diff --git a/app-misc/g15mpd/files/g15mpd-1.0.0-docdir.patch b/app-misc/g15mpd/files/g15mpd-1.0.0-docdir.patch
deleted file mode 100644
index 8ee294226797..000000000000
--- a/app-misc/g15mpd/files/g15mpd-1.0.0-docdir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- g15mpd-1.0.0/Makefile.am
-+++ g15mpd-1.0.0/Makefile.am
-@@ -3,7 +3,7 @@
- METASOURCES = AUTO
- bin_PROGRAMS = g15mpd
-
--docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-+docdir = @docdir@
- doc_DATA = README ChangeLog AUTHORS NEWS COPYING
-
- LIBS = -lg15daemon_client -lg15render -lX11 -lXtst -lmpd
diff --git a/app-misc/g15mpd/files/g15mpd-1.0.0-libmpd.patch b/app-misc/g15mpd/files/g15mpd-1.0.0-libmpd.patch
deleted file mode 100644
index 57d2fb8a1ef6..000000000000
--- a/app-misc/g15mpd/files/g15mpd-1.0.0-libmpd.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index e407dab..6404618 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,4 +1,4 @@
--
-+AM_CPPFLAGS = @libmpd_CFLAGS@
- AM_CFLAGS = -O3 -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir)
- METASOURCES = AUTO
- bin_PROGRAMS = g15mpd
-@@ -6,7 +6,7 @@ bin_PROGRAMS = g15mpd
- docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
- doc_DATA = README ChangeLog AUTHORS NEWS COPYING
-
--LIBS = -lg15daemon_client -lg15render -lX11 -lXtst -lmpd
-+LIBS = -lg15daemon_client -lg15render -lX11 -lXtst @libmpd_LIBS@
- IMCLUDES = -I
- g15mpd_LDFLAGS = -avoid-version
- g15mpd_SOURCES = g15mpd.c
-diff --git a/configure.in b/configure.in
-index aaa361c..83281d0 100644
---- a/configure.in
-+++ b/configure.in
-@@ -18,7 +18,9 @@ AC_HEADER_SYS_WAIT
- AC_CHECK_HEADERS(g15daemon_client.h libg15render.h,,AC_MSG_ERROR(["libg15daemon_client (or its devel package) could not be found. please install it"]))
- AC_CHECK_HEADERS(X11/Xlib.h X11/XF86keysym.h,,AC_MSG_ERROR(["Xorg development files could not be found. please install the devel package"]))
- AC_CHECK_HEADERS(X11/extensions/XTest.h,,AC_MSG_ERROR(["Xorg XTEST Extension devel headers could not be found. please install the devel package"]))
--AC_CHECK_HEADERS(libmpd/libmpd.h,,AC_MSG_ERROR(["libmpd development files could not be found. please install the libmpd devel package"]))
-+PKG_CHECK_MODULES([libmpd], [libmpd])
-+AC_SUBST(libmpd_LIBS)
-+AC_SUBST(libmpd_CFLAGS)
- AC_PATH_X
-
- AC_OUTPUT(Makefile)
diff --git a/app-misc/g15mpd/g15mpd-1.0.0-r2.ebuild b/app-misc/g15mpd/g15mpd-1.0.0-r2.ebuild
deleted file mode 100644
index 20568ff0ba34..000000000000
--- a/app-misc/g15mpd/g15mpd-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="MPD (music player daemon) plugin to G15daemon"
-HOMEPAGE="https://sourceforge.net/projects/g15daemon/"
-SRC_URI="https://downloads.sourceforge.net/g15daemon/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
- >=app-misc/g15daemon-1.9
- dev-libs/libg15
- dev-libs/libg15render
- >=media-libs/libmpd-0.17
- sys-libs/zlib
- x11-libs/libX11
- x11-libs/libXtst
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}/${P}-libmpd.patch"
- "${FILESDIR}/${P}-cflags-and-lib-fix.patch"
- "${FILESDIR}/${P}-docdir.patch"
-)
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_install() {
- default
- rm "${ED}"/usr/share/doc/${PF}/{COPYING,NEWS} || die
-}
diff --git a/app-misc/g15mpd/metadata.xml b/app-misc/g15mpd/metadata.xml
deleted file mode 100644
index ef5d2548d49c..000000000000
--- a/app-misc/g15mpd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">g15daemon</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index adb8c7946fef..409cd0f5a498 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -179,7 +179,6 @@ x11-drivers/nvidia-drivers:0/470
# Poor upstream code quality, unmaintained upstream;
# no hardware for testing # anymore.
# https://public-inbox.gentoo.org/gentoo-dev/robbat2-20240529T185323-477923075Z@orbis-terrarum.net/
-app-misc/g15mpd
app-misc/g15stats
dev-libs/libg15
dev-libs/libg15render
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-31 10:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 10:28 [gentoo-commits] repo/gentoo:master commit in: app-misc/g15mpd/files/, app-misc/g15mpd/, profiles/ Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox