Files
sablink-distro/kde-misc/translatoid/translatoid-9999.ebuild
T
Sławomir Nizio f28f2c1a72 [kde-misc/*] use EAPI=3
Those ebuild inherit kde4-base,
which ingerit kde4-functions,
and that eclass has no support for EAPI 2 now.
2011-04-06 22:59:52 +02:00

23 lines
463 B
Bash

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
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}"