blob: 8fbbb1b3c821e9cf8fa38903eeacfa5b78816de6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/katapult/katapult-0.3.2.1.ebuild,v 1.4 2008/02/08 18:12:04 maekke Exp $
USE_KEG_PACKAGING="1"
LANGS="ar br cs de es fr gl it nb pl pt_BR sk tr bg ca da el et ga hu ja nl pt ru sv uk"
LANGS_DOC=""
inherit kde
DESCRIPTION="KDE application to allow fast access to applications, bookmarks and other items."
HOMEPAGE="http://katapult.kde.org"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc x86"
IUSE=""
need-kde 3.3
|