summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2004-08-23 08:06:00 +0000
committerMarius Mauch <genone@gentoo.org>2004-08-23 08:06:00 +0000
commitcaa68da5fc1aa14dfaa0b832dd77d24a2a8fb1e9 (patch)
tree49694f9c6d3ca1c0b04f2db2dc98f313446d7daa
parentAdded gnuconfig_update to allow for compilation on mips64. (Manifest recommit) (diff)
downloadgentoo-2-caa68da5fc1aa14dfaa0b832dd77d24a2a8fb1e9.tar.gz
gentoo-2-caa68da5fc1aa14dfaa0b832dd77d24a2a8fb1e9.tar.bz2
gentoo-2-caa68da5fc1aa14dfaa0b832dd77d24a2a8fb1e9.zip
version bump, stabling 0.95, added sqlite dependency
-rw-r--r--dev-util/gambas/ChangeLog8
-rw-r--r--dev-util/gambas/files/Makefile.am-0.97a43
-rw-r--r--dev-util/gambas/files/digest-gambas-0.911
-rw-r--r--dev-util/gambas/files/digest-gambas-0.93b1
-rw-r--r--dev-util/gambas/files/digest-gambas-0.94a1
-rw-r--r--dev-util/gambas/files/digest-gambas-0.97a1
-rw-r--r--dev-util/gambas/gambas-0.91.ebuild77
-rw-r--r--dev-util/gambas/gambas-0.93b.ebuild80
-rw-r--r--dev-util/gambas/gambas-0.95.ebuild7
-rw-r--r--dev-util/gambas/gambas-0.97a.ebuild (renamed from dev-util/gambas/gambas-0.94a.ebuild)15
10 files changed, 62 insertions, 172 deletions
diff --git a/dev-util/gambas/ChangeLog b/dev-util/gambas/ChangeLog
index 05a05997dd5d..a1353e7fc668 100644
--- a/dev-util/gambas/ChangeLog
+++ b/dev-util/gambas/ChangeLog
@@ -1,6 +1,12 @@
# 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.16 2004/07/19 22:02:04 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.17 2004/08/23 08:06:00 genone Exp $
+
+ 23 Aug 2004; <genone@gentoo.org> gambas-0.94a.ebuild, gambas-0.95.ebuild:
+ - mark 0.95 stable
+ - added missing sqlite dependency
+ - version bump to 0.97a
+ - removing old versions
*gambas-0.95 (20 Jul 2004)
diff --git a/dev-util/gambas/files/Makefile.am-0.97a b/dev-util/gambas/files/Makefile.am-0.97a
new file mode 100644
index 000000000000..17ad553df807
--- /dev/null
+++ b/dev-util/gambas/files/Makefile.am-0.97a
@@ -0,0 +1,43 @@
+SUBDIRS = libltdl src
+EXTRA_DIST = TODO reconf app examples help README README.REDHAT README.DEBIAN
+##AUTOMAKE_OPTIONS = dist-bzip2
+
+install-exec-local:
+ @echo
+ @echo "Creating the library info files..."
+ @rm -rf $(pkgdatadir)/info
+ @$(INSTALL) -d $(pkgdatadir)/info
+ @$(bindir)/gbi -a -p -r $(prefix)
+ @rm -f $(pkglibdir)/lib.gb.la
+ @rm -f $(pkglibdir)/lib.gb.so*
+
+ @echo
+ @echo "Installing the development environment..."
+ @(cd $(srcdir)/app; d=`pwd`; for p in *; do echo "Compiling $$p..."; cd $$d/$$p; \
+ $(bindir)/gbc -ag; $(bindir)/gba; rm -rf .gambas; $(INSTALL) $$p $(bindir); done)
+
+ @echo
+ @echo "Installing the gambas help files..."
+ @$(INSTALL) -d $(pkgdatadir)/help
+ @rm -rf $(pkgdatadir)/help
+ @cp -R $(srcdir)/help $(pkgdatadir)
+
+ @echo
+ @echo "Installing the gambas examples..."
+ @rm -rf $(pkgdatadir)/examples
+ @$(INSTALL) -d $(pkgdatadir)/examples
+ @cp -R $(srcdir)/examples $(pkgdatadir)
+ @(cd $(pkgdatadir)/examples; d=`pwd`; for p in */ */*/; do cd $$d/$$p; \
+ if test -e .project; then \
+ echo "Compiling $$p..."; cd $$d/$$p; $(bindir)/gbc -ag; $(bindir)/gba; \
+ fi \
+ done)
+
+dist-hook:
+ @(cd $(distdir)/app; for p in *; do rm -rf $$p/.gambas $$p/.xvpics $$p/*/.xvpics $$p/*/*/.xvpics $$p/*~ $$p/*/*~ $$p/*/*/*~ $$p/.*.out $$p/*.out $$p/.lang/*.pot $$p/$$p; done)
+ @(cd $(distdir)/examples; for p in */ */*/; do \
+ if test -e $$p/.project; then \
+ rm -rf $$p/.gambas $$p/.xvpics $$p/*/.xvpics $$p/*/*/.xvpics $$p/*~ $$p/*/*~ $$p/.*.out $$p/*.out $$p/.lang/*.pot $$p/$$p; \
+ fi \
+ done)
+
diff --git a/dev-util/gambas/files/digest-gambas-0.91 b/dev-util/gambas/files/digest-gambas-0.91
deleted file mode 100644
index e710175b09c4..000000000000
--- a/dev-util/gambas/files/digest-gambas-0.91
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de4f38111c8657332670bb241a1b1f56 gambas-0.91.tar.bz2 2711923
diff --git a/dev-util/gambas/files/digest-gambas-0.93b b/dev-util/gambas/files/digest-gambas-0.93b
deleted file mode 100644
index d8be339498d9..000000000000
--- a/dev-util/gambas/files/digest-gambas-0.93b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eac083d7e50a57549b79b11bed4516be gambas-0.93b.tar.bz2 3624715
diff --git a/dev-util/gambas/files/digest-gambas-0.94a b/dev-util/gambas/files/digest-gambas-0.94a
deleted file mode 100644
index d6643696dd92..000000000000
--- a/dev-util/gambas/files/digest-gambas-0.94a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 00e9e481bd1d9069aad124b21f06e110 gambas-0.94a.tar.bz2 3700855
diff --git a/dev-util/gambas/files/digest-gambas-0.97a b/dev-util/gambas/files/digest-gambas-0.97a
new file mode 100644
index 000000000000..fd464031c6c5
--- /dev/null
+++ b/dev-util/gambas/files/digest-gambas-0.97a
@@ -0,0 +1 @@
+MD5 fbb5dae8297d90564b3487993c88a7c2 gambas-0.97a.tar.bz2 3536657
diff --git a/dev-util/gambas/gambas-0.91.ebuild b/dev-util/gambas/gambas-0.91.ebuild
deleted file mode 100644
index d9196aa70040..000000000000
--- a/dev-util/gambas/gambas-0.91.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# 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.91.ebuild,v 1.4 2004/06/25 03:15:46 agriffis 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
-}
diff --git a/dev-util/gambas/gambas-0.93b.ebuild b/dev-util/gambas/gambas-0.93b.ebuild
deleted file mode 100644
index 818e9d3dcb9e..000000000000
--- a/dev-util/gambas/gambas-0.93b.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# 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.93b.ebuild,v 1.3 2004/06/25 03:15:46 agriffis 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.93" ./Makefile.am
- automake
- # patches against hardcoded paths
- epatch ${FILESDIR}/non-symlink-0.90.patch
- #epatch ${FILESDIR}/html-files-location-0.93.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/${PN}/help ${D}/usr/share/doc/${PF}/html
- mv ${D}/usr/share/${PN}/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/${PN}/help ${D}/usr/share/${PN}/examples
- dosym /usr/share/doc/${PF}/html /usr/share/${PN}/help
- dosym /usr/share/doc/${PF}/examples /usr/share/${PN}/examples
-}
diff --git a/dev-util/gambas/gambas-0.95.ebuild b/dev-util/gambas/gambas-0.95.ebuild
index 225f5a603092..29e433e0d058 100644
--- a/dev-util/gambas/gambas-0.95.ebuild
+++ b/dev-util/gambas/gambas-0.95.ebuild
@@ -1,6 +1,6 @@
# 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.95.ebuild,v 1.1 2004/07/19 22:02:04 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.95.ebuild,v 1.2 2004/08/23 08:06:00 genone Exp $
inherit eutils
@@ -10,7 +10,7 @@ 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 sqlite"
DEPEND=">=sys-devel/automake-1.7.5
@@ -19,7 +19,8 @@ DEPEND=">=sys-devel/automake-1.7.5
sdl? ( media-libs/libsdl )
mysql? ( dev-db/mysql )
postgres? ( dev-db/postgresql )
- curl? ( net-misc/curl )"
+ curl? ( net-misc/curl )
+ sqlite? ( dev-db/sqlite )"
src_unpack() {
unpack ${A}
diff --git a/dev-util/gambas/gambas-0.94a.ebuild b/dev-util/gambas/gambas-0.97a.ebuild
index 2c4a130652a6..c6a54e2f56db 100644
--- a/dev-util/gambas/gambas-0.94a.ebuild
+++ b/dev-util/gambas/gambas-0.97a.ebuild
@@ -1,6 +1,6 @@
# 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.94a.ebuild,v 1.1 2004/07/04 23:45:33 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.97a.ebuild,v 1.1 2004/08/23 08:06:00 genone Exp $
inherit eutils
@@ -19,7 +19,8 @@ DEPEND=">=sys-devel/automake-1.7.5
sdl? ( media-libs/libsdl )
mysql? ( dev-db/mysql )
postgres? ( dev-db/postgresql )
- curl? ( net-misc/curl )"
+ curl? ( net-misc/curl )
+ sqlite? ( dev-db/sqlite )"
src_unpack() {
unpack ${A}
@@ -27,11 +28,9 @@ src_unpack() {
sed -i 's:-Os::' configure
# replace braindead Makefile
rm Makefile*
- cp "${FILESDIR}/Makefile.am-0.94" ./Makefile.am
+ cp "${FILESDIR}/Makefile.am-0.97a" ./Makefile.am
# patches against hardcoded paths
- epatch ${FILESDIR}/non-symlink-0.94.patch
- #epatch ${FILESDIR}/html-files-location-0.93.patch
- #epatch ${FILESDIR}/info-location-0.90.patch
+ #epatch ${FILESDIR}/non-symlink-0.95.patch
automake
}
@@ -71,6 +70,6 @@ src_install() {
dohtml ${FILESDIR}/WebHome.html
fi
rm -rf ${D}/usr/share/${PN}/help ${D}/usr/share/${PN}/examples
- dosym /usr/share/doc/${PF}/html /usr/share/${PN}/help
- dosym /usr/share/doc/${PF}/examples /usr/share/${PN}/examples
+ dosym ../doc/${PF}/html /usr/share/${PN}/help
+ dosym ../doc/${PF}/examples /usr/share/${PN}/examples
}