Gentoo Archives: gentoo-commits

From: "Marijn Schouten (hkbst)" <hkbst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/plt-scheme: ChangeLog plt-scheme-4.2.1.ebuild
Date: Sun, 02 Aug 2009 15:16:57
Message-Id: E1MXcnu-0002g2-L8@stork.gentoo.org
1 hkbst 09/08/02 15:16:54
2
3 Modified: ChangeLog
4 Added: plt-scheme-4.2.1.ebuild
5 Log:
6 bump
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-scheme/plt-scheme/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/plt-scheme/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/plt-scheme/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/plt-scheme/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/plt-scheme/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 4 Jun 2009 15:35:12 -0000 1.8
23 +++ ChangeLog 2 Aug 2009 15:16:54 -0000 1.9
24 @@ -1,8 +1,57 @@
25 # ChangeLog for dev-scheme/plt-scheme
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/plt-scheme/ChangeLog,v 1.8 2009/06/04 15:35:12 hkbst Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/plt-scheme/ChangeLog,v 1.9 2009/08/02 15:16:54 hkbst Exp $
29
30 -*plt-scheme-4.2 (04 Jun 2009)
31 +*plt-scheme-4.2.1 (02 Aug 2009)
32 +
33 + 02 Aug 2009; Marijn Schouten <hkBst@g.o> +plt-scheme-4.2.1.ebuild:
34 + bump
35 + * This is the last release that includes ProfessorJ. As of the
36 + next release, Kathy Gray who created and maintained the
37 + Professor will move the code to planet and maintain only at a
38 + minimal level.
39 +
40 + * Typed Scheme 2.0 extends the type system significantly, making
41 + it more expressive. For example, predicates applied to
42 + selectors, such as (number? (car x)), are meaningful to the type
43 + system.
44 +
45 + * Faster installation of Planet packages that trigger install of
46 + other Planet packages, because the documentation index is
47 + updated only once after a group of packages is installed.
48 +
49 + * The `syntax/parse' library provides macro writers with an
50 + enhanced syntax pattern matcher that reports errors based on the
51 + patterns' declared classes of syntax.
52 +
53 + * Identifier mappings following the v4 dictionary interface and
54 + naming conventions are available from the `syntax/id-table'
55 + library.
56 +
57 + * Redex: added `define-relation' and generalized patterns that
58 + appear in "where" clauses to use the full Redex pattern matcher.
59 + (This is a backwards incompatible change, but one often
60 + requested; see the Redex release notes for details.)
61 +
62 + * The Web Server's serializable closures are now available for
63 + other purposes through the web-server/lang/serial-lambda
64 + library.
65 +
66 + * Teachpacks: small changes to universe portion of the
67 + "universe.ss" API, plus the addition of a form for launching
68 + many (communicating) worlds simultaneously. Bug fixes
69 + concerning conversion to strings.
70 +
71 + * It is now possible to create custom scribble readers with a
72 + command characters different than `@', see
73 + `make-at-reader/inside' and `make-at-reader'
74 +
75 + * Note: this is likely to be the last release that includes a
76 + solaris distribution. If you need these builds, or if you have
77 + access to a (Sparc) Solaris machine than can be used in PLT
78 + builds, then please let me know.
79 +
80 + *plt-scheme-4.2 (04 Jun 2009)
81
82 04 Jun 2009; Marijn Schouten <hkBst@g.o> +plt-scheme-4.2.ebuild:
83 bump
84
85
86
87 1.1 dev-scheme/plt-scheme/plt-scheme-4.2.1.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/plt-scheme/plt-scheme-4.2.1.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/plt-scheme/plt-scheme-4.2.1.ebuild?rev=1.1&content-type=text/plain
91
92 Index: plt-scheme-4.2.1.ebuild
93 ===================================================================
94 # Copyright 1999-2009 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/dev-scheme/plt-scheme/plt-scheme-4.2.1.ebuild,v 1.1 2009/08/02 15:16:54 hkbst Exp $
97
98 inherit eutils latex-package
99
100 SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}-src-unix.tgz
101 http://pre.plt-scheme.org/installers/plt-${PV}-src-unix.tgz"
102 #"mirror://gentoo/plt-${PV%%_p*}-src-unix.tgz"
103
104 DESCRIPTION="DrScheme programming environment. Includes mzscheme."
105 HOMEPAGE="http://www.plt-scheme.org"
106 LICENSE="LGPL-2.1"
107 SLOT="0"
108 KEYWORDS="~amd64 ~ppc ~x86"
109 IUSE="backtrace cairo cgc llvm opengl profile X"
110
111 RDEPEND="X? ( x11-libs/libICE
112 x11-libs/libSM
113 x11-libs/libXaw
114 >=x11-libs/libXft-2.1.12
115 x11-libs/libXrender
116 media-libs/freetype
117 media-libs/fontconfig
118 cairo? ( x11-libs/cairo )
119 media-libs/jpeg
120 opengl? ( virtual/opengl )
121 media-libs/libpng
122 sys-libs/zlib )"
123
124 DEPEND="${RDEPEND} !dev-tex/slatex"
125
126 S="${WORKDIR}/plt-${PV%%_p*}/src"
127
128 pkg_setup() {
129 if use cairo && use X; then
130 if ! built_with_use x11-libs/cairo X; then
131 eerror "Cairo must be built with X use flag"
132 die "Cairo must be built with X use flag"
133 fi
134 fi
135 }
136
137 src_unpack() {
138 unpack ${A}
139 cd "${S}"
140
141 #remove bundled libraries
142 rm -rf wxcommon/{jpeg,libpng,zlib}
143
144 sed "s,docdir=\"\${datadir}/plt/doc,docdir=\"\${datadir}/doc/${PF}," -i configure || die
145 }
146
147 src_compile() {
148 # according to vapier, we should use the bundled libtool
149 # such that we don't preclude cross-compile. Thus don't use
150 # --enable-lt=/usr/bin/libtool
151 econf $(use_enable X mred) \
152 --enable-shared \
153 --disable-perl \
154 $(use_enable backtrace) \
155 $(use_enable cairo) \
156 $(use_enable llvm) \
157 $(use_enable opengl gl) \
158 $(use_enable profile gprof) \
159 --enable-xft \
160 --enable-xrender
161
162 if use cgc; then
163 emake both || die "emake both failed"
164 else
165 emake || die "emake failed"
166 fi
167 }
168
169 src_install() {
170 # deal with slatex
171 insinto /usr/share/texmf/tex/latex/slatex/
172 doins ../collects/slatex/slatex.sty
173
174 if use cgc; then
175 emake DESTDIR="${D}" install-both || die "emake install-both failed"
176 else
177 emake DESTDIR="${D}" install || die "emake install failed"
178 fi
179
180 if use X; then
181 newicon ../collects/icons/PLT-206.png drscheme.png
182 make_desktop_entry drscheme "DrScheme" drscheme "Development"
183 fi
184 }