diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbedic/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/kbedic/kbedic-4.0.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-text/kbedic/ChangeLog b/app-text/kbedic/ChangeLog index ac1efd59dc88..ce3f02b5b69d 100644 --- a/app-text/kbedic/ChangeLog +++ b/app-text/kbedic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/kbedic # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbedic/ChangeLog,v 1.12 2004/06/24 22:42:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbedic/ChangeLog,v 1.13 2004/06/29 12:22:33 carlo Exp $ + + 29 Jun 2004; Carsten Lohrke <carlo@gentoo.org> kbedic-4.0.ebuild: + QA: IUSE before inherit 13 Apr 2004; Dominik Stadler <centic@gentoo.org> kbedic-4.0.ebuild: Remove S=.. from ebuild, not needed diff --git a/app-text/kbedic/kbedic-4.0.ebuild b/app-text/kbedic/kbedic-4.0.ebuild index d1d8edb58554..76c1890150e4 100644 --- a/app-text/kbedic/kbedic-4.0.ebuild +++ b/app-text/kbedic/kbedic-4.0.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbedic/kbedic-4.0.ebuild,v 1.4 2004/06/24 22:42:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbedic/kbedic-4.0.ebuild,v 1.5 2004/06/29 12:22:33 carlo Exp $ -IUSE="kde" inherit kde -#S=${WORKDIR}/${P} DESCRIPTION="English <-> Bulgarian Dictionary" -SRC_URI="mirror://sourceforge/kbedic/$P.tar.gz" HOMEPAGE="http://kbedic.sourceforge.net" -KEYWORDS="x86" +SRC_URI="mirror://sourceforge/kbedic/$P.tar.gz" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" +IUSE="kde" DEPEND=">=x11-libs/qt-3 kde? ( >=kde-base/kdelibs-3 )" |