diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-02-21 15:29:19 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-02-21 15:29:19 +0000 |
commit | 4111cb99d538f630d96311ead5df051538eed75f (patch) | |
tree | 365327aa54004ecc4e5f4910daf6edfbfdedf177 /dev-lisp | |
parent | Initial import. Ebuild submitted by Victor Iggy <lamer0@lamer0.com>, closing ... (diff) | |
download | historical-4111cb99d538f630d96311ead5df051538eed75f.tar.gz historical-4111cb99d538f630d96311ead5df051538eed75f.tar.bz2 historical-4111cb99d538f630d96311ead5df051538eed75f.zip |
cleaned out old ebuild.
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gauche-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/gauche-gtk/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/gauche-gtk/files/digest-gauche-gtk-0.3 | 1 | ||||
-rw-r--r-- | dev-lisp/gauche-gtk/files/gauche-gtk-0.3-gentoo.diff | 44 | ||||
-rw-r--r-- | dev-lisp/gauche-gtk/gauche-gtk-0.3.ebuild | 80 |
5 files changed, 6 insertions, 130 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/Manifest b/dev-lisp/gauche-gtk/Manifest index 7ba7c30ebd92..6cd7f3b95ffe 100644 --- a/dev-lisp/gauche-gtk/Manifest +++ b/dev-lisp/gauche-gtk/Manifest @@ -1,9 +1,6 @@ -MD5 15b9deafbab3d3caa6eebd7ddf8c1b09 ChangeLog 1069 +MD5 c7aae167497b7d77705c84539efda7dc ChangeLog 1206 MD5 213ed45fdcf5bace86678365685187b5 gauche-gtk-0.3.1.ebuild 1351 MD5 ed8b43f328912a019e69087d4fe0907b gauche-gtk-0.3.2.ebuild 1330 -MD5 b3f15437eff7b3883d86df1c0c9050a3 gauche-gtk-0.3.ebuild 1397 MD5 fe33b3aedb27a1cb1214b0752d90a2a3 metadata.xml 325 -MD5 6e4171b60649ff7156bd210fed6be749 files/digest-gauche-gtk-0.3 63 MD5 bd8bbfa0aae1a2c053ecfca70fdcd682 files/digest-gauche-gtk-0.3.1 65 MD5 923c01868e508cefb39569847a3a0ecf files/digest-gauche-gtk-0.3.2 65 -MD5 2060b4408fb84f400ba4961c53e54b1c files/gauche-gtk-0.3-gentoo.diff 2109 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 - -} |