Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-base: ChangeLog gnustep-base-1.14.2.ebuild
Date: Thu, 03 Jan 2008 12:33:18
Message-Id: E1JAPG0-000104-QZ@stork.gentoo.org
1 voyageur 08/01/03 12:33:08
2
3 Modified: ChangeLog
4 Added: gnustep-base-1.14.2.ebuild
5 Log:
6 Stable version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.57 gnustep-base/gnustep-base/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-base/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-base/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-base/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 8 Dec 2007 20:08:55 -0000 1.56
23 +++ ChangeLog 3 Jan 2008 12:33:08 -0000 1.57
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnustep-base/gnustep-base
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.56 2007/12/08 20:08:55 voyageur Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.57 2008/01/03 12:33:08 voyageur Exp $
30 +
31 +*gnustep-base-1.14.2 (03 Jan 2008)
32 +
33 + 03 Jan 2008; Bernard Cafarelli <voyageur@g.o>
34 + +gnustep-base-1.14.2.ebuild:
35 + Stable version bump
36
37 08 Dec 2007; Bernard Cafarelli <voyageur@g.o>
38 -files/gnustep-base-1.12.0-obey_homedir.patch,
39
40
41
42 1.1 gnustep-base/gnustep-base/gnustep-base-1.14.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.14.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.14.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnustep-base-1.14.2.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.14.2.ebuild,v 1.1 2008/01/03 12:33:08 voyageur Exp $
52
53 inherit gnustep-base
54
55 DESCRIPTION="A library of general-purpose, non-graphical Objective C objects."
56
57 HOMEPAGE="http://www.gnustep.org"
58 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
59 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
60 SLOT="0"
61 LICENSE="GPL-2 LGPL-2.1"
62
63 IUSE="gcc-libffi"
64
65 DEPEND="${GNUSTEP_CORE_DEPEND}
66 >=gnustep-base/gnustep-make-2.0
67 !gcc-libffi? ( dev-libs/ffcall )
68 gcc-libffi? ( >=sys-devel/gcc-3.3.5 )
69 >=dev-libs/libxml2-2.6
70 >=dev-libs/libxslt-1.1
71 >=dev-libs/gmp-4.1
72 >=dev-libs/openssl-0.9.7
73 >=sys-libs/zlib-1.2"
74 RDEPEND="${DEPEND}"
75
76 src_compile() {
77 egnustep_env
78
79 local myconf
80 if use gcc-libffi;
81 then
82 myconf="--enable-libffi --disable-ffcall"
83 myconf="${myconf} --with-ffi-library=$(gcc-config -L) --with-ffi-include=$(gcc-config -L | sed 's/:.*//')/include/libffi"
84 else
85 myconf="--disable-libffi --enable-ffcall"
86 fi
87
88 myconf="$myconf --with-xml-prefix=/usr"
89 myconf="$myconf --with-gmp-include=/usr/include --with-gmp-library=/usr/lib"
90 myconf="$myconf --with-default-config=/etc/GNUstep/GNUstep.conf"
91
92 econf $myconf || die "configure failed"
93
94 egnustep_make
95 }
96
97 src_install() {
98 # We need to set LD_LIBRARY_PATH because the doc generation program
99 # uses the gnustep-base libraries. Since egnustep_env "cleans the
100 # environment" including our LD_LIBRARY_PATH, we're left no choice
101 # but doing it like this.
102
103 egnustep_env
104 egnustep_install
105
106 if use doc ; then
107 export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}"
108 egnustep_doc
109 fi
110 egnustep_install_config
111
112 dodir /etc/revdep-rebuild
113 sed -e 's|$GNUSTEP_SEARCH_DIRS|'"$GNUSTEP_SYSTEM_ROOT $GNUSTEP_LOCAL_ROOT"'|' \
114 "${FILESDIR}"/50-gnustep-revdep \
115 > "${D}/etc/revdep-rebuild/50-gnustep-revdep"
116 }
117
118 pkg_postinst() {
119 ewarn "The shared library version has changed in this release."
120 ewarn "You will need to recompile all Applications/Tools/etc in order"
121 ewarn "to use this library."
122 ewarn "Run:"
123 ewarn "revdep-rebuild --library \"libgnustep-base.so.1.1[0-3]\""
124 }
125
126
127
128 --
129 gentoo-commits@g.o mailing list