diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-11-16 12:50:42 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-11-16 12:50:42 +0000 |
commit | 722473d965b6095618040c07e72063470a138b8d (patch) | |
tree | 87e74ba62a1aa8a4c470bcec2471ee303785820a /app-editors | |
parent | A patch to define LIBXSLT_PUBLIC if undefined (this thing is only used on (diff) | |
download | gentoo-2-722473d965b6095618040c07e72063470a138b8d.tar.gz gentoo-2-722473d965b6095618040c07e72063470a138b8d.tar.bz2 gentoo-2-722473d965b6095618040c07e72063470a138b8d.zip |
This is the big multi-kdelibs & eclasses v4 commit. have fun, send bugreports!
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ktexmaker2/ktexmaker2-1.5.ebuild | 7 | ||||
-rw-r--r-- | app-editors/quanta/quanta-2.0_pre2-r1.ebuild | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/app-editors/ktexmaker2/ktexmaker2-1.5.ebuild b/app-editors/ktexmaker2/ktexmaker2-1.5.ebuild index 55d0df449cd3..274b7e7c20d4 100644 --- a/app-editors/ktexmaker2/ktexmaker2-1.5.ebuild +++ b/app-editors/ktexmaker2/ktexmaker2-1.5.ebuild @@ -1,14 +1,15 @@ # 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> -# $Header: /var/cvsroot/gentoo-x86/app-editors/ktexmaker2/ktexmaker2-1.5.ebuild,v 1.1 2001/10/03 22:20:18 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ktexmaker2/ktexmaker2-1.5.ebuild,v 1.2 2001/11/16 12:50:41 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die +need-kdelibs 2.1.1 + DESCRIPTION="A Latex Editor and TeX shell for kde2" SRC_URI="http://xm1.net.free.fr/linux/${P}.tar.gz" HOMEPAGE="http://xm1.net.free.fr/linux/" -DEPEND="$DEPEND >=kde-base/kdelibs-2.1.1 sys-devel/perl" -RDEPEND="$RDEPEND >=kde-base/kdelibs-2.1.1" +DEPEND="$DEPEND sys-devel/perl" diff --git a/app-editors/quanta/quanta-2.0_pre2-r1.ebuild b/app-editors/quanta/quanta-2.0_pre2-r1.ebuild index ebd22ecdf527..67ec672327e4 100644 --- a/app-editors/quanta/quanta-2.0_pre2-r1.ebuild +++ b/app-editors/quanta/quanta-2.0_pre2-r1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2-r1.ebuild,v 1.2 2001/11/05 13:54:04 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2-r1.ebuild,v 1.3 2001/11/16 12:50:41 danarmak Exp $ . /usr/portage/eclass/inherit.eclass inherit kde || die +need-kdelibs 2.1 + S=${WORKDIR}/quanta DESCRIPTION="Quanta - HTML editor for KDE2" @@ -16,11 +18,6 @@ SRC_URI="http://prdownloads.sourceforge.net/quanta/quanta-2.0-pr2.tar.bz2 HOMEPAGE="http://quanta.sourceforge.net" -DEPEND="$DEPEND - >=kde-base/kdelibs-2.1" -RDEPEND="$RDEPEND - >=kde-base/kdelibs-2.1" - src_unpack() { base_src_unpack kde-objprelink-patch |