diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-04-24 12:30:32 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-04-24 12:30:32 +0000 |
commit | f6d638e2e5d7b80cc825c75f22b62b19b9ca4c26 (patch) | |
tree | 0ae68680e170d91348a0433f72b3e2434ce9c86c /dev-db/knoda/knoda-0.6_pre3.ebuild | |
parent | New version which is supposed to fix problems in connection with kde-3.1.1a (diff) | |
download | historical-f6d638e2e5d7b80cc825c75f22b62b19b9ca4c26.tar.gz historical-f6d638e2e5d7b80cc825c75f22b62b19b9ca4c26.tar.bz2 historical-f6d638e2e5d7b80cc825c75f22b62b19b9ca4c26.zip |
New version which is supposed to fix problems in connection with kde-3.1.1a
Diffstat (limited to 'dev-db/knoda/knoda-0.6_pre3.ebuild')
-rw-r--r-- | dev-db/knoda/knoda-0.6_pre3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-db/knoda/knoda-0.6_pre3.ebuild b/dev-db/knoda/knoda-0.6_pre3.ebuild new file mode 100644 index 000000000000..0069daac7f81 --- /dev/null +++ b/dev-db/knoda/knoda-0.6_pre3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.6_pre3.ebuild,v 1.1 2003/04/24 12:30:25 pauldv Exp $ + +inherit kde-base +need-kde 3 + +NEWP=${P/_pre/-pre} +S=${WORKDIR}/${NEWP} + +IUSE="" +DESCRIPTION="KDE database frontend based on the hk_classes library" +SRC_URI="http://hk-classes.sourceforge.net/${NEWP}.tar.gz" +HOMEPAGE="http://hk-classes.sourceforge.net/" +LICENSE="GPL-2" +KEYWORDS="~x86" + +newdepend "=dev-db/hk_classes-0.6*" |