Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib: freebsd-lib-7.1.ebuild
Date: Fri, 23 Jan 2009 02:18:00
Message-Id: E1LQBcM-0000kd-Ga@stork.gentoo.org
1 mr_bones_ 09/01/23 02:17:58
2
3 Modified: freebsd-lib-7.1.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.2 sys-freebsd/freebsd-lib/freebsd-lib-7.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-7.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-7.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-7.1.ebuild?r1=1.1&r2=1.2
14
15 Index: freebsd-lib-7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-7.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- freebsd-lib-7.1.ebuild 22 Jan 2009 21:02:31 -0000 1.1
22 +++ freebsd-lib-7.1.ebuild 23 Jan 2009 02:17:58 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-7.1.ebuild,v 1.1 2009/01/22 21:02:31 the_paya Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-7.1.ebuild,v 1.2 2009/01/23 02:17:58 mr_bones_ Exp $
28
29 inherit bsdmk freebsd flag-o-matic toolchain-funcs
30
31 @@ -293,7 +293,7 @@
32 doins auth.conf nls.alias mac.conf netconfig
33
34 # Install ttys file
35 -
36 +
37 doins "etc.${MACHINE}"/*
38
39 dodir /etc/sandbox.d
40 @@ -301,7 +301,7 @@
41 # Generate ldscripts, otherwise bad thigs are supposed to happen
42 gen_usr_ldscript libalias_cuseeme.so libalias_dummy.so libalias_ftp.so \
43 libalias_irc.so libalias_nbt.so libalias_pptp.so libalias_skinny.so \
44 - libalias_smedia.so
45 + libalias_smedia.so
46 # These show on QA warnings too, however they're pretty much bsd only,
47 # aka, no autotools for them.
48 # libbsdxml.so libcam.so libcrypt.so libdevstat.so libgeom.so \
49 @@ -321,7 +321,7 @@
50 local INCLUDEDIR="$1"
51
52 # The idea is to be called from either install or unpack.
53 - # During unpack it's required to install them as portage's user.
54 + # During unpack it's required to install them as portage's user.
55 if [[ "${EBUILD_PHASE}" == "install" ]]; then
56 local DESTDIR="${D}"
57 BINOWN="root"