summaryrefslogtreecommitdiff
blob: 18aef3de497903ce8544e0570b1fadda8f3e07ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/kdegames-2.2.2-r1.ebuild,v 1.1 2003/01/17 20:31:28 hannes Exp $
inherit kde-dist

DESCRIPTION="KDE $PV - games"

KEYWORDS="x86 ~sparc "
SRC_URI="${SRC_URI}
	mirror://kde/security_patches/post-${PV}-${PN}.diff"

src_unpack() {
	unpack ${P}.tar.bz2
	cd ${S}
	patch -p1 < ${DISTDIR}/post-${PV}-${PN}.diff
}