summaryrefslogtreecommitdiff
path: root/app-backup/timevault/timevault-9999.ebuild
blob: 45ac0d2efa7c8caac757a493694344f9e9e1e67c (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit kde4-base

DESCRIPTION="Simple backup system for KDE"
HOMEPAGE="http://gitorious.org/timevault"
EGIT_REPO_URI="git://gitorious.org/timevault/mainline.git"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS=""
IUSE="debug"

DEPEND="app-backup/rdiff-backup"
RDEPEND="${DEPEND}"

src_install() {
	kde4-base_src_install
	rm "${ED}/usr/share/apps/cmake/modules/PkgConfigGetVar.cmake" || die "workaround deletion failed"
}