summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-11-04 10:18:13 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-11-04 10:18:13 +0000
commitf6010183a373f474319179409410d688a81fc2f7 (patch)
tree172416873f81214dc2647fa85bced804bca10b51 /app-sci/qcad
parentCleanup (diff)
downloadhistorical-f6010183a373f474319179409410d688a81fc2f7.tar.gz
historical-f6010183a373f474319179409410d688a81fc2f7.tar.bz2
historical-f6010183a373f474319179409410d688a81fc2f7.zip
Cleanup
Diffstat (limited to 'app-sci/qcad')
-rw-r--r--app-sci/qcad/Manifest2
-rw-r--r--app-sci/qcad/files/digest-qcad-2.0.0.11
-rw-r--r--app-sci/qcad/files/digest-qcad-2.0.0.81
-rw-r--r--app-sci/qcad/qcad-2.0.0.1.ebuild40
-rw-r--r--app-sci/qcad/qcad-2.0.0.8.ebuild40
5 files changed, 1 insertions, 83 deletions
diff --git a/app-sci/qcad/Manifest b/app-sci/qcad/Manifest
index 20cddc3864b7..82e97f70894e 100644
--- a/app-sci/qcad/Manifest
+++ b/app-sci/qcad/Manifest
@@ -1,6 +1,6 @@
MD5 bf3847f2e7959afa3128e1695453c6b0 qcad-1.5.4.ebuild 1043
MD5 e372c3cdccc68fb8fd7689916f95adbf qcad-2.0.1.0.ebuild 1186
-MD5 175b651223f9f40d6882b7c9b82b91c3 ChangeLog 1915
+MD5 0c4eca97bd1dfa3ce2a38658e4d1a7e3 ChangeLog 1917
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 1a2663c1af2274b28422a9a3c04a7bac files/digest-qcad-1.5.4 67
MD5 ec141f17f0419be4c51b80ed330f4d35 files/qcad-2.0.1.0-1.src-gentoo.patch 2409
diff --git a/app-sci/qcad/files/digest-qcad-2.0.0.1 b/app-sci/qcad/files/digest-qcad-2.0.0.1
deleted file mode 100644
index b27ce459412e..000000000000
--- a/app-sci/qcad/files/digest-qcad-2.0.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a2f62fb7865aa35445d9cbfc3414096f qcad-2.0.0.1-1.src.tar.gz 2316081
diff --git a/app-sci/qcad/files/digest-qcad-2.0.0.8 b/app-sci/qcad/files/digest-qcad-2.0.0.8
deleted file mode 100644
index 9103f74fdbce..000000000000
--- a/app-sci/qcad/files/digest-qcad-2.0.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 47be1475525e7f792432c8bd135ec56b qcad-2.0.0.8-1.src.tar.gz 2386211
diff --git a/app-sci/qcad/qcad-2.0.0.1.ebuild b/app-sci/qcad/qcad-2.0.0.1.ebuild
deleted file mode 100644
index 3761aa5b0bcf..000000000000
--- a/app-sci/qcad/qcad-2.0.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-2.0.0.1.ebuild,v 1.2 2003/10/15 06:14:12 phosphan Exp $
-inherit kde-functions
-
-MY_P=${P}-1.src
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A 2D CAD package based upon Qt."
-SRC_URI="http://www.ribbonsoft.com/archives/qcad/${MY_P}.tar.gz"
-HOMEPAGE="http://www.ribbonsoft.com/qcad.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-need-qt 3
-
-DEPEND="${DEPEND}
- >=sys-apps/sed-4"
-
-src_compile() {
- cd ${S}/scripts
- sed -i -e 's/^make/make ${MAKEOPTS}/' build_qcad.sh
- sed -i -e 's/^\.\/configure/.\/configure --host=${CHOST}/' build_qcad.sh
- sh build_qcad.sh || die "build failed"
-}
-
-src_install () {
- cd qcad
- mv qcad qcad.bin
- dobin qcad.bin
- echo -e "#!/bin/sh\ncd /usr/share/${P}\nqcad.bin" > qcad
- chmod ugo+rx qcad
- dobin qcad
- dodir /usr/share/${P}
- cp -a patterns examples fonts scripts qm ${D}/usr/share/${P}
- cd ..
- dodoc README
-}
-
diff --git a/app-sci/qcad/qcad-2.0.0.8.ebuild b/app-sci/qcad/qcad-2.0.0.8.ebuild
deleted file mode 100644
index 0c557bb3d402..000000000000
--- a/app-sci/qcad/qcad-2.0.0.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-2.0.0.8.ebuild,v 1.2 2003/10/15 06:14:12 phosphan Exp $
-inherit kde-functions
-
-MY_P=${P}-1.src
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A 2D CAD package based upon Qt."
-SRC_URI="http://www.ribbonsoft.com/archives/qcad/${MY_P}.tar.gz"
-HOMEPAGE="http://www.ribbonsoft.com/qcad.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-need-qt 3
-
-DEPEND="${DEPEND}
- >=sys-apps/sed-4"
-
-src_compile() {
- cd ${S}/scripts
- sed -i -e 's/^make/make ${MAKEOPTS}/' build_qcad.sh
- sed -i -e 's/^\.\/configure/.\/configure --host=${CHOST}/' build_qcad.sh
- sh build_qcad.sh || die "build failed"
-}
-
-src_install () {
- cd qcad
- mv qcad qcad.bin
- dobin qcad.bin
- echo -e "#!/bin/sh\ncd /usr/share/${P}\nqcad.bin" > qcad
- chmod ugo+rx qcad
- dobin qcad
- dodir /usr/share/${P}
- cp -a patterns examples fonts scripts qm ${D}/usr/share/${P}
- cd ..
- dodoc README
-}
-