blob: 6935c9ee8d15f0ff02dc0087407943a84226fe43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kfilereplace/kfilereplace-3.4.0_beta2.ebuild,v 1.1 2005/02/05 11:39:17 danarmak Exp $
KMNAME=kdewebdev
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta
DESCRIPTION="KDE batch search&replace tool"
KEYWORDS="~x86"
IUSE=""
DEPEND="!app-text/kfilereplace"
src_install() {
kde-meta_src_install
# Collision with kdelibs. Will be fixed for beta2.
rm -f ${D}/${KDEDIR}/share/icons/crystalsvg/22x22/actions/next.png
rm -f ${D}/${KDEDIR}/share/icons/crystalsvg/22x22/actions/back.png
}
|