summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2006-10-15 16:28:13 +0000
committerDenis Dupeyron <calchan@gentoo.org>2006-10-15 16:28:13 +0000
commit42cf19a61b721e5a98f956a0c16dfda868b79f57 (patch)
tree5376353f155d9a320441c54be0a48f7c16c7b41b /sci-electronics/ktechlab/files
parentRemoved old ebuild. (diff)
downloadgentoo-2-42cf19a61b721e5a98f956a0c16dfda868b79f57.tar.gz
gentoo-2-42cf19a61b721e5a98f956a0c16dfda868b79f57.tar.bz2
gentoo-2-42cf19a61b721e5a98f956a0c16dfda868b79f57.zip
Removed old ebuild.
(Portage version: 2.1.2_pre3-r1) (Unsigned Manifest commit)
Diffstat (limited to 'sci-electronics/ktechlab/files')
-rw-r--r--sci-electronics/ktechlab/files/digest-ktechlab-0.1.31
-rw-r--r--sci-electronics/ktechlab/files/ktechlab-0.1.3-gcc41.patch34
2 files changed, 0 insertions, 35 deletions
diff --git a/sci-electronics/ktechlab/files/digest-ktechlab-0.1.3 b/sci-electronics/ktechlab/files/digest-ktechlab-0.1.3
deleted file mode 100644
index 7ecf3c9e8c85..000000000000
--- a/sci-electronics/ktechlab/files/digest-ktechlab-0.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 61ac4610792965c5546692a30de645ef ktechlab-0.1.3.tar.bz2 974825
diff --git a/sci-electronics/ktechlab/files/ktechlab-0.1.3-gcc41.patch b/sci-electronics/ktechlab/files/ktechlab-0.1.3-gcc41.patch
deleted file mode 100644
index 4450d949c232..000000000000
--- a/sci-electronics/ktechlab/files/ktechlab-0.1.3-gcc41.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Index: ktechlab-0.1.3/src/canvasview.h
-===================================================================
---- ktechlab-0.1.3.orig/src/canvasview.h
-+++ ktechlab-0.1.3/src/canvasview.h
-@@ -20,6 +20,7 @@
-
- class Canvas;
- class CanvasCorner;
-+class CanvasEditor;
- class CanvasItem;
- class CanvasItemGroup;
- class CanvasTip;
-@@ -581,7 +582,7 @@ protected:
- /**
- * Set to true to remove buttons and grid and so on from the canvas, set false to put them back
- */
-- void CanvasView::setSVGExport( bool svgExport );
-+ void setSVGExport( bool svgExport );
- /**
- * Creates a new NodeGroup to control the node, if there does not already
- * exist a NodeGroup containing the given node. The associated nodes will
-Index: ktechlab-0.1.3/src/itemlibrary.h
-===================================================================
---- ktechlab-0.1.3.orig/src/itemlibrary.h
-+++ ktechlab-0.1.3/src/itemlibrary.h
-@@ -17,6 +17,8 @@
- #include <qimage.h>
- #include <map>
-
-+class ItemLibrary;
-+
- inline ItemLibrary* itemLibrary();
- typedef std::map< QString, QImage > ImageMap;
-