blob: 6b7c8564672aaa79988ec7bd6855d5d5f6c2eed0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdesvn/kdesvn-0.6.2.ebuild,v 1.2 2005/10/08 00:48:56 cryos Exp $
inherit kde
DESCRIPTION="KDESvn is a frontend to the subversion vcs."
HOMEPAGE="http://www.alwins-world.de/programs/kdesvn/"
SRC_URI="http://www.alwins-world.de/programs/download/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-util/subversion
net-misc/neon"
need-kde 3.3
pkg_postinst() {
echo
einfo "For nice graphical diffs, install kde-base/kompare."
echo
}
|