summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2009-02-14 16:17:08 +0000
committerMarijn Schouten <hkbst@gentoo.org>2009-02-14 16:17:08 +0000
commit01671df3b5375b0f752328181339f791fa5691a1 (patch)
treeda0467bda5106f58bd831f65adb7fc319b8bd1c0 /dev-scheme/hop
parentbump (diff)
downloadgentoo-2-01671df3b5375b0f752328181339f791fa5691a1.tar.gz
gentoo-2-01671df3b5375b0f752328181339f791fa5691a1.tar.bz2
gentoo-2-01671df3b5375b0f752328181339f791fa5691a1.zip
remove cruft, fixes bug 227869
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-scheme/hop')
-rw-r--r--dev-scheme/hop/ChangeLog6
-rw-r--r--dev-scheme/hop/hop-1.7.0.ebuild57
-rw-r--r--dev-scheme/hop/hop-1.8.1.ebuild29
-rw-r--r--dev-scheme/hop/hop-1.8.5.ebuild29
4 files changed, 5 insertions, 116 deletions
diff --git a/dev-scheme/hop/ChangeLog b/dev-scheme/hop/ChangeLog
index 2eed338a01c1..f5b0c84ee077 100644
--- a/dev-scheme/hop/ChangeLog
+++ b/dev-scheme/hop/ChangeLog
@@ -1,6 +1,10 @@
# 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.6 2009/02/14 16:14:53 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v 1.7 2009/02/14 16:17:08 hkbst Exp $
+
+ 14 Feb 2009; Marijn Schouten <hkBst@gentoo.org> -hop-1.7.0.ebuild,
+ -hop-1.8.1.ebuild, -hop-1.8.5.ebuild:
+ remove cruft, fixes bug 227869
*hop-1.10.2 (14 Feb 2009)
diff --git a/dev-scheme/hop/hop-1.7.0.ebuild b/dev-scheme/hop/hop-1.7.0.ebuild
deleted file mode 100644
index ef22527832d6..000000000000
--- a/dev-scheme/hop/hop-1.7.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.7.0.ebuild,v 1.2 2007/09/27 08:21:51 opfer Exp $
-
-inherit elisp-common multilib
-
-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://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html"
-SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-scheme/bigloo-3.0b"
-
-#S=${WORKDIR}/${MY_P%-*}
-
-#SITEFILE="50bigloo-gentoo.el"
-
-IUSE=""
-
-src_unpack(){
- unpack ${A}; cd "${S}"
-
-# cp runtime/Makefile runtime/Makefile.old
-
-# sed "/BOOT/d" "$(bigloo -q -eval "(begin (print *default-lib-dir*) (exit 0))")"/Makefile.config > "${T}"/Makefile.config
-# sed "s#include \$(BIGLOOLIBDIR)/Makefile.config#include \"${T}\"/Makefile.config#" -i runtime/Makefile
-
-# sed "s#-include \$(BIGLOOLIBDIR)/Makefile.config##" -i runtime/Makefile
-
-# sed "/include \$(BIGLOOLIBDIR)\/Makefile.config/aBIGLOO=bigloo" -i hopscheme/Makefile Makefile runtime/Makefile scheme2js/Makefile
-
- sed "/include \$(BIGLOOLIBDIR)\/Makefile.config/aBIGLOO=bigloo" -i */Makefile Makefile
-
-# diff -u runtime/Makefile.old runtime/Makefile
-
-# cp weblets/Makefile weblets/Makefile.old
-
- sed -e "/mkdir -p \$(HOPWEBLETSDIR)/d" \
- -e "/chmod a+rx \$(HOPWEBLETSDIR)/d" -i weblets/Makefile
-
-# diff -u weblets/Makefile.old weblets/Makefile
-}
-
-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) || die "configure failed"
-
- emake -j1 || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "install failed"
-}
diff --git a/dev-scheme/hop/hop-1.8.1.ebuild b/dev-scheme/hop/hop-1.8.1.ebuild
deleted file mode 100644
index 190517fb3a93..000000000000
--- a/dev-scheme/hop/hop-1.8.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.8.1.ebuild,v 1.1 2007/12/05 10:58:27 hkbst Exp $
-
-inherit multilib
-
-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://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html"
-SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-scheme/bigloo-3.0b"
-
-IUSE=""
-
-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) || die "configure failed"
-
- emake -j1 || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "install failed"
-}
diff --git a/dev-scheme/hop/hop-1.8.5.ebuild b/dev-scheme/hop/hop-1.8.5.ebuild
deleted file mode 100644
index e128e0800b7d..000000000000
--- a/dev-scheme/hop/hop-1.8.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.8.5.ebuild,v 1.1 2008/01/03 13:47:32 hkbst Exp $
-
-inherit multilib
-
-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://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html"
-SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-scheme/bigloo-3.0b"
-
-IUSE=""
-
-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) || die "configure failed"
-
- emake -j1 || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "install failed"
-}