diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-12-23 21:35:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-12-23 21:35:16 +0000 |
commit | 45d9586ee108f46a67eb70541409cc4e8fd6b6d1 (patch) | |
tree | f6d877a72ecc0b5da3cf862dd50eabebce448b07 /net-misc/komba2 | |
parent | eclasses v5 and ebuilds to match :-) see the gentoo-dev message; do not edit ... (diff) | |
download | historical-45d9586ee108f46a67eb70541409cc4e8fd6b6d1.tar.gz historical-45d9586ee108f46a67eb70541409cc4e8fd6b6d1.tar.bz2 historical-45d9586ee108f46a67eb70541409cc4e8fd6b6d1.zip |
eclasses v5 and ebuilds to match :-) see the gentoo-dev message; do not edit any inheriting ebuilds
before reading the changelog.
Diffstat (limited to 'net-misc/komba2')
-rw-r--r-- | net-misc/komba2/komba2-0.7.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/komba2/komba2-0.7.2.ebuild b/net-misc/komba2/komba2-0.7.2.ebuild index 19d1578256dd..b2cd5bdcff09 100644 --- a/net-misc/komba2/komba2-0.7.2.ebuild +++ b/net-misc/komba2/komba2-0.7.2.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/komba2/komba2-0.7.2.ebuild,v 1.1 2001/11/28 15:16:14 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/komba2/komba2-0.7.2.ebuild,v 1.2 2001/12/23 21:35:16 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die -S=${WORKDIR}/${P} +need-kde 2.2 DESCRIPTION="Windows(Samba) network administrating tool for KDE" HOMEPAGE="http://zeus.fh-brandenburg.de/~schwanz/php/komba.php3" -DEPEND="$DEPEND >=net-fs/samba-2.2" +newdepend "$DEPEND >=net-fs/samba-2.2" SRC_URI="http://zeus.fh-brandenburg.de/~schwanz/files/${P}.tar.gz" |