blob: 64eb8a179f4e531cf2a302ed07b516baa842a605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/krename/krename-2.8.5.ebuild,v 1.2 2005/01/07 21:59:43 carlo Exp $
inherit kde
need-kde 3
DESCRIPTION="KRename - a very powerful batch file renamer"
HOMEPAGE="http://www.krename.net/"
SRC_URI="mirror://sourceforge/krename/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="x86 ppc amd64"
IUSE=""
SLOT="0"
|