summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-03 15:58:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-03 15:58:06 +0000
commitd824b235b329a943706ee4dce261e54316fa13b5 (patch)
treedf54881335bfd25399c1098893f4063b5e5c2f96 /media-video
parentVersion bump (diff)
downloadgentoo-2-d824b235b329a943706ee4dce261e54316fa13b5.tar.gz
gentoo-2-d824b235b329a943706ee4dce261e54316fa13b5.tar.bz2
gentoo-2-d824b235b329a943706ee4dce261e54316fa13b5.zip
Remove unused patch too.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/nvclock/Manifest1
-rw-r--r--media-video/nvclock/files/nvclock_acinclude_qtlibs.patch21
2 files changed, 0 insertions, 22 deletions
diff --git a/media-video/nvclock/Manifest b/media-video/nvclock/Manifest
index e34ba04c2d24..93872413924c 100644
--- a/media-video/nvclock/Manifest
+++ b/media-video/nvclock/Manifest
@@ -1,7 +1,6 @@
AUX nvclock-0.8_beta4-as-needed.patch 651 RMD160 4cf84c94b991b06259ef900edbdcafcab1071901 SHA1 7508ab06776bd85c9ab9b3de134b231bc0f33128 SHA256 f64732aea1e9ef53a91df1c628938c4cafadfef49f6c4a622d29b951302745c7
AUX nvclock-0.8_beta4-flags.patch 3501 RMD160 ff7e9b58f3ad4b5fec5d2b3fd68705cee5686aff SHA1 a4b4bc40a4dfb9c436361e471c207ebfb74f2444 SHA256 5b6649d93b9b9c0696d4cae723ea6544aed9598a2e31e4eb5f433373c6fd5964
AUX nvclock-0.8_beta4-headers.patch 2618 RMD160 93160c603311366acc9a4e741cbe81aae21427c2 SHA1 830a7f221fe59c02f080e7cc959262dbbad8b95a SHA256 5919ff5b01eda0f96dedaad90a9aced82e94129f8ff9ef7c242913e7e2a0af74
-AUX nvclock_acinclude_qtlibs.patch 1108 RMD160 1960d2a4f3e956971175ac9343642dd9944577f9 SHA1 320d85ca31c069214ef429b4f2cf6b8358b143a2 SHA256 c6bd458331de21c85e1abf3edb686bb03fffbfc841c74f37c3d8eb9b2e744309
AUX nvclock_confd 360 RMD160 a793577e43a9a66bb0eb8b4d22e8ddb39b6ac30c SHA1 c9da108dbe24f5c1a42f859b6d28b83031fcb8ce SHA256 2bbf36faa3b78425471275f70c4d8abdff4720dc854152e4ad7b2da68810bdca
AUX nvclock_initd 144 RMD160 a0b6f2b8c9932902136d580e3084fe82e09f8a1f SHA1 16a9e5aa3278d90e76e232048bd624acc6ee3a18 SHA256 5db21835535d48564417a58a92a646c0f5b8e672779978892094556b7650c140
DIST nvclock0.8b4.tar.gz 336999 RMD160 02dbfde37514b34c7f0e5a8b71e8205e32575dcc SHA1 758b3848b036e2b3e25368cfec4c6cd82a963dc9 SHA256 bdb695e869822c4740c361bcace81b5527b774002d42785c986da9a92d7a9b0b
diff --git a/media-video/nvclock/files/nvclock_acinclude_qtlibs.patch b/media-video/nvclock/files/nvclock_acinclude_qtlibs.patch
deleted file mode 100644
index c2eae73b2b44..000000000000
--- a/media-video/nvclock/files/nvclock_acinclude_qtlibs.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- acinclude.m4.old 2005-08-07 05:58:52.000000000 -0400
-+++ acinclude.m4 2006-10-14 08:52:42.000000000 -0400
-@@ -75,8 +75,6 @@
-
- AC_MSG_CHECKING([QTDIR])
- AC_ARG_WITH([qtdir], [ --with-qtdir=DIR Qt installation directory [default=$QTDIR]], QTDIR=$withval)
--AC_ARG_WITH([qt-includes], [ --with-qt-includes=DIR Directory containing the qt include files ], QT_INC_DIR=$withval)
--AC_ARG_WITH([qt-libs], [ --with-qt-libraries=DIR Directory containing the qt libraries ], QT_LIB_DIR=$withval)
-
- # Check that QTDIR is defined or that --with-qtdir given
- if test x"$QTDIR" = x; then
-@@ -95,6 +93,9 @@
- QT_LIB_DIR=$QTDIR/lib
- fi
-
-+AC_ARG_WITH([qt-includes], [ --with-qt-includes=DIR Directory containing the qt include files ], QT_INC_DIR=$withval)
-+AC_ARG_WITH([qt-libs], [ --with-qt-libs=DIR Directory containing the qt libraries ], QT_LIB_DIR=$withval)
-+
- #Some distributions don't use QTDIR and use "standard" places like /usr/include/qt3 for headers and /usr/lib for libs
- #We try to detect qt in those standard places when we haven't found anything in QTDIR
- if test x$QT_INC_DIR = x; then