blob: 270becf25c23a50e806267e4ef59a10b1a712df4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 2007-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kate-symbolviewer-plugin/kate-symbolviewer-plugin-1.11.0.ebuild,v 1.1 2008/06/09 01:14:18 carlo Exp $
ARTS_REQUIRED="never"
EAPI="1"
inherit kde
KDEAPPS_ID="19602"
MY_P="${KDEAPPS_ID}-cppsymbolviewer-${PV}"
S="${WORKDIR}/cppsymbolviewer-${PV}"
DESCRIPTION="Kate Symbol Viewer is a sidebar plugin for Kate."
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=${KDEAPPS_ID}"
SRC_URI="http://www.kde-apps.org/CONTENT/content-files/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
DEPEND="|| ( kde-base/kate:3.5 kde-base/kdebase:3.5 )"
need-kde 3.5
|