diff options
Diffstat (limited to 'app-backup/kaveau/kaveau-9999.ebuild')
| -rw-r--r-- | app-backup/kaveau/kaveau-9999.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-backup/kaveau/kaveau-9999.ebuild b/app-backup/kaveau/kaveau-9999.ebuild new file mode 100644 index 00000000000..1199e62d947 --- /dev/null +++ b/app-backup/kaveau/kaveau-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit eutils kde4-base git + +DESCRIPTION="Easy to use and fully integrated backup solution for KDE" +HOMEPAGE="http://flavio.castelli.name/tag/kaveau" +EGIT_REPO_URI="git://github.com/flavio/${PN}.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="debug test" + +S="${WORKDIR}/${PN}" + +src_prepare() { + if ! use test; then + sed -i -e '/ADD_SUBDIRECTORY(tests)/d' \ + CMakeLists.txt || die "sed failed" + fi +} + +src_install() { + kde4-base_src_install + dodoc AUTHORS || die "dodoc failed" +} |
