summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-03-09 06:19:18 +0000
committerSamuli Suominen <drac@gentoo.org>2007-03-09 06:19:18 +0000
commitd37dc21628b921277ea8f2fe90e16aac035bc3f2 (patch)
treee427ddc194f8645ed5d9394a11caa2f84f69e65a /media-sound/noteedit
parentRemove unused version(s) related to bug 105016 (diff)
downloadgentoo-2-d37dc21628b921277ea8f2fe90e16aac035bc3f2.tar.gz
gentoo-2-d37dc21628b921277ea8f2fe90e16aac035bc3f2.tar.bz2
gentoo-2-d37dc21628b921277ea8f2fe90e16aac035bc3f2.zip
Remove unused patches too.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound/noteedit')
-rw-r--r--media-sound/noteedit/files/noteedit-2.8.0-qt-3.3.5.patch32
-rw-r--r--media-sound/noteedit/files/noteedit-gcc4.patch38
2 files changed, 0 insertions, 70 deletions
diff --git a/media-sound/noteedit/files/noteedit-2.8.0-qt-3.3.5.patch b/media-sound/noteedit/files/noteedit-2.8.0-qt-3.3.5.patch
deleted file mode 100644
index b6903ce8fd54..000000000000
--- a/media-sound/noteedit/files/noteedit-2.8.0-qt-3.3.5.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Index: noteedit-2.8.0/noteedit/staffProps.ui
-===================================================================
---- noteedit-2.8.0.orig/noteedit/staffProps.ui
-+++ noteedit-2.8.0/noteedit/staffProps.ui
-@@ -542,14 +542,4 @@
- <slot>slotPropertyChanged()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
-- <includehint>nscaleedit.h</includehint>
-- <includehint>nscaleedit.h</includehint>
-- <includehint>nscaleedit.h</includehint>
-- <includehint>nscaleedit.h</includehint>
-- <includehint>nscaleedit.h</includehint>
-- <includehint>nscaleedit.h</includehint>
-- <includehint>nscaleedit.h</includehint>
-- <includehint>nscaleedit.h</includehint>
--</includehints>
- </UI>
-Index: noteedit-2.8.0/noteedit/timesigDia.ui
-===================================================================
---- noteedit-2.8.0.orig/noteedit/timesigDia.ui
-+++ noteedit-2.8.0/noteedit/timesigDia.ui
-@@ -356,8 +356,4 @@
- <slot>slot_68()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
-- <includehint>nscaleedit.h</includehint>
-- <includehint>nscaleedit.h</includehint>
--</includehints>
- </UI>
diff --git a/media-sound/noteedit/files/noteedit-gcc4.patch b/media-sound/noteedit/files/noteedit-gcc4.patch
deleted file mode 100644
index c0de1effc239..000000000000
--- a/media-sound/noteedit/files/noteedit-gcc4.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- noteedit/configure.in.in 2005/07/04 19:44:25 263
-+++ noteedit/configure.in.in 2005/07/28 18:53:19 284
-@@ -91,20 +91,22 @@
- then
- AC_DEFINE(GCC_MAJ_VERS, 2, [main version number of gcc])
- rm -f compvers.cc compvers.o compvers
-+elif test "X$ccversion" = "X3"
-+then
-+ AC_DEFINE(GCC_MAJ_VERS, 3, [main version number of gcc])
-+ rm -f compvers.cc compvers.o compvers
-+elif test "X$ccversion" = "X4"
-+then
-+ AC_DEFINE(GCC_MAJ_VERS, 4, [main version number of gcc])
-+ rm -f compvers.cc compvers.o compvers
- else
-- if test "X$ccversion" = "X3"
-- then
-- AC_DEFINE(GCC_MAJ_VERS, 3, [main version number of gcc])
-- rm -f compvers.cc compvers.o compvers
-- else
-- echo ""
-- echo "Cannot determine g++ version"
-- echo "Check your compiler installation or"
-- echo "try to find out why \"./compvers\" doesn't"
-- echo "supply \"2\" or \"3\"!"
-- echo ""
-- exit
-- fi
-+ echo ""
-+ echo "Cannot determine g++ version"
-+ echo "Check your compiler installation or"
-+ echo "try to find out why \"./compvers\" doesn't"
-+ echo "supply \"2\", \"3\" or \"4\"!"
-+ echo ""
-+ exit
- fi
-
-