Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/cdctl: cdctl-0.15.ebuild
Date: Tue, 30 Dec 2008 19:32:34
Message-Id: E1LHkKO-0003xy-4h@stork.gentoo.org
1 angelos 08/12/30 19:32:32
2
3 Modified: cdctl-0.15.ebuild
4 Log:
5 Added missing inherit toolchain-funcs
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.20 app-misc/cdctl/cdctl-0.15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild?r1=1.19&r2=1.20
14
15 Index: cdctl-0.15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- cdctl-0.15.ebuild 30 Dec 2008 19:30:51 -0000 1.19
22 +++ cdctl-0.15.ebuild 30 Dec 2008 19:32:32 -0000 1.20
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v 1.19 2008/12/30 19:30:51 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v 1.20 2008/12/30 19:32:32 angelos Exp $
28
29 -inherit eutils
30 +inherit eutils toolchain-funcs
31
32 DESCRIPTION="Utility to control your cd/dvd drive"
33 HOMEPAGE="http://cdctl.sourceforge.net/"