Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/quotatool: ChangeLog quotatool-1.6.0.ebuild
Date: Thu, 23 Jan 2014 00:58:02
Message-Id: 20140123005757.98E992004C@flycatcher.gentoo.org
1 radhermit 14/01/23 00:57:57
2
3 Modified: ChangeLog
4 Added: quotatool-1.6.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.13 sys-fs/quotatool/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quotatool/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quotatool/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quotatool/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 5 Sep 2013 08:29:31 -0000 1.12
24 +++ ChangeLog 23 Jan 2014 00:57:57 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-fs/quotatool
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.12 2013/09/05 08:29:31 radhermit Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.13 2014/01/23 00:57:57 radhermit Exp $
31 +
32 +*quotatool-1.6.0 (23 Jan 2014)
33 +
34 + 23 Jan 2014; Tim Harder <radhermit@g.o> +quotatool-1.6.0.ebuild:
35 + Version bump.
36
37 *quotatool-1.5.0 (05 Sep 2013)
38
39
40
41
42 1.1 sys-fs/quotatool/quotatool-1.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quotatool/quotatool-1.6.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quotatool/quotatool-1.6.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: quotatool-1.6.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/quotatool-1.6.0.ebuild,v 1.1 2014/01/23 00:57:57 radhermit Exp $
52
53 EAPI="4"
54
55 inherit eutils
56
57 DESCRIPTION="command-line utility for filesystem quotas"
58 HOMEPAGE="http://quotatool.ekenberg.se/"
59 SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND="sys-fs/quota"
67
68 src_prepare() {
69 epatch "${FILESDIR}"/${PN}-1.4.13-ldflags.patch
70 }
71
72 src_install () {
73 dodir /usr/sbin /usr/share/man/man8
74 default
75 }