diff options
Diffstat (limited to 'kde-apps/quanta/quanta-2.0_pre2.ebuild')
-rw-r--r-- | kde-apps/quanta/quanta-2.0_pre2.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-apps/quanta/quanta-2.0_pre2.ebuild b/kde-apps/quanta/quanta-2.0_pre2.ebuild deleted file mode 100644 index 744a0361e559..000000000000 --- a/kde-apps/quanta/quanta-2.0_pre2.ebuild +++ /dev/null @@ -1,34 +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=${PN}-2.0-pr2.tar.bz2 -S=${WORKDIR}/quanta -DESCRIPTION="HTML editor for KDE2" -SRC_URI="http://prdownloads.sourceforge.net/quanta/${A}" -HOMEPAGE="http://quanta.sourceforge.net" -DEPEND=">=kde-base/kdelibs-2.1.1" - -RDEPEND=$DEPEND - -src_compile() { - local myconf - if [ "`use qtmt`" ] - then - myconf="--enable-mt" - fi - if [ "`use mitshm`" ] - then - myconf="$myconf --enable-mitshm" - fi - try ./configure --prefix=${KDEDIR} --host=${CHOST} $myconf - try make - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} - |