diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-09-17 05:27:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-09-17 05:27:46 +0000 |
commit | fa0821004a45f277b8ce86b3ee335da8af27a2ee (patch) | |
tree | 8824961530a03c4608875b139432ce22196cdab8 /media-video/oxine/files | |
parent | clean out old, non-modX ebuild (diff) | |
download | gentoo-2-fa0821004a45f277b8ce86b3ee335da8af27a2ee.tar.gz gentoo-2-fa0821004a45f277b8ce86b3ee335da8af27a2ee.tar.bz2 gentoo-2-fa0821004a45f277b8ce86b3ee335da8af27a2ee.zip |
clean out old, non-modX ebuild
(Portage version: 2.1.1)
(Unsigned Manifest commit)
Diffstat (limited to 'media-video/oxine/files')
-rw-r--r-- | media-video/oxine/files/digest-oxine-0.2 | 3 | ||||
-rw-r--r-- | media-video/oxine/files/oxine-0.2-gcc34.patch | 10 | ||||
-rw-r--r-- | media-video/oxine/files/oxine-0.2-xtst.patch | 11 |
3 files changed, 0 insertions, 24 deletions
diff --git a/media-video/oxine/files/digest-oxine-0.2 b/media-video/oxine/files/digest-oxine-0.2 deleted file mode 100644 index 8b2c57f14c41..000000000000 --- a/media-video/oxine/files/digest-oxine-0.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 668091ddccb1bb77cfd0a04756604133 oxine-0.2.tar.gz 284207 -RMD160 68a766b09543b8e43f386bc02d85f8e33636f04d oxine-0.2.tar.gz 284207 -SHA256 1fd6fab9933ac8e494330f770760a7466e39d71f6e64faeb10285bc8c216eb5a oxine-0.2.tar.gz 284207 diff --git a/media-video/oxine/files/oxine-0.2-gcc34.patch b/media-video/oxine/files/oxine-0.2-gcc34.patch deleted file mode 100644 index 23ab4d1cd7f6..000000000000 --- a/media-video/oxine/files/oxine-0.2-gcc34.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/oxine.c.org 2004-11-22 23:19:24.033988400 -0100 -+++ src/oxine.c 2004-11-22 23:20:28.760148528 -0100 -@@ -28,6 +28,7 @@ - #include <string.h> - #include <sys/stat.h> - #include <fcntl.h> -+#include <getopt.h> - - #include <xine.h> - #include "oxine.h" diff --git a/media-video/oxine/files/oxine-0.2-xtst.patch b/media-video/oxine/files/oxine-0.2-xtst.patch deleted file mode 100644 index 737b14c1ecc3..000000000000 --- a/media-video/oxine/files/oxine-0.2-xtst.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.org 2004-11-22 23:35:03.963097456 -0100 -+++ src/Makefile.in 2004-11-22 23:35:26.110730504 -0100 -@@ -148,7 +148,7 @@ - x11.c nox.c fb.c lirc.c - - --oxine_LDADD = @XINE_LIBS@ $(LIRC_LIBS) $(XTEST_LIBS) -+oxine_LDADD = @XINE_LIBS@ $(LIRC_LIBS) $(X_LIBS) $(XTEST_LIBS) - - noinst_HEADERS = oxine.h odk.h odk_plugin.h otk.h event.h \ - utils.h list.h xmllexer.h xmlparser.h \ |