diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-06-13 11:35:47 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-06-13 11:35:47 +0000 |
commit | 677be4f2d1a42551a40c17dca009f5a26d111ca7 (patch) | |
tree | c67c499ca1c80ff09d8d14707ed4fe8fb9c8f9e7 /app-backup/keep/keep-0.4.0.ebuild | |
parent | Whoops copied wrong patch, reapply. (diff) | |
download | gentoo-2-677be4f2d1a42551a40c17dca009f5a26d111ca7.tar.gz gentoo-2-677be4f2d1a42551a40c17dca009f5a26d111ca7.tar.bz2 gentoo-2-677be4f2d1a42551a40c17dca009f5a26d111ca7.zip |
Slot change to 3.5, remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/keep/keep-0.4.0.ebuild')
-rw-r--r-- | app-backup/keep/keep-0.4.0.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-backup/keep/keep-0.4.0.ebuild b/app-backup/keep/keep-0.4.0.ebuild deleted file mode 100644 index 2a077cb6a1bd..000000000000 --- a/app-backup/keep/keep-0.4.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 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.ebuild,v 1.2 2007/11/06 20:20:14 drac Exp $ - -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="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=app-backup/rdiff-backup-1.0.1-r1" - -need-kde 3.5.2 - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog TODO AUTHORS README VERSION -} - -pkg_postinst() { - ewarn - ewarn "After initial install the Keep daemon needs to be started " - ewarn "manually via KControl - Services. The Keep daemon will automatically " - ewarn "be loaded at the next KDE startup" - ewarn - ewarn "For details, please visit the homepage at ${HOMEPAGE}" - ewarn -} |