blob: b1ccb788075cac29e9684a31714b985dae3e81b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/katalog/katalog-0.3.ebuild,v 1.5 2006/09/29 12:52:46 deathwing00 Exp $
inherit kde
DESCRIPTION="Integrated cataloger for KDE"
SRC_URI="http://salvaste.altervista.org/files/${P}.tar.gz"
HOMEPAGE="http://salvaste.altervista.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="sparc x86"
IUSE=""
need-kde 3.2
|