summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2014-04-25 15:42:28 +0000
committerSteve Dibb <beandog@gentoo.org>2014-04-25 15:42:28 +0000
commit00a551036f748c1a2ad10cff9a9d38edc4ac939c (patch)
tree670be5a91218321e9f7a10203811aa04b8146e46 /media-video/makemkv
parentVersion bump, bug 508292; Use EAPI 5 (diff)
downloadgentoo-2-00a551036f748c1a2ad10cff9a9d38edc4ac939c.tar.gz
gentoo-2-00a551036f748c1a2ad10cff9a9d38edc4ac939c.tar.bz2
gentoo-2-00a551036f748c1a2ad10cff9a9d38edc4ac939c.zip
Remove patches for old versions
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video/makemkv')
-rw-r--r--media-video/makemkv/ChangeLog16
-rw-r--r--media-video/makemkv/files/makemkv-1.6.16-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.7.7-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.7.8-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.8.0-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.8.3-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.8.4-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch20
-rw-r--r--media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch11
12 files changed, 15 insertions, 212 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog
index ffa2484f69cf..4306e1833ca1 100644
--- a/media-video/makemkv/ChangeLog
+++ b/media-video/makemkv/ChangeLog
@@ -1,6 +1,20 @@
# ChangeLog for media-video/makemkv
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.39 2014/04/25 15:32:48 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.40 2014/04/25 15:42:28 beandog Exp $
+
+ 25 Apr 2014; Steve Dibb <beandog@gentoo.org>
+ -files/makemkv-1.6.16-makefile.linux.patch,
+ -files/makemkv-1.7.4-makefile.linux.patch,
+ -files/makemkv-1.7.6-makefile.linux.patch,
+ -files/makemkv-1.7.7-makefile.linux.patch,
+ -files/makemkv-1.7.8-makefile.linux.patch,
+ -files/makemkv-1.8.0-makefile.linux.patch,
+ -files/makemkv-1.8.1-makefile.linux.patch,
+ -files/makemkv-1.8.3-makefile.linux.patch,
+ -files/makemkv-1.8.4-makefile.linux.patch,
+ -files/makemkv-1.8.5-makefile.linux.patch,
+ -files/makemkv-1.8.6-makefile.linux.patch:
+ Remove patches for old versions
*makemkv-1.8.10 (25 Apr 2014)
diff --git a/media-video/makemkv/files/makemkv-1.6.16-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.6.16-makefile.linux.patch
deleted file mode 100644
index 4bef0bcd6f72..000000000000
--- a/media-video/makemkv/files/makemkv-1.6.16-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv_v1.6.16_oss/makefile.linux.orig 2011-12-02 15:26:10.997323145 -0700
-+++ makemkv_v1.6.16_oss/makefile.linux 2011-12-02 17:24:34.058323537 -0700
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -33,7 +33,7 @@
- install -t $(DESTDIR)/usr/bin out/makemkv
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch
deleted file mode 100644
index ba213a6cf109..000000000000
--- a/media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv_v1.7.4_oss/makefile.linux.orig
-+++ makemkv_v1.7.4_oss/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch
deleted file mode 100644
index 6326575b2abb..000000000000
--- a/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv-oss-1.7.6/makefile.linux.orig
-+++ makemkv-oss-1.7.6/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.7.7-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.7-makefile.linux.patch
deleted file mode 100644
index 4305cff5727d..000000000000
--- a/media-video/makemkv/files/makemkv-1.7.7-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv-oss-1.7.7/makefile.linux.orig
-+++ makemkv-oss-1.7.7/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.7.8-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.8-makefile.linux.patch
deleted file mode 100644
index d3476b44dbfd..000000000000
--- a/media-video/makemkv/files/makemkv-1.7.8-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv-oss-1.7.8/makefile.linux.orig
-+++ makemkv-oss-1.7.8/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.8.0-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.0-makefile.linux.patch
deleted file mode 100644
index e387147f479d..000000000000
--- a/media-video/makemkv/files/makemkv-1.8.0-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv-oss-1.8.0/makefile.linux.orig
-+++ makemkv-oss-1.8.0/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch
deleted file mode 100644
index bba4f8ea22fe..000000000000
--- a/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv-oss-1.8.1/makefile.linux.orig
-+++ makemkv-oss-1.8.1/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.8.3-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.3-makefile.linux.patch
deleted file mode 100644
index aedb4763d52a..000000000000
--- a/media-video/makemkv/files/makemkv-1.8.3-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv-oss-1.8.3/makefile.linux.orig
-+++ makemkv-oss-1.8.3/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.8.4-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.4-makefile.linux.patch
deleted file mode 100644
index b058329bf339..000000000000
--- a/media-video/makemkv/files/makemkv-1.8.4-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv-oss-1.8.4/makefile.linux.orig
-+++ makemkv-oss-1.8.4/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch
deleted file mode 100644
index 71b9c029f1e2..000000000000
--- a/media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv-oss-1.8.5/makefile.linux.orig
-+++ makemkv-oss-1.8.5/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
- endif
-
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
-
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
-
- out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out
diff --git a/media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch
deleted file mode 100644
index 2e4396b5ce20..000000000000
--- a/media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- makemkv-oss-1.8.6/Makefile.in.orig 2013-11-20 19:48:33.000000000 -0800
-+++ makemkv-oss-1.8.6/Makefile.in 2013-11-21 19:05:22.319663127 -0800
-@@ -50,7 +50,7 @@
- endif
-
- out/%: out/%.full
-- $(OBJCOPY) --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ $(OBJCOPY) --discard-all $< $@
-
- out/libdriveio.so.0.full:
- mkdir -p out