Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/cec: cec-8.ebuild
Date: Sun, 03 Feb 2008 20:58:06
Message-Id: E1JLlud-00089T-Up@stork.gentoo.org
1 caleb 08/02/03 20:58:03
2
3 Modified: cec-8.ebuild
4 Log:
5 Switch to doman
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.3 sys-block/cec/cec-8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/cec/cec-8.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/cec/cec-8.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/cec/cec-8.ebuild?r1=1.2&r2=1.3
14
15 Index: cec-8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-block/cec/cec-8.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- cec-8.ebuild 3 Feb 2008 20:24:17 -0000 1.2
22 +++ cec-8.ebuild 3 Feb 2008 20:58:03 -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/sys-block/cec/cec-8.ebuild,v 1.2 2008/02/03 20:24:17 caleb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-block/cec/cec-8.ebuild,v 1.3 2008/02/03 20:58:03 caleb Exp $
28
29 DESCRIPTION="Coraid Ethernet Console client"
30 HOMEPAGE="http://sf.net/projects/aoetools/"
31 @@ -25,6 +25,5 @@
32 dodir /usr/sbin
33 cp "${S}"/cec "${D}"/usr/sbin
34
35 - dodir /usr/share/man/man8
36 - cp "${S}"/cec.8 "${D}"/usr/share/man/man8
37 + doman cec.8
38 }
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list