summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-02-21 15:29:19 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-02-21 15:29:19 +0000
commit1b4a63640d71633b0eb299836386ed235a5d7076 (patch)
tree11379cc57f1889c9fdcc8a4db3161eb391555769 /dev-lisp
parentInitial import. Ebuild submitted by Victor Iggy <lamer0@lamer0.com>, closing ... (diff)
downloadgentoo-2-1b4a63640d71633b0eb299836386ed235a5d7076.tar.gz
gentoo-2-1b4a63640d71633b0eb299836386ed235a5d7076.tar.bz2
gentoo-2-1b4a63640d71633b0eb299836386ed235a5d7076.zip
cleaned out old ebuild.
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/gauche-gtk/ChangeLog6
-rw-r--r--dev-lisp/gauche-gtk/files/digest-gauche-gtk-0.31
-rw-r--r--dev-lisp/gauche-gtk/files/gauche-gtk-0.3-gentoo.diff44
-rw-r--r--dev-lisp/gauche-gtk/gauche-gtk-0.3.ebuild80
4 files changed, 5 insertions, 126 deletions
diff --git a/dev-lisp/gauche-gtk/ChangeLog b/dev-lisp/gauche-gtk/ChangeLog
index 56a0189e2317..1ee43fb96aae 100644
--- a/dev-lisp/gauche-gtk/ChangeLog
+++ b/dev-lisp/gauche-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/gauche-gtk
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche-gtk/ChangeLog,v 1.5 2004/02/21 15:24:12 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche-gtk/ChangeLog,v 1.6 2004/02/21 15:29:19 hattya Exp $
+
+ 22 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-gtk-0.3.ebuild,
+ files/gauche-gtk-0.3-gentoo.diff:
+ cleaned out old ebuild.
21 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-gtk-0.3.2.ebuild:
marked stable on x86.
diff --git a/dev-lisp/gauche-gtk/files/digest-gauche-gtk-0.3 b/dev-lisp/gauche-gtk/files/digest-gauche-gtk-0.3
deleted file mode 100644
index 8f82f65767c5..000000000000
--- a/dev-lisp/gauche-gtk/files/digest-gauche-gtk-0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c68b5db455256f75c7d3fdab44440074 Gauche-gtk-0.3.tgz 345889
diff --git a/dev-lisp/gauche-gtk/files/gauche-gtk-0.3-gentoo.diff b/dev-lisp/gauche-gtk/files/gauche-gtk-0.3-gentoo.diff
deleted file mode 100644
index f438e5da0336..000000000000
--- a/dev-lisp/gauche-gtk/files/gauche-gtk-0.3-gentoo.diff
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -urN Gauche-gtk-0.3.orig/gtkgl/Makefile.in Gauche-gtk-0.3/gtkgl/Makefile.in
---- Gauche-gtk-0.3.orig/gtkgl/Makefile.in 2003-09-27 20:08:48.000000000 +0900
-+++ Gauche-gtk-0.3/gtkgl/Makefile.in 2003-09-27 20:11:33.000000000 +0900
-@@ -25,9 +25,9 @@
- GENERATED = gdkgllib.c gtkgllib.c
-
- INSTALL_TYPE = @INSTALL_TYPE@
--HEADER_INSTALL_DIR = `$(GAUCHE_CONFIG) --$(INSTALL_TYPE)incdir`
--SCM_INSTALL_DIR = `$(GAUCHE_CONFIG) --$(INSTALL_TYPE)libdir`
--ARCH_INSTALL_DIR = `$(GAUCHE_CONFIG) --$(INSTALL_TYPE)archdir`
-+HEADER_INSTALL_DIR = ${DESTDIR}`$(GAUCHE_CONFIG) --$(INSTALL_TYPE)incdir`
-+SCM_INSTALL_DIR = ${DESTDIR}`$(GAUCHE_CONFIG) --$(INSTALL_TYPE)libdir`
-+ARCH_INSTALL_DIR = ${DESTDIR}`$(GAUCHE_CONFIG) --$(INSTALL_TYPE)archdir`
-
- all : $(TARGET)
-
-diff -urN Gauche-gtk-0.3.orig/lib/Makefile.in Gauche-gtk-0.3/lib/Makefile.in
---- Gauche-gtk-0.3.orig/lib/Makefile.in 2003-09-27 20:08:48.000000000 +0900
-+++ Gauche-gtk-0.3/lib/Makefile.in 2003-09-27 20:10:44.000000000 +0900
-@@ -4,7 +4,7 @@
- GAUCHE_CONFIG = @GAUCHE_CONFIG@
- INSTALL = @INSTALL@
- INSTALL_TYPE = @INSTALL_TYPE@
--SCM_INSTALL_DIR = `$(GAUCHE_CONFIG) --$(INSTALL_TYPE)libdir`
-+SCM_INSTALL_DIR = ${DESTDIR}`$(GAUCHE_CONFIG) --$(INSTALL_TYPE)libdir`
-
- SCMFILES = gtk.scm gtk/gtkaux.scm gtk/gdkkeysyms.scm gtk/listener.scm \
- gtk/error-dialog.scm @GTKGL_SCM@
-diff -urN Gauche-gtk-0.3.orig/src/Makefile.in Gauche-gtk-0.3/src/Makefile.in
---- Gauche-gtk-0.3.orig/src/Makefile.in 2003-09-27 20:08:48.000000000 +0900
-+++ Gauche-gtk-0.3/src/Makefile.in 2003-09-27 20:10:14.000000000 +0900
-@@ -40,9 +40,9 @@
- TESTFILES = test-native test-native.o
-
- INSTALL_TYPE = @INSTALL_TYPE@
--HEADER_INSTALL_DIR = `$(GAUCHE_CONFIG) --$(INSTALL_TYPE)incdir`
--SCM_INSTALL_DIR = `$(GAUCHE_CONFIG) --$(INSTALL_TYPE)libdir`
--ARCH_INSTALL_DIR = `$(GAUCHE_CONFIG) --$(INSTALL_TYPE)archdir`
-+HEADER_INSTALL_DIR = ${DESTDIR}`$(GAUCHE_CONFIG) --$(INSTALL_TYPE)incdir`
-+SCM_INSTALL_DIR = ${DESTDIR}`$(GAUCHE_CONFIG) --$(INSTALL_TYPE)libdir`
-+ARCH_INSTALL_DIR = ${DESTDIR}`$(GAUCHE_CONFIG) --$(INSTALL_TYPE)archdir`
-
- all : $(TARGET)
-
diff --git a/dev-lisp/gauche-gtk/gauche-gtk-0.3.ebuild b/dev-lisp/gauche-gtk/gauche-gtk-0.3.ebuild
deleted file mode 100644
index 2e32f1f4d721..000000000000
--- a/dev-lisp/gauche-gtk/gauche-gtk-0.3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche-gtk/gauche-gtk-0.3.ebuild,v 1.2 2004/02/04 12:43:15 hattya Exp $
-
-inherit eutils
-
-IUSE="opengl"
-
-MY_P="${P/g/G}"
-
-DESCRIPTION="GTK2 binding for Gauche"
-HOMEPAGE="http://gauche.sf.net/"
-SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz"
-
-LICENSE="BSD"
-KEYWORDS="x86"
-SLOT="0"
-S="${WORKDIR}/${MY_P}"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-RDEPEND=">=x11-libs/gtk+-2
- >=dev-lisp/gauche-0.7
- opengl? ( >=x11-libs/gtkglext-0.6.0 )"
-
-src_unpack() {
-
- unpack ${A}
- epatch ${FILESDIR}/${P}-gentoo.diff
-
-}
-
-src_compile() {
-
- local myconf myflags
-
- use opengl && myconf="--enable-gtkgl"
-
-
- myflags=${CFLAGS}
- unset CFLAGS CXXFLAGS
-
- econf ${myconf} || die
- emake OPTFLAGS="${myflags}" || die
-
-}
-
-src_install () {
-
- dodir $(gauche-config --syslibdir)
- dodir $(gauche-config --sysincdir)
- dodir $(gauche-config --sysarchdir)
-
- make DESTDIR=${D} install || die
-
- dodoc ChangeLog README COPYING
-
-
- docinto examples
- for f in examples/*; do
- [ -f ${f} ] && dodoc ${f}
- done
-
- docinto examples/gtk-tutorial
- dodoc examples/gtk-tutorial/*
-
- if use opengl; then
- docinto examples/gtkglext
- dodoc examples/gtkglext/*
- fi
-
-}
-
-pkg_postinst() {
-
- if use opengl; then
- einfo "If you want to use OpenGL with Gauche, please emerge Gauche-gl."
- fi
-
-}