summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2004-04-03 13:22:29 +0000
committerMarius Mauch <genone@gentoo.org>2004-04-03 13:22:29 +0000
commitb2d8a7030475fdbd9766d948d2579283a3ad5db0 (patch)
treedea8171fb06123ef5d44ff27a7752775f2351285 /dev-util/gambas
parentbug #34424, security patch (diff)
downloadhistorical-b2d8a7030475fdbd9766d948d2579283a3ad5db0.tar.gz
historical-b2d8a7030475fdbd9766d948d2579283a3ad5db0.tar.bz2
historical-b2d8a7030475fdbd9766d948d2579283a3ad5db0.zip
version bump + making 0.91 stable
Diffstat (limited to 'dev-util/gambas')
-rw-r--r--dev-util/gambas/ChangeLog8
-rw-r--r--dev-util/gambas/Manifest12
-rw-r--r--dev-util/gambas/files/digest-gambas-0.921
-rw-r--r--dev-util/gambas/gambas-0.91.ebuild7
-rw-r--r--dev-util/gambas/gambas-0.92.ebuild77
5 files changed, 95 insertions, 10 deletions
diff --git a/dev-util/gambas/ChangeLog b/dev-util/gambas/ChangeLog
index 117fb077b4bd..549a3b3e2b9f 100644
--- a/dev-util/gambas/ChangeLog
+++ b/dev-util/gambas/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/gambas
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.9 2004/03/14 16:11:48 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.10 2004/04/03 13:22:28 genone Exp $
+
+*gambas-0.92 (03 Apr 2004)
+
+ 03 Apr 2004; Marius Mauch <genone@gentoo.org> gambas-0.91.ebuild,
+ gambas-0.92.ebuild:
+ version bump, marking 0.91 as stable on x86.
*gambas-0.91 (14 Mar 2004)
diff --git a/dev-util/gambas/Manifest b/dev-util/gambas/Manifest
index 9029b451676f..67c514caa9e4 100644
--- a/dev-util/gambas/Manifest
+++ b/dev-util/gambas/Manifest
@@ -1,7 +1,9 @@
-MD5 964111dfc43bdc4aab2276817f8f57df files/Makefile.am-0.90 1370
+MD5 dcff878e1a02621c10898637686214b2 gambas-0.91.ebuild 1867
+MD5 b1d2a069841a93b222037caa7f85e44a gambas-0.92.ebuild 1868
+MD5 48eb05b38899351c70e589c746366e8f ChangeLog 2218
+MD5 622720c5c5e309d4457ff037f8a4175f metadata.xml 222
+MD5 ef914d63f991882bd4c95e78c9eb069d files/info-location-0.90.patch 872
MD5 30893adf8f34f69b90fa4e9e736b579b files/non-symlink-0.90.patch 1489
MD5 59e95678efba2286221a1040cf515aa3 files/digest-gambas-0.91 65
-MD5 ef914d63f991882bd4c95e78c9eb069d files/info-location-0.90.patch 872
-MD5 b96297c6390f53876f838e3f403fd688 ChangeLog 2051
-MD5 622720c5c5e309d4457ff037f8a4175f metadata.xml 222
-MD5 d7f862ddaa964074e217448c5d1ffcfe gambas-0.91.ebuild 1893
+MD5 71bcff61006d8528abb1b438a23c66f8 files/digest-gambas-0.92 65
+MD5 964111dfc43bdc4aab2276817f8f57df files/Makefile.am-0.90 1370
diff --git a/dev-util/gambas/files/digest-gambas-0.92 b/dev-util/gambas/files/digest-gambas-0.92
new file mode 100644
index 000000000000..cbd497f821a3
--- /dev/null
+++ b/dev-util/gambas/files/digest-gambas-0.92
@@ -0,0 +1 @@
+MD5 06641baa8c0405a9075088690eb30a67 gambas-0.92.tar.bz2 2735305
diff --git a/dev-util/gambas/gambas-0.91.ebuild b/dev-util/gambas/gambas-0.91.ebuild
index 7dee41768c75..6f928a39c249 100644
--- a/dev-util/gambas/gambas-0.91.ebuild
+++ b/dev-util/gambas/gambas-0.91.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.91.ebuild,v 1.2 2004/03/29 00:53:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.91.ebuild,v 1.3 2004/04/03 13:22:28 genone Exp $
inherit eutils
@@ -10,11 +10,10 @@ SRC_URI="http://gambas.sourceforge.net/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="postgres mysql sdl doc curl debug"
DEPEND=">=sys-devel/automake-1.7.5
- >=x11-base/xfree-4.3.0
>=x11-libs/qt-3.2
>=kde-base/kdelibs-3.2
sdl? ( media-libs/libsdl )
@@ -44,7 +43,7 @@ src_compile() {
myconf="${myconf} `use_enable sdl`"
myconf="${myconf} `use_enable curl`"
- if use debug ; then
+ if use debug; then
myconf="${myconf} --disable-optimization --enable-debug"
else
myconf="${myconf} --enable-optimization --disable-debug"
diff --git a/dev-util/gambas/gambas-0.92.ebuild b/dev-util/gambas/gambas-0.92.ebuild
new file mode 100644
index 000000000000..b3db6e8ba12f
--- /dev/null
+++ b/dev-util/gambas/gambas-0.92.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.92.ebuild,v 1.1 2004/04/03 13:22:28 genone Exp $
+
+inherit eutils
+
+DESCRIPTION="a RAD tool for BASIC"
+HOMEPAGE="http://gambas.sourceforge.net"
+SRC_URI="http://gambas.sourceforge.net/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="postgres mysql sdl doc curl debug"
+
+DEPEND=">=sys-devel/automake-1.7.5
+ >=x11-libs/qt-3.2
+ >=kde-base/kdelibs-3.2
+ sdl? ( media-libs/libsdl )
+ mysql? ( dev-db/mysql )
+ postgres? ( dev-db/postgresql )
+ curl? ( net-misc/curl )"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i 's:-Os::' configure
+ # replace braindead Makefile
+ rm Makefile*
+ cp "${FILESDIR}/Makefile.am-0.90" ./Makefile.am
+ automake
+ # patches against hardcoded paths
+ epatch ${FILESDIR}/non-symlink-0.90.patch
+ epatch ${FILESDIR}/info-location-0.90.patch
+}
+
+src_compile() {
+ local myconf
+
+ myconf="${myconf} --enable-kde --enable-qt"
+ myconf="${myconf} `use_enable mysql`"
+ myconf="${myconf} `use_enable postgres`"
+ myconf="${myconf} `use_enable sdl`"
+ myconf="${myconf} `use_enable curl`"
+
+ if use debug; then
+ myconf="${myconf} --disable-optimization --enable-debug"
+ else
+ myconf="${myconf} --enable-optimization --disable-debug"
+ fi
+
+ econf ${myconf} || die
+
+ emake || die
+}
+
+src_install() {
+ export PATH="${D}/usr/bin:${PATH}"
+ einstall || die
+
+ dodoc README INSTALL NEWS AUTHORS ChangeLog TODO
+
+ # only install the API docs and examples with USE=doc
+ if use doc; then
+ mv ${D}/usr/share/help ${D}/usr/share/doc/${PF}/html
+ mv ${D}/usr/share/examples ${D}/usr/share/doc/${PF}/examples
+ einfo "Compiling examples ..."
+ cd ${D}/usr/share/doc/${PF}/examples
+ for p in *; do
+ cd $p
+ gbc -ag
+ gba
+ cd ..
+ done
+ fi
+ rm -rf ${D}/usr/share/help ${D}/usr/share/examples
+}