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