diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-05-16 20:25:41 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-05-16 20:25:41 +0000 |
commit | 0138e85aa0ec53a7fb4f2fdf37678f56b456bfaf (patch) | |
tree | 22f44e89467a04b97c689329495bd70ab5c48c72 /app-text | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-0138e85aa0ec53a7fb4f2fdf37678f56b456bfaf.tar.gz gentoo-2-0138e85aa0ec53a7fb4f2fdf37678f56b456bfaf.tar.bz2 gentoo-2-0138e85aa0ec53a7fb4f2fdf37678f56b456bfaf.zip |
Add IUSE.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kaspaliste/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/kaspaliste/kaspaliste-0.94.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-text/kaspaliste/ChangeLog b/app-text/kaspaliste/ChangeLog index 6cfddb20f9cd..50bdea297054 100644 --- a/app-text/kaspaliste/ChangeLog +++ b/app-text/kaspaliste/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2004/01/15 18:06:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/ChangeLog,v 1.3 2004/05/16 20:25:41 centic Exp $ + + 16 May 2004; Dominik Stadler <centic@gentoo.org> kaspaliste-0.94.ebuild: + Add IUSE 15 Jan 2004; Heinrich Wendel <lanius@gentoo.org> kaspaliste-0.94.ebuild: mark x86 diff --git a/app-text/kaspaliste/kaspaliste-0.94.ebuild b/app-text/kaspaliste/kaspaliste-0.94.ebuild index dc24b618cae9..e761259658d1 100644 --- a/app-text/kaspaliste/kaspaliste-0.94.ebuild +++ b/app-text/kaspaliste/kaspaliste-0.94.ebuild @@ -1,15 +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.2 2004/01/15 18:06:59 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/kaspaliste-0.94.ebuild,v 1.3 2004/05/16 20:25:41 centic Exp $ inherit kde-base -DESCRIPTION="A litterature database" +DESCRIPTION="A literature database" SRC_URI="http://kaspaliste.sourceforge.net/${P}.tar.bz2" HOMEPAGE="http://kaspaliste.sourceforge.net" -KEYWORDS="x86" SLOT="0" +IUSE="" + +KEYWORDS="x86" LICENSE="GPL-2" DEPEND=">=dev-db/postgresql-7.3" @@ -19,3 +21,4 @@ pkg_postinst() { einfo "And then import the file kaspaliste/data/create.tables.sql from the kaspaliste directory:" einfo "%psql kaspaliste -f create.tables.sql" } + |