summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2009-09-11 15:18:56 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2009-09-11 15:18:56 +0000
commita44d765422a09c7da94aeb20c784b9b2ff780033 (patch)
tree51892e913ecedd98753e57de4c065c522ec3466a /sys-fs/shake
parentAdd =net-misc/asterisk-addons-1.6* to existing Asterisk 1.6 mask block. (diff)
downloadgentoo-2-a44d765422a09c7da94aeb20c784b9b2ff780033.tar.gz
gentoo-2-a44d765422a09c7da94aeb20c784b9b2ff780033.tar.bz2
gentoo-2-a44d765422a09c7da94aeb20c784b9b2ff780033.zip
Version bump, reported in bug #284394
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/shake')
-rw-r--r--sys-fs/shake/ChangeLog7
-rw-r--r--sys-fs/shake/shake-0.99.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/sys-fs/shake/ChangeLog b/sys-fs/shake/ChangeLog
index 3640d718c80c..04f260e4aa33 100644
--- a/sys-fs/shake/ChangeLog
+++ b/sys-fs/shake/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/shake
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.4 2009/01/18 15:19:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.5 2009/09/11 15:18:56 voyageur Exp $
+
+*shake-0.99 (11 Sep 2009)
+
+ 11 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org> +shake-0.99.ebuild:
+ Version bump, reported in bug #284394
18 Jan 2009; Markus Meier <maekke@gentoo.org> shake-0.31.ebuild:
amd64/x86 stable, bug #254791
diff --git a/sys-fs/shake/shake-0.99.ebuild b/sys-fs/shake/shake-0.99.ebuild
new file mode 100644
index 000000000000..01e28a35717f
--- /dev/null
+++ b/sys-fs/shake/shake-0.99.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.99.ebuild,v 1.1 2009/09/11 15:18:56 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=""
+
+RDEPEND="sys-apps/attr"
+DEPEND="${RDEPEND}
+ sys-apps/help2man"