blob: 16f46f78134393dec9fde89a2f33379c44f8c606 (
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 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys-meta/kdetoys-meta-3.5.9.ebuild,v 1.1 2008/02/20 22:56:01 philantrop Exp $
EAPI="1"
inherit kde-functions
DESCRIPTION="kdetoys - merge this to pull in all kdetoys-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="3.5"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="
>=kde-base/amor-${PV}:${SLOT}
>=kde-base/eyesapplet-${PV}:${SLOT}
>=kde-base/fifteenapplet-${PV}:${SLOT}
>=kde-base/kmoon-${PV}:${SLOT}
>=kde-base/kodo-${PV}:${SLOT}
>=kde-base/kteatime-${PV}:${SLOT}
>=kde-base/ktux-${PV}:${SLOT}
>=kde-base/kweather-${PV}:${SLOT}
>=kde-base/kworldclock-${PV}:${SLOT}
"
|