23 lines
463 B
Bash
23 lines
463 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
|
|
KMNAME="playground/base/plasma/applets"
|
|
inherit kde4-base subversion
|
|
|
|
DESCRIPTION="Translator plasmoid using google translator"
|
|
HOMEPAGE="http://kde-look.org/content/show.php/translatoid?content=97511"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
IUSE="debug"
|
|
|
|
RDEPEND="
|
|
>=kde-base/plasma-workspace-${KDE_MINIMAL}
|
|
"
|
|
S="${WORKDIR}/${PN}"
|
|
|