summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-09-19 19:31:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-21 12:20:37 +0200
commit97963c3b55259c1f408178abe7515f5d7ecf4342 (patch)
treecf47d95864e0539679745b4cf02e3d727c434309 /media-sound/pnmixer
parentnet-print/cnijfilter2: Version bump to 5.50 (diff)
downloadgentoo-97963c3b55259c1f408178abe7515f5d7ecf4342.tar.gz
gentoo-97963c3b55259c1f408178abe7515f5d7ecf4342.tar.bz2
gentoo-97963c3b55259c1f408178abe7515f5d7ecf4342.zip
media-sound/pnmixer: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/9917
Diffstat (limited to 'media-sound/pnmixer')
-rw-r--r--media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch63
-rw-r--r--media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch15
2 files changed, 0 insertions, 78 deletions
diff --git a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch
deleted file mode 100644
index 5e4fba2d0750..000000000000
--- a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Thu Nov 15 23:59:49 UTC 2012
-Subject: build system
-
-respect CFLAGS, use rdynamic
-don't use AM_CFLAGS in configure.in
-fix macros for automake-1.13
-
---- configure.in
-+++ configure.in
-@@ -1,16 +1,13 @@
- dnl Process this file with autoconf to produce a configure script.
-
--AC_INIT(configure.in)
--AM_INIT_AUTOMAKE(pnmixer, 0.6-dev)
--AM_CONFIG_HEADER(config.h)
-+AC_INIT([pnmixer], [0.6-dev])
-+AM_INIT_AUTOMAKE
-+AC_CONFIG_HEADERS(config.h)
- AM_MAINTAINER_MODE
-
--OLD_CFLAGS=$CFLAGS
- AC_ISC_POSIX
- AC_PROG_CC
--AM_PROG_CC_STDC
- AC_HEADER_STDC
--CFLAGS=$OLD_CXXFLAGS
-
- pkg_modules="gtk+-2.0 >= 2.16.0"
-
-@@ -37,12 +34,13 @@
-
- if test x"$debugit" = x"yes"; then
- AC_DEFINE([DEBUG],[],[Debug Mode])
-- AM_CFLAGS="$AM_CFLAGS -g -Wall -Werror -Wno-uninitialized -Wformat -Wformat-security -O0 -export-dynamic"
- else
- AC_DEFINE([NDEBUG],[],[No-debug Mode])
-- AM_CFLAGS="$AM_CFLAGS -O2 -export-dynamic"
- fi
-
-+CFLAGS="$CFLAGS -Wall -Wno-uninitialized -Wformat -Wformat-security"
-+LDFLAGS="-rdynamic $LDFLAGS"
-+
- ##########################################################################
-
- # Make sure we have X11, and also have it added to LIBS
-@@ -74,7 +72,6 @@
- AC_DEFINE([HAVE_LIBN],1,[Defined if you have libnotify])
- fi
-
--AC_SUBST([AM_CFLAGS])
-
- PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
- AC_SUBST(PACKAGE_CFLAGS)
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -1,6 +1,5 @@
- ## Process this file with automake to produce Makefile.in
-
--AM_CFLAGS = @AM_CFLAGS@
-
- INCLUDES = \
- -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
diff --git a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch
deleted file mode 100644
index 992e02936477..000000000000
--- a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Fri Nov 16 00:03:56 UTC 2012
-Subject: desktop file
-
- comply with fd.o spec
-
---- data/pnmixer.desktop
-+++ data/pnmixer.desktop
-@@ -12,4 +12,4 @@
- Icon=pnmixer
- Terminal=false
- Type=Application
--Categories=Application;AudioVideo;
-\ No newline at end of file
-+Categories=AudioVideo;