diff options
author | 2012-06-10 20:33:35 +0000 | |
---|---|---|
committer | 2012-06-10 20:33:35 +0000 | |
commit | ff1dbc17800ab332ac1968258436ace9d4c2f0b8 (patch) | |
tree | 607a4ec80ccc4e8d52ed97a50b60248f34f02424 /media-tv/mythtv/files | |
parent | version bump (diff) | |
download | gentoo-2-ff1dbc17800ab332ac1968258436ace9d4c2f0b8.tar.gz gentoo-2-ff1dbc17800ab332ac1968258436ace9d4c2f0b8.tar.bz2 gentoo-2-ff1dbc17800ab332ac1968258436ace9d4c2f0b8.zip |
Remove no longer used files. Fix 370883.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r-- | media-tv/mythtv/files/mythfilldatabase.cron | 4 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythtv-0.21-ldconfig-sanxbox-fix.patch | 13 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch | 30 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythtv.logrotate.d | 15 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythtv.png | bin | 2652 -> 0 bytes |
5 files changed, 0 insertions, 62 deletions
diff --git a/media-tv/mythtv/files/mythfilldatabase.cron b/media-tv/mythtv/files/mythfilldatabase.cron deleted file mode 100644 index e25082a7f00c..000000000000 --- a/media-tv/mythtv/files/mythfilldatabase.cron +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -QTDIR=/usr/qt/3 -/usr/bin/mythfilldatabase --no-delete --quiet diff --git a/media-tv/mythtv/files/mythtv-0.21-ldconfig-sanxbox-fix.patch b/media-tv/mythtv/files/mythtv-0.21-ldconfig-sanxbox-fix.patch deleted file mode 100644 index fbe256a3fa40..000000000000 --- a/media-tv/mythtv/files/mythtv-0.21-ldconfig-sanxbox-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ruN a/programs/mythfrontend/mythfrontend.pro b/mythtv.new/programs/mythfrontend/mythfrontend.pro ---- a/programs/mythfrontend/mythfrontend.pro 2009-06-07 12:32:17.000000000 -0700 -+++ b/programs/mythfrontend/mythfrontend.pro 2009-06-07 12:34:45.000000000 -0700 -@@ -16,6 +16,9 @@ - setting.files += MFEXML_scpd.xml - setting.extra = -ldconfig - -+# Gentoo sandbox-2.0: -+setting.extra -= -ldconfig -+ - INSTALLS += setting - - QMAKE_CLEAN += $(TARGET) diff --git a/media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch b/media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch deleted file mode 100644 index fcec220c382f..000000000000 --- a/media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: libs/libswscale/libswscale.pro -=================================================================== ---- libs/libswscale/libswscale.pro (revision 22859) -+++ libs/libswscale/libswscale.pro (working copy) -@@ -14,6 +14,11 @@ - QMAKE_CFLAGS_DEBUG += -fomit-frame-pointer - } - -+# gcc-4.2 and newer can not compile with PIC on x86 -+contains(ARCH_X86_32, yes) { -+ QMAKE_CFLAGS_SHLIB = -+} -+ - !profile:QMAKE_CFLAGS_DEBUG += -O - - INCLUDEPATH = .. ../.. -Index: libs/libavcodec/libavcodec.pro -=================================================================== ---- libs/libavcodec/libavcodec.pro (revision 22859) -+++ libs/libavcodec/libavcodec.pro (working copy) -@@ -25,7 +25,8 @@ - QMAKE_CFLAGS_DEBUG += -fomit-frame-pointer - } - # "-Os" can not compiled with PIC --contains(CONFIG_SMALL, yes):contains(ARCH_X86_32, yes) { -+# gcc-4.2 and newer can not compile with PIC on x86 -+contains(ARCH_X86_32, yes) { - QMAKE_CFLAGS_SHLIB = - } - diff --git a/media-tv/mythtv/files/mythtv.logrotate.d b/media-tv/mythtv/files/mythtv.logrotate.d deleted file mode 100644 index 5a93f423822a..000000000000 --- a/media-tv/mythtv/files/mythtv.logrotate.d +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythtv.logrotate.d,v 1.2 2007/03/19 04:24:12 cardoe Exp $ - -/var/log/mythtv/mythbackend.log /var/log/mythtv/mythfrontend.log { -rotate 5 -weekly -create 660 mythtv video -notifempty -sharedscripts -missingok -postrotate -/bin/kill -HUP `cat /var/run/mythbackend.pid` -endscript -} diff --git a/media-tv/mythtv/files/mythtv.png b/media-tv/mythtv/files/mythtv.png Binary files differdeleted file mode 100644 index e3c1a5f31832..000000000000 --- a/media-tv/mythtv/files/mythtv.png +++ /dev/null |