summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 10:29:25 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 10:29:25 +0000
commitb7371f5c475890c61db399b00dedce9ad35d827d (patch)
treecc29fdb4bd34a8051db8a333bf64510b9ad2caa5 /kde-apps
parentCleanup (diff)
downloadgentoo-2-b7371f5c475890c61db399b00dedce9ad35d827d.tar.gz
gentoo-2-b7371f5c475890c61db399b00dedce9ad35d827d.tar.bz2
gentoo-2-b7371f5c475890c61db399b00dedce9ad35d827d.zip
Cleanups
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/quanta/files/digest-quanta-2.0-r1 (renamed from kde-apps/quanta/files/digest-quanta-2.0)0
-rw-r--r--kde-apps/quanta/quanta-2.0.ebuild29
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/quanta/files/digest-quanta-2.0 b/kde-apps/quanta/files/digest-quanta-2.0-r1
index e41f2d2ffb86..e41f2d2ffb86 100644
--- a/kde-apps/quanta/files/digest-quanta-2.0
+++ b/kde-apps/quanta/files/digest-quanta-2.0-r1
diff --git a/kde-apps/quanta/quanta-2.0.ebuild b/kde-apps/quanta/quanta-2.0.ebuild
deleted file mode 100644
index dddc4772e3e8..000000000000
--- a/kde-apps/quanta/quanta-2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Philippe Namias <pnamias@gentoo.org>
-
-A=${P}-pr1.tar.bz2
-S=${WORKDIR}/quanta
-DESCRIPTION="HTML editor for KDE2"
-SRC_URI="http://ftp1.sourceforge.net/quanta/${A}"
-HOMEPAGE="http://quanta.sourceforge.net"
-
-DEPEND=">=kde-base/kde-2.0"
-
-RDEPEND=$DEPEND
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/opt/kde2.1 --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-