diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-06-04 15:40:30 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-06-04 15:40:30 +0000 |
commit | 9e922ed42805d97f3d37cf5ad4b7ee4a68a36753 (patch) | |
tree | 5b27835d1982746340b838dcf3e36cbf12d09025 /app-text | |
parent | minor fixes (Manifest recommit) (diff) | |
download | gentoo-2-9e922ed42805d97f3d37cf5ad4b7ee4a68a36753.tar.gz gentoo-2-9e922ed42805d97f3d37cf5ad4b7ee4a68a36753.tar.bz2 gentoo-2-9e922ed42805d97f3d37cf5ad4b7ee4a68a36753.zip |
minor fixes
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kaspaliste/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/kaspaliste/kaspaliste-0.94.ebuild | 11 | ||||
-rw-r--r-- | app-text/kaspaliste/metadata.xml | 2 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-text/kaspaliste/ChangeLog b/app-text/kaspaliste/ChangeLog index 50bdea297054..7a40576834d1 100644 --- a/app-text/kaspaliste/ChangeLog +++ b/app-text/kaspaliste/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/kaspaliste # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/ChangeLog,v 1.3 2004/05/16 20:25:41 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/ChangeLog,v 1.4 2004/06/04 15:40:30 carlo Exp $ + + 04 Jun 2004; Carsten Lohrke <carlo@gentoo.org> kaspaliste-0.94.ebuild, + metadata.xml: + wrong herd name: kde -> kde-other, + deprecated eclass: kde-base -> kde 16 May 2004; Dominik Stadler <centic@gentoo.org> kaspaliste-0.94.ebuild: Add IUSE diff --git a/app-text/kaspaliste/kaspaliste-0.94.ebuild b/app-text/kaspaliste/kaspaliste-0.94.ebuild index e761259658d1..fe4150980848 100644 --- a/app-text/kaspaliste/kaspaliste-0.94.ebuild +++ b/app-text/kaspaliste/kaspaliste-0.94.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/kaspaliste-0.94.ebuild,v 1.3 2004/05/16 20:25:41 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/kaspaliste-0.94.ebuild,v 1.4 2004/06/04 15:40:30 carlo Exp $ -inherit kde-base +inherit kde DESCRIPTION="A literature database" -SRC_URI="http://kaspaliste.sourceforge.net/${P}.tar.bz2" HOMEPAGE="http://kaspaliste.sourceforge.net" +SRC_URI="http://kaspaliste.sourceforge.net/${P}.tar.bz2" SLOT="0" -IUSE="" - -KEYWORDS="x86" LICENSE="GPL-2" +KEYWORDS="x86" +IUSE="" DEPEND=">=dev-db/postgresql-7.3" diff --git a/app-text/kaspaliste/metadata.xml b/app-text/kaspaliste/metadata.xml index 288e53fe4522..b4c0fb9a849e 100644 --- a/app-text/kaspaliste/metadata.xml +++ b/app-text/kaspaliste/metadata.xml @@ -2,5 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>printing</herd> -<herd>kde</herd> +<herd>kde-other</herd> </pkgmetadata> |