summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-12-31 11:14:27 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-12-31 11:26:50 +0100
commit376ff020ff8309b6bfe9dbd16968cfe4f1c7112c (patch)
treec0aa6bff3b4df7fa663adcb0a9345d2f3407e20d /app-misc
parentapp-misc/g15message: treeclean (diff)
downloadgentoo-376ff020ff8309b6bfe9dbd16968cfe4f1c7112c.tar.gz
gentoo-376ff020ff8309b6bfe9dbd16968cfe4f1c7112c.tar.bz2
gentoo-376ff020ff8309b6bfe9dbd16968cfe4f1c7112c.zip
app-misc/g15mpd: treeclean
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/g15mpd/Manifest1
-rw-r--r--app-misc/g15mpd/files/g15mpd-1.0.0-cflags-and-lib-fix.patch18
-rw-r--r--app-misc/g15mpd/files/g15mpd-1.0.0-docdir.patch11
-rw-r--r--app-misc/g15mpd/files/g15mpd-1.0.0-libmpd.patch34
-rw-r--r--app-misc/g15mpd/g15mpd-1.0.0-r2.ebuild43
-rw-r--r--app-misc/g15mpd/metadata.xml8
6 files changed, 0 insertions, 115 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>