blob: e602593eef21026569b7ca8a47bb087e3203eac6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-2.2.2-r1.ebuild,v 1.5 2003/07/16 17:00:57 pvdabeel Exp $
inherit kde-dist eutils
IUSE=""
DESCRIPTION="KDE $PV - utilities"
KEYWORDS="x86 sparc ppc"
SRC_URI="${SRC_URI}
mirror://kde/security_patches/post-${PV}-${PN}.diff"
src_unpack() {
unpack ${P}.tar.bz2
cd ${S}
epatch ${DISTDIR}/post-${PV}-${PN}.diff
epatch ${FILESDIR}/${P}-gentoo.diff
}
|