blob: c0c2828cc58736f8d8920f4037f0eda8220ceb2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/kfilereplace/kfilereplace-0.7.0.ebuild,v 1.15 2004/06/24 22:42:55 agriffis Exp $
inherit kde
need-kde 3.0.1
DESCRIPTION="A KDE 3.x multifile replace utility"
SRC_URI="mirror://sourceforge/kfilereplace/${P}.tar.bz2"
HOMEPAGE="http://kfilereplace.sourceforge.net"
KEYWORDS="x86 sparc ~ppc"
SLOT="0"
LICENSE="GPL-2"
DEPEND="$DEPEND dev-lang/perl"
|