* [gentoo-commits] gentoo-x86 commit in dev-scheme/hop: hop-1.11.0.ebuild ChangeLog
@ 2009-06-24 15:23 Marijn Schouten (hkbst)
0 siblings, 0 replies; only message in thread
From: Marijn Schouten (hkbst) @ 2009-06-24 15:23 UTC (permalink / raw
To: gentoo-commits
hkbst 09/06/24 15:23:28
Modified: ChangeLog
Added: hop-1.11.0.ebuild
Log:
bump
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-scheme/hop/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 14 Feb 2009 16:17:08 -0000 1.7
+++ ChangeLog 24 Jun 2009 15:23:28 -0000 1.8
@@ -1,6 +1,11 @@
# ChangeLog for dev-scheme/hop
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v 1.7 2009/02/14 16:17:08 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v 1.8 2009/06/24 15:23:28 hkbst Exp $
+
+*hop-1.11.0 (24 Jun 2009)
+
+ 24 Jun 2009; Marijn Schouten <hkBst@gentoo.org> +hop-1.11.0.ebuild:
+ bump
14 Feb 2009; Marijn Schouten <hkBst@gentoo.org> -hop-1.7.0.ebuild,
-hop-1.8.1.ebuild, -hop-1.8.5.ebuild:
1.1 dev-scheme/hop/hop-1.11.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/hop-1.11.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/hop/hop-1.11.0.ebuild?rev=1.1&content-type=text/plain
Index: hop-1.11.0.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.11.0.ebuild,v 1.1 2009/06/24 15:23:28 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.2b"
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/hop $(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-06-24 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24 15:23 [gentoo-commits] gentoo-x86 commit in dev-scheme/hop: hop-1.11.0.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