blob: c558f72b5c79eda325f77baf61b14c250361c7d9 (
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
26
27
28
29
30
31
32
33
34
35
36
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/keep/keep-0.4.0-r1.ebuild,v 1.4 2009/07/08 21:03:21 maekke Exp $
EAPI="2"
ARTS_REQUIRED="never"
inherit kde
DESCRIPTION="A simple backup system for KDE."
HOMEPAGE="http://jr.falleri.free.fr/keep/wiki/Home"
SRC_URI="http://jr.falleri.free.fr/files/devel/keep/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="3.5"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="|| ( kde-base/kcontrol:3.5 kde-base/kdebase:3.5 )
>=app-backup/rdiff-backup-1.0.1-r1"
need-kde 3.5
PACTHES=(
"${FILESDIR}/keep-0.4.0-desktop-file.diff"
)
pkg_postinst() {
kde_pkg_postinst
elog "After initial install the Keep daemon needs to be started via KControl - Services."
elog "The Keep daemon will be loaded automatically at the next KDE startup."
echo
}
|