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-gui: ChangeLog gnustep-gui-0.13.1.ebuild
Date: Wed, 09 Jan 2008 12:35:51
Message-Id: E1JCZxT-00088S-Fi@stork.gentoo.org
1 voyageur 08/01/09 12:22:59
2
3 Modified: ChangeLog
4 Added: gnustep-gui-0.13.1.ebuild
5 Log:
6 Add unstable version
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.58 gnustep-base/gnustep-gui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 3 Jan 2008 12:33:39 -0000 1.57
23 +++ ChangeLog 9 Jan 2008 12:22:58 -0000 1.58
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnustep-base/gnustep-gui
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.57 2008/01/03 12:33:39 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.58 2008/01/09 12:22:58 voyageur Exp $
29 +
30 +*gnustep-gui-0.13.1 (09 Jan 2008)
31 +
32 + 09 Jan 2008; Bernard Cafarelli <voyageur@g.o>
33 + +gnustep-gui-0.13.1.ebuild:
34 + Add unstable version
35
36 *gnustep-gui-0.12.1 (03 Jan 2008)
37
38
39
40
41 1.1 gnustep-base/gnustep-gui/gnustep-gui-0.13.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.13.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.13.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnustep-gui-0.13.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.13.1.ebuild,v 1.1 2008/01/09 12:22:58 voyageur Exp $
51
52 inherit gnustep-base multilib
53
54 DESCRIPTION="Library of GUI classes written in Obj-C"
55 HOMEPAGE="http://www.gnustep.org/"
56 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
57
58 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
59 SLOT="0"
60 LICENSE="LGPL-2.1"
61
62 IUSE="jpeg gif png cups"
63
64 DEPEND="${GNUSTEP_CORE_DEPEND}
65 >=gnustep-base/gnustep-base-1.15.1
66 x11-libs/libXt
67 >=media-libs/tiff-3
68 jpeg? ( >=media-libs/jpeg-6b )
69 gif? ( >=media-libs/giflib-4.1 )
70 png? ( >=media-libs/libpng-1.2 )
71 cups? ( >=net-print/cups-1.1 )
72 media-libs/audiofile
73 app-text/aspell"
74 RDEPEND="${DEPEND}"
75
76 src_compile() {
77 egnustep_env
78
79 myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/$(get_libdir)"
80 use gif && myconf="$myconf --disable-ungif --enable-libgif"
81 myconf="$myconf `use_enable jpeg`"
82 myconf="$myconf `use_enable png`"
83 myconf="$myconf `use_enable cups`"
84 # gsnd is disabled until portaudio-19 is unmasked in portage
85 myconf="$myconf --disable-gsnd"
86
87 econf $myconf || die "configure failed"
88
89 egnustep_make || die
90 }
91
92 pkg_postinst() {
93 ewarn "The shared library version has changed in this release."
94 ewarn "You will need to recompile all Applications/Tools/etc in order"
95 ewarn "to use this library. Please run revdep-rebuild to do so"
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list