summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2004-10-11 04:15:07 +0000
committerMarius Mauch <genone@gentoo.org>2004-10-11 04:15:07 +0000
commit8b14a51c3885418dc173ae59ff38c9ffa6d9a7c0 (patch)
tree5172b4ad39e17526eb0681e2ade62ee996cb6b26 /dev-util/gambas
parentFixing the manifest. (Manifest recommit) (diff)
downloadgentoo-2-8b14a51c3885418dc173ae59ff38c9ffa6d9a7c0.tar.gz
gentoo-2-8b14a51c3885418dc173ae59ff38c9ffa6d9a7c0.tar.bz2
gentoo-2-8b14a51c3885418dc173ae59ff38c9ffa6d9a7c0.zip
version bump
Diffstat (limited to 'dev-util/gambas')
-rw-r--r--dev-util/gambas/ChangeLog7
-rw-r--r--dev-util/gambas/Manifest12
-rw-r--r--dev-util/gambas/files/digest-gambas-0.991
-rw-r--r--dev-util/gambas/gambas-0.99.ebuild75
4 files changed, 84 insertions, 11 deletions
diff --git a/dev-util/gambas/ChangeLog b/dev-util/gambas/ChangeLog
index a1353e7fc668..c8a68f6ee352 100644
--- a/dev-util/gambas/ChangeLog
+++ b/dev-util/gambas/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/gambas
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.17 2004/08/23 08:06:00 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.18 2004/10/11 04:15:07 genone Exp $
+
+*gambas-0.99 (11 Oct 2004)
+
+ 11 Oct 2004; <genone@gentoo.org> +gambas-0.99.ebuild:
+ version bump
23 Aug 2004; <genone@gentoo.org> gambas-0.94a.ebuild, gambas-0.95.ebuild:
- mark 0.95 stable
diff --git a/dev-util/gambas/Manifest b/dev-util/gambas/Manifest
index effe03d8038a..2a4d21c44caa 100644
--- a/dev-util/gambas/Manifest
+++ b/dev-util/gambas/Manifest
@@ -1,10 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 622720c5c5e309d4457ff037f8a4175f metadata.xml 222
MD5 3523437861d1510f52bf1d7a8decff79 gambas-0.95.ebuild 1939
MD5 ab9814dc3b57ffc4ed5cb90ba9065de1 ChangeLog 3349
MD5 0a35ef4f22d9ce374bd5029e7701f966 gambas-0.97a.ebuild 1927
+MD5 0a35ef4f22d9ce374bd5029e7701f966 gambas-0.99.ebuild 1927
MD5 964111dfc43bdc4aab2276817f8f57df files/Makefile.am-0.90 1370
MD5 a7abb94385567542662526650958f5f1 files/gbx_exec_enum-0.92.patch 751
MD5 ef914d63f991882bd4c95e78c9eb069d files/info-location-0.90.patch 872
@@ -17,10 +15,4 @@ MD5 ecaa2d7dc30481f5ac7ff194a37d5555 files/digest-gambas-0.95 65
MD5 8f6c4de24a80ef81fd184b62358b8c89 files/non-symlink-0.95.patch 2384
MD5 99c9b13466e214f7550f8a50f7736a47 files/digest-gambas-0.97a 66
MD5 13a65dd33d4fd1d346206b80aaf3a1ff files/Makefile.am-0.97a 1528
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.5 (GNU/Linux)
-
-iD8DBQFBKaV16J2i8a8J4okRArZ5AKDCaFQfOBcZYQhYzVwuV2d7Cezn1ACfcWs2
-tCTkuek/LTdBXneOepLA5c8=
-=Sqkh
------END PGP SIGNATURE-----
+MD5 36441908c5da6408e450be896bf7e7b3 files/digest-gambas-0.99 65
diff --git a/dev-util/gambas/files/digest-gambas-0.99 b/dev-util/gambas/files/digest-gambas-0.99
new file mode 100644
index 000000000000..b134ef29529d
--- /dev/null
+++ b/dev-util/gambas/files/digest-gambas-0.99
@@ -0,0 +1 @@
+MD5 5611449f03da1479f76c797b2b433c41 gambas-0.99.tar.bz2 3493163
diff --git a/dev-util/gambas/gambas-0.99.ebuild b/dev-util/gambas/gambas-0.99.ebuild
new file mode 100644
index 000000000000..f2759ee7c2cd
--- /dev/null
+++ b/dev-util/gambas/gambas-0.99.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.99.ebuild,v 1.1 2004/10/11 04:15:07 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 sqlite"
+
+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 )
+ sqlite? ( dev-db/sqlite )"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i 's:-Os::' configure
+ # replace braindead Makefile
+ rm Makefile*
+ cp "${FILESDIR}/Makefile.am-0.97a" ./Makefile.am
+ # patches against hardcoded paths
+ #epatch ${FILESDIR}/non-symlink-0.95.patch
+
+ automake
+}
+
+src_compile() {
+ local myconf
+
+ myconf="${myconf} --enable-kde --enable-qt"
+ myconf="${myconf} `use_enable mysql`"
+ myconf="${myconf} `use_enable postgres`"
+ myconf="${myconf} `use_enable sqlite`"
+ 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/${PN}/help ${D}/usr/share/doc/${PF}/html
+ mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}/examples
+ else
+ dohtml ${FILESDIR}/WebHome.html
+ fi
+ rm -rf ${D}/usr/share/${PN}/help ${D}/usr/share/${PN}/examples
+ dosym ../doc/${PF}/html /usr/share/${PN}/help
+ dosym ../doc/${PF}/examples /usr/share/${PN}/examples
+}