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/chicken: ChangeLog chicken-2.731.ebuild
Date: Wed, 28 Nov 2007 17:10:05
Message-Id: E1IxQQC-0001Ku-Iz@stork.gentoo.org
1 hkbst 07/11/28 17:10:00
2
3 Modified: ChangeLog
4 Added: chicken-2.731.ebuild
5 Log:
6 bump
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.16 dev-scheme/chicken/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/chicken/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/chicken/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/chicken/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/chicken/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 21 Nov 2007 15:10:06 -0000 1.15
23 +++ ChangeLog 28 Nov 2007 17:09:59 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-scheme/chicken
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/chicken/ChangeLog,v 1.15 2007/11/21 15:10:06 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/chicken/ChangeLog,v 1.16 2007/11/28 17:09:59 hkbst Exp $
29 +
30 +*chicken-2.731 (28 Nov 2007)
31 +
32 + 28 Nov 2007; Marijn Schouten <hkBst@g.o> +chicken-2.731.ebuild:
33 + bump
34
35 21 Nov 2007; Raúl Porcel <armin76@g.o> chicken-2.6.ebuild:
36 Add ~alpha wrt #199368
37
38
39
40 1.1 dev-scheme/chicken/chicken-2.731.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/chicken/chicken-2.731.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/chicken/chicken-2.731.ebuild?rev=1.1&content-type=text/plain
44
45 Index: chicken-2.731.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-scheme/chicken/chicken-2.731.ebuild,v 1.1 2007/11/28 17:09:59 hkbst Exp $
50
51 inherit multilib elisp-common
52
53 DESCRIPTION="Chicken is a Scheme interpreter and native Scheme to C compiler"
54 #SRC_URI="http://www.call-with-current-continuation.org/${P}.tar.gz"
55 SRC_URI="http://chicken.wiki.br/dev-snapshots/2007/10/30/${P}.tar.gz"
56 # http://www.call-with-current-continuation.org/eggs/syntax-case.egg"
57 HOMEPAGE="http://www.call-with-current-continuation.org/"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
62 IUSE="emacs"
63
64 DEPEND="sys-apps/texinfo emacs? ( virtual/emacs )"
65
66 SITEFILE=50hen-gentoo.el
67
68 src_compile() {
69 OPTIONS="PLATFORM=linux PREFIX=/usr"
70
71 emake ${OPTIONS} C_COMPILER_OPTIMIZATION_OPTIONS="$CFLAGS" || die
72
73 use emacs && elisp-comp hen.el
74 }
75
76 # chicken doesn't seem to honor CHICKEN_PREFIX CHICKEN_HOME or LD_LIBRARY_PATH=${S}/.libs/
77 RESTRICT=test
78 #src_test() {
79 # cd tests
80 # bash runtests.sh
81 #}
82
83 src_install() {
84 emake ${OPTIONS} DESTDIR="${D}" install || die
85 dodoc ChangeLog* NEWS
86 dohtml -r html/
87 rm -rf "${D}"/usr/share/chicken/doc
88
89 if use emacs; then
90 elisp-install ${PN} *.{el,elc}
91 elisp-site-file-install "${FILESDIR}"/${SITEFILE}
92 fi
93 }
94
95 pkg_postinst() {
96 use emacs && elisp-site-regen
97 }
98
99 pkg_postrm() {
100 use emacs && elisp-site-regen
101 }
102
103
104
105 --
106 gentoo-commits@g.o mailing list