diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-15 12:39:00 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-15 12:39:00 +0000 |
commit | fc9d6b532a06eaf66c55aace7ef75b7992406502 (patch) | |
tree | 41aabaf0f328465163df971635c5911da6e36577 /app-text/kaspaliste | |
parent | Stable on x86. (diff) | |
download | gentoo-2-fc9d6b532a06eaf66c55aace7ef75b7992406502.tar.gz gentoo-2-fc9d6b532a06eaf66c55aace7ef75b7992406502.tar.bz2 gentoo-2-fc9d6b532a06eaf66c55aace7ef75b7992406502.zip |
Remove old ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-text/kaspaliste')
-rw-r--r-- | app-text/kaspaliste/files/digest-kaspaliste-0.94 | 1 | ||||
-rw-r--r-- | app-text/kaspaliste/kaspaliste-0.94.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-text/kaspaliste/files/digest-kaspaliste-0.94 b/app-text/kaspaliste/files/digest-kaspaliste-0.94 deleted file mode 100644 index b96512c21eaf..000000000000 --- a/app-text/kaspaliste/files/digest-kaspaliste-0.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 f969e50c9731db2c2f07342062d5da84 kaspaliste-0.94.tar.bz2 1918364 diff --git a/app-text/kaspaliste/kaspaliste-0.94.ebuild b/app-text/kaspaliste/kaspaliste-0.94.ebuild deleted file mode 100644 index cb877d8904c9..000000000000 --- a/app-text/kaspaliste/kaspaliste-0.94.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.6 2005/01/01 16:23:26 eradicator Exp $ - -inherit kde - -DESCRIPTION="A literature database" -HOMEPAGE="http://kaspaliste.sourceforge.net" -SRC_URI="http://kaspaliste.sourceforge.net/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" -IUSE="" - -DEPEND=">=dev-db/postgresql-7.3" - -pkg_postinst() { - einfo "You have to create a database named kaspaliste: %createdb kaspaliste." - einfo "And then import the file kaspaliste/data/create.tables.sql from the kaspaliste directory:" - einfo "%psql kaspaliste -f create.tables.sql" -} - |