Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/throttle: throttle-1.2.ebuild
Date: Fri, 05 Dec 2008 20:06:09
Message-Id: E1L8gwB-0005Lh-BN@stork.gentoo.org
1 grobian 08/12/05 20:06:07
2
3 Modified: throttle-1.2.ebuild
4 Log:
5 QA: add IUSE
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.3 net-misc/throttle/throttle-1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/throttle/throttle-1.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/throttle/throttle-1.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/throttle/throttle-1.2.ebuild?r1=1.2&r2=1.3
14
15 Index: throttle-1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/throttle/throttle-1.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- throttle-1.2.ebuild 5 Dec 2008 12:28:26 -0000 1.2
22 +++ throttle-1.2.ebuild 5 Dec 2008 20:06:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/throttle/throttle-1.2.ebuild,v 1.2 2008/12/05 12:28:26 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/throttle/throttle-1.2.ebuild,v 1.3 2008/12/05 20:06:07 grobian Exp $
28
29 DESCRIPTION="Bandwidth limiting pipe"
30 HOMEPAGE="http://klicman.org/throttle/"
31 @@ -9,6 +9,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36
37 src_install() {
38 emake DESTDIR="${D}" install || die