blob: 92f22c11fc93d77266e8b091127c94b39b3e55f1 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcometen4/kcometen4-1.0.5.ebuild,v 1.1 2009/06/30 20:09:27 hwoarang Exp $
EAPI="2"
OPENGL_REQUIRED="always"
inherit kde4-base
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=87586&forumpage=1&PHPSESSID=e5af"
DESCRIPTION="OpenGL KDE4 screensaver"
SRC_URI="http://www.kde-apps.org/CONTENT/content-files/87586-${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="${DEPEND}
>=kde-base/kscreensaver-4.1.4[opengl]
media-libs/libart_lgpl
virtual/opengl"
RDEPEND="${DEPEND}"
|