6f340e9462
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@602 6952d904-891a-0410-993b-d76249ca496b
24 lines
691 B
Bash
24 lines
691 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.4-r1.ebuild,v 1.1 2008/10/11 03:13:50 jmbsvicetto Exp $
|
|
|
|
EAPI="2"
|
|
|
|
NEED_KDE=":4.2"
|
|
KDE_LINGUAS="ca cs da de el en_GB fr ga gl ja ko nds nl pt pt_BR ro ru sv tr uk"
|
|
inherit kde4-base
|
|
|
|
DESCRIPTION="A quake-style terminal emulator based on KDE konsole technology"
|
|
HOMEPAGE="http://yakuake.kde.org/"
|
|
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2 LGPL-2"
|
|
KEYWORDS="~amd64 ~x86"
|
|
SLOT="4.2"
|
|
IUSE=""
|
|
|
|
DEPEND="kde-base/konsole:${SLOT}
|
|
sys-devel/gettext"
|
|
RDEPEND="${DEPEND}"
|
|
# !kdeprefix? ( !kde-misc/yakuake:0 )
|