blob: 5d1cdcf2fe388e30c73e94c843b2d6244198c9e0 (
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.4 2006/03/12 22:21:06 weeve Exp $
inherit kde
DESCRIPTION="Integrated cataloger for KDE"
SRC_URI="http://salvaste.altervista.org/${P}.tar.gz"
HOMEPAGE="http://salvaste.altervista.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="sparc x86"
IUSE=""
need-kde 3.2
|