* [gentoo-commits] gentoo-x86 commit in dev-scheme/hop: hop-1.10.2.ebuild ChangeLog
@ 2009-02-14 16:14 Marijn Schouten (hkbst)
0 siblings, 0 replies; only message in thread
From: Marijn Schouten (hkbst) @ 2009-02-14 16:14 UTC (permalink / raw
To: gentoo-commits
hkbst 09/02/14 16:14:53
Modified: ChangeLog
Added: hop-1.10.2.ebuild
Log:
bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-scheme/hop/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 3 Jan 2008 13:47:32 -0000 1.5
+++ ChangeLog 14 Feb 2009 16:14:53 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-scheme/hop
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v 1.5 2008/01/03 13:47:32 hkbst Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v 1.6 2009/02/14 16:14:53 hkbst Exp $
+
+*hop-1.10.2 (14 Feb 2009)
+
+ 14 Feb 2009; Marijn Schouten <hkBst@gentoo.org> +hop-1.10.2.ebuild:
+ bump
*hop-1.8.5 (03 Jan 2008)
1.1 dev-scheme/hop/hop-1.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/hop-1.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/hop-1.10.2.ebuild?rev=1.1&content-type=text/plain
Index: hop-1.10.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.10.2.ebuild,v 1.1 2009/02/14 16:14:53 hkbst Exp $
inherit multilib eutils
MY_P=${P/_/-}
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"
HOMEPAGE="http://hop.inria.fr/"
SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
DEPEND=">=dev-scheme/bigloo-3.1b"
RDEPEND=""
IUSE="ssl threads"
S=${WORKDIR}/${MY_P}
pkg_setup() {
enewgroup hop
enewuser hop -1 -1 /var/www hop
}
src_compile() {
# Hop doesn't use autoconf and consequently a lot of options used by econf give errors
# Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..."
./configure --prefix=/usr --libdir=/usr/$(get_libdir) --etcdir=/etc/${PN} $(use_enable ssl) $(use_enable threads) || die "configure failed"
emake || die "emake failed"
}
src_install () {
emake DESTDIR="${D}" install || die "install failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-14 16:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14 16:14 [gentoo-commits] gentoo-x86 commit in dev-scheme/hop: hop-1.10.2.ebuild ChangeLog Marijn Schouten (hkbst)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox