diff options
Diffstat (limited to 'sys-fs/shake/shake-0.31.ebuild')
-rw-r--r-- | sys-fs/shake/shake-0.31.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/shake/shake-0.31.ebuild b/sys-fs/shake/shake-0.31.ebuild new file mode 100644 index 000000000000..f4e4b5899b59 --- /dev/null +++ b/sys-fs/shake/shake-0.31.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.31.ebuild,v 1.1 2008/02/10 22:02:42 voyageur Exp $ + +inherit cmake-utils + +DESCRIPTION="defragmenter that runs in userspace while the system is used" +HOMEPAGE="http://vleu.net/shake/" +SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="sys-apps/attr" +RDEPEND="${DEPEND}" |