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/hop: ChangeLog hop-1.8.5.ebuild
Date: Thu, 03 Jan 2008 13:47:38
Message-Id: E1JAQQ1-0001Iv-6w@stork.gentoo.org
1 hkbst 08/01/03 13:47:33
2
3 Modified: ChangeLog
4 Added: hop-1.8.5.ebuild
5 Log:
6 minor bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.5 dev-scheme/hop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 5 Dec 2007 10:58:27 -0000 1.4
23 +++ ChangeLog 3 Jan 2008 13:47:32 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-scheme/hop
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v 1.4 2007/12/05 10:58:27 hkbst Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v 1.5 2008/01/03 13:47:32 hkbst Exp $
30 +
31 +*hop-1.8.5 (03 Jan 2008)
32 +
33 + 03 Jan 2008; Marijn Schouten <hkBst@g.o> +hop-1.8.5.ebuild:
34 + minor bump
35
36 *hop-1.8.1 (05 Dec 2007)
37
38
39
40
41 1.1 dev-scheme/hop/hop-1.8.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/hop-1.8.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/hop-1.8.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hop-1.8.5.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/dev-scheme/hop/hop-1.8.5.ebuild,v 1.1 2008/01/03 13:47:32 hkbst Exp $
51
52 inherit multilib
53
54 DESCRIPTION="Hop is a higher-order language for programming interactive web applications such as web agendas, web galleries, music players, etc. that is implemented as a Web broker"
55 HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html"
56 SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${P}.tar.gz"
57
58 SLOT="0"
59 LICENSE="GPL-2"
60 KEYWORDS="~amd64 ~x86"
61
62 DEPEND=">=dev-scheme/bigloo-3.0b"
63
64 IUSE=""
65
66 src_compile() {
67 # Hop doesn't use autoconf and consequently a lot of options used by econf give errors
68 # Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..."
69 ./configure --prefix=/usr --libdir=/usr/$(get_libdir) || die "configure failed"
70
71 emake -j1 || die "emake failed"
72 }
73
74 src_install () {
75 emake DESTDIR="${D}" install || die "install failed"
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list