Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/shake: ChangeLog shake-0.99.ebuild
Date: Fri, 11 Sep 2009 15:18:59
Message-Id: E1Mm7tp-0006Q0-7y@stork.gentoo.org
1 voyageur 09/09/11 15:18:57
2
3 Modified: ChangeLog
4 Added: shake-0.99.ebuild
5 Log:
6 Version bump, reported in bug #284394
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-fs/shake/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/shake/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 18 Jan 2009 15:19:03 -0000 1.4
23 +++ ChangeLog 11 Sep 2009 15:18:56 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/shake
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.4 2009/01/18 15:19:03 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.5 2009/09/11 15:18:56 voyageur Exp $
29 +
30 +*shake-0.99 (11 Sep 2009)
31 +
32 + 11 Sep 2009; Bernard Cafarelli <voyageur@g.o> +shake-0.99.ebuild:
33 + Version bump, reported in bug #284394
34
35 18 Jan 2009; Markus Meier <maekke@g.o> shake-0.31.ebuild:
36 amd64/x86 stable, bug #254791
37
38
39
40 1.1 sys-fs/shake/shake-0.99.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/shake/shake-0.99.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/shake/shake-0.99.ebuild?rev=1.1&content-type=text/plain
44
45 Index: shake-0.99.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.99.ebuild,v 1.1 2009/09/11 15:18:56 voyageur Exp $
50
51 inherit cmake-utils
52
53 DESCRIPTION="defragmenter that runs in userspace while the system is used"
54 HOMEPAGE="http://vleu.net/shake/"
55 SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.bz2"
56
57 LICENSE="GPL-3"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 RDEPEND="sys-apps/attr"
63 DEPEND="${RDEPEND}
64 sys-apps/help2man"