Gentoo Archives: gentoo-commits

From: "Luis F. Araujo (araujo)" <araujo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/pike: pike-7.6.86-r1.ebuild ChangeLog pike-7.6.112-r1.ebuild
Date: Thu, 27 Nov 2008 23:14:04
Message-Id: E1L5q3d-0007aB-Rf@stork.gentoo.org
1 araujo 08/11/27 23:14:01
2
3 Modified: pike-7.6.86-r1.ebuild ChangeLog
4 Added: pike-7.6.112-r1.ebuild
5 Log:
6 Fixing bug #247048
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.25.9 x86_64)
8
9 Revision Changes Path
10 1.11 dev-lang/pike/pike-7.6.86-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: pike-7.6.86-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- pike-7.6.86-r1.ebuild 28 Feb 2008 08:27:12 -0000 1.10
23 +++ pike-7.6.86-r1.ebuild 27 Nov 2008 23:14:01 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v 1.10 2008/02/28 08:27:12 araujo Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v 1.11 2008/11/27 23:14:01 araujo Exp $
30
31 DESCRIPTION="Pike programming language and runtime"
32 HOMEPAGE="http://pike.ida.liu.se/"
33
34
35
36 1.33 dev-lang/pike/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/pike/ChangeLog?rev=1.33&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/pike/ChangeLog?rev=1.33&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/pike/ChangeLog?r1=1.32&r2=1.33
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v
45 retrieving revision 1.32
46 retrieving revision 1.33
47 diff -u -r1.32 -r1.33
48 --- ChangeLog 28 Feb 2008 08:27:12 -0000 1.32
49 +++ ChangeLog 27 Nov 2008 23:14:01 -0000 1.33
50 @@ -1,6 +1,11 @@
51 # ChangeLog for dev-lang/pike
52 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.32 2008/02/28 08:27:12 araujo Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.33 2008/11/27 23:14:01 araujo Exp $
55 +
56 +*pike-7.6.112-r1 (27 Nov 2008)
57 +
58 + 27 Nov 2008; Luis F. Araujo <araujo@g.o> +pike-7.6.112-r1.ebuild:
59 + Rev bump! Fixing bug #247048
60
61 *pike-7.6.112 (28 Feb 2008)
62
63
64
65
66 1.1 dev-lang/pike/pike-7.6.112-r1.ebuild
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/pike/pike-7.6.112-r1.ebuild?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/pike/pike-7.6.112-r1.ebuild?rev=1.1&content-type=text/plain
70
71 Index: pike-7.6.112-r1.ebuild
72 ===================================================================
73 # Copyright 1999-2008 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.112-r1.ebuild,v 1.1 2008/11/27 23:14:01 araujo Exp $
76
77 DESCRIPTION="Pike programming language and runtime"
78 HOMEPAGE="http://pike.ida.liu.se/"
79 SRC_URI="http://pike.ida.liu.se/pub/pike/all/${PV}/Pike-v${PV}.tar.gz"
80
81 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
82 SLOT="0"
83 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
84 IUSE="bzip2 debug doc fftw gdbm gtk hardened jpeg kerberos mime mysql opengl pcre pdf scanner sdl ssl svg tiff truetype zlib"
85
86 DEPEND="dev-libs/nettle
87 dev-libs/gmp
88 media-libs/giflib
89 bzip2? ( app-arch/bzip2 )
90 fftw? ( sci-libs/fftw )
91 gdbm? ( sys-libs/gdbm )
92 gtk? ( =x11-libs/gtk+-1.2* )
93 jpeg? ( media-libs/jpeg )
94 kerberos? ( virtual/krb5 )
95 mysql? ( virtual/mysql )
96 opengl? ( virtual/opengl virtual/glut )
97 pcre? ( dev-libs/libpcre )
98 pdf? ( media-libs/pdflib )
99 !x86-fbsd? ( scanner? ( media-gfx/sane-backends ) )
100 sdl? ( media-libs/libsdl media-libs/sdl-mixer )
101 ssl? ( dev-libs/openssl )
102 svg? ( gnome-base/librsvg )
103 tiff? ( media-libs/tiff )
104 truetype? ( media-libs/freetype )
105 zlib? ( sys-libs/zlib )"
106 RDEPEND=""
107
108 S=${WORKDIR}/Pike-v${PV}
109
110 src_compile() {
111 local myconf=""
112 # ffmpeg is broken atm #110136
113 myconf="${myconf} --without-_Ffmpeg"
114 # on hardened, disable runtime-generated code
115 # otherwise let configure work it out for itself
116 use hardened && myconf="${myconf} --without-machine-code"
117
118 make \
119 CONFIGUREARGS=" \
120 --prefix=/usr \
121 --disable-make_conf \
122 --disable-noopty-retry \
123 --without-cdebug \
124 --without-bundles \
125 --without-copt \
126 --with-crypt \
127 --with-gif \
128 --with-gmp \
129 --with-bignums \
130 $(use_with bzip2 Bz2) \
131 $(use_with debug rtldebug) \
132 $(use_with fftw) \
133 $(use_with gdbm) \
134 $(use_with jpeg jpeglib) \
135 $(use_with kerberos Kerberos) \
136 $(use_with mime MIME) \
137 $(use_with mysql) \
138 $(use_with opengl GL) \
139 $(use_with opengl GLUT) \
140 $(use_with pcre _Regexp_PCRE) \
141 $(use_with pdf libpdf) \
142 $(use_with scanner sane) \
143 $(use_with sdl SDL) \
144 $(use_with sdl SDL_mixer) \
145 $(use_with ssl ssleay) \
146 $(use_with svg) \
147 $(use_with tiff tifflib) \
148 $(use_with truetype ttflib) \
149 $(use_with truetype freetype) \
150 $(use_with zlib) \
151 ${myconf} \
152 " || die "compilation failed"
153
154 if use doc; then
155 PATH="${S}/bin:${PATH}" make doc || die "doc failed"
156 fi
157 }
158
159 src_install() {
160 # do not remove modules to avoid sandbox violation.
161 sed -i s/rm\(mod\+\"\.o\"\)\;/break\;/ "${S}"/bin/install.pike || die "Failed to modify install.pike"
162 if use doc ; then
163 make INSTALLARGS="--traditional" buildroot="${D}" install || die
164 einfo "Installing 60MB of docs, this could take some time ..."
165 dohtml -r "${S}"/refdoc/traditional_manual "${S}"/refdoc/modref
166 else
167 make INSTALLARGS="--traditional" buildroot="${D}" install_nodoc || die
168 fi
169 # Installation is a bit broken.. remove the doc sources.
170 rm -rf "${D}/usr/doc"
171 # Install the man pages in the proper location.
172 rm -rf "${D}/usr/man" && doman "${S}/man/pike.1"
173 }