diff options
author | Marius Mauch <genone@gentoo.org> | 2005-01-09 22:46:13 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-01-09 22:46:13 +0000 |
commit | 65adce557298b711dc8300398d50cdc3d3f0876e (patch) | |
tree | 20ccb8079967aedf89363c62d93a95dce610ee0a /dev-util/gambas | |
parent | Added ~sparc keyword as it went missing in the version bump. (Manifest recommit) (diff) | |
download | gentoo-2-65adce557298b711dc8300398d50cdc3d3f0876e.tar.gz gentoo-2-65adce557298b711dc8300398d50cdc3d3f0876e.tar.bz2 gentoo-2-65adce557298b711dc8300398d50cdc3d3f0876e.zip |
version bump
Diffstat (limited to 'dev-util/gambas')
-rw-r--r-- | dev-util/gambas/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/gambas/Manifest | 12 | ||||
-rw-r--r-- | dev-util/gambas/files/digest-gambas-1.0.1 | 1 | ||||
-rw-r--r-- | dev-util/gambas/gambas-0.99.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gambas/gambas-1.0.1.ebuild | 82 | ||||
-rw-r--r-- | dev-util/gambas/gambas-1.0_rc4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gambas/gambas-1.0_rc6.ebuild | 4 |
7 files changed, 98 insertions, 18 deletions
diff --git a/dev-util/gambas/ChangeLog b/dev-util/gambas/ChangeLog index 576ef314da5a..2020cf299ca9 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.22 2004/12/29 17:12:10 genone Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.23 2005/01/09 22:46:13 genone Exp $ + +*gambas-1.0.1 (09 Jan 2005) + + 09 Jan 2005; Marius Mauch <genone@gentoo.org> +gambas-1.0.1.ebuild: + version bump, stable candidate. *gambas-1.0_rc6 (29 Dec 2004) diff --git a/dev-util/gambas/Manifest b/dev-util/gambas/Manifest index e51b47854b69..27a1c24f3c65 100644 --- a/dev-util/gambas/Manifest +++ b/dev-util/gambas/Manifest @@ -1,21 +1,13 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 622720c5c5e309d4457ff037f8a4175f metadata.xml 222 MD5 3fff42865e3cad317fd7de9c28b8dc10 gambas-0.99.ebuild 1925 MD5 d2f0460e3dcf9f356257345cb6b92350 ChangeLog 4562 MD5 23bcb8ef492a772ac978fe6b4408f9f8 gambas-1.0_rc4.ebuild 2397 MD5 8199ef65dc1da1f70dc955a4a3d80117 gambas-1.0_rc6.ebuild 2397 +MD5 d4a0a2a54f4bc61b5b924ffa7e7c8817 gambas-1.0.1.ebuild 2348 MD5 39016f3bbaf4069a963b10796d8f48f1 files/WebHome.html 692 MD5 13a65dd33d4fd1d346206b80aaf3a1ff files/Makefile.am-0.97a 1528 MD5 36441908c5da6408e450be896bf7e7b3 files/digest-gambas-0.99 65 MD5 cb40c4d6cc8de988f3e5d60e53108472 files/Makefile.am-1.0_rc2 1508 MD5 d44e34632944c6de65049fdb24a4f608 files/digest-gambas-1.0_rc4 69 MD5 c5601d63fb89742f66717244a9aee121 files/digest-gambas-1.0_rc6 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB0uWy6J2i8a8J4okRAj1lAKDa/Z6JjHIqwYhtm/qf4BYYVnYOAQCeIxN6 -fUTvWXhORMNoVStn+lyyHmg= -=R90P ------END PGP SIGNATURE----- +MD5 bcc3523b6a985abf1b8ba607685abc86 files/digest-gambas-1.0.1 66 diff --git a/dev-util/gambas/files/digest-gambas-1.0.1 b/dev-util/gambas/files/digest-gambas-1.0.1 new file mode 100644 index 000000000000..a4a1a7a95358 --- /dev/null +++ b/dev-util/gambas/files/digest-gambas-1.0.1 @@ -0,0 +1 @@ +MD5 27c8b15d41a416cf4ad5ca0a554d9356 gambas-1.0.1.tar.bz2 4190666 diff --git a/dev-util/gambas/gambas-0.99.ebuild b/dev-util/gambas/gambas-0.99.ebuild index 1fbebdce07b4..3295f01df43b 100644 --- a/dev-util/gambas/gambas-0.99.ebuild +++ b/dev-util/gambas/gambas-0.99.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.2 2004/11/14 08:49:54 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.99.ebuild,v 1.3 2005/01/09 22:46:13 genone Exp $ inherit eutils diff --git a/dev-util/gambas/gambas-1.0.1.ebuild b/dev-util/gambas/gambas-1.0.1.ebuild new file mode 100644 index 000000000000..238aeffe924b --- /dev/null +++ b/dev-util/gambas/gambas-1.0.1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0.1.ebuild,v 1.1 2005/01/09 22:46:13 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 xml xsl zlib kde" + +DEPEND=">=sys-devel/automake-1.7.5 + >=x11-libs/qt-3.2 + kde? ( >=kde-base/kdelibs-3.2 ) + sdl? ( media-libs/libsdl media-libs/sdl-mixer sys-libs/gpm ) + mysql? ( dev-db/mysql ) + postgres? ( dev-db/postgresql ) + curl? ( net-misc/curl ) + sqlite? ( dev-db/sqlite ) + xml? ( dev-libs/libxml2 ) + xsl? ( dev-libs/libxslt ) + zlib? ( sys-libs/zlib app-arch/bzip2 )" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i 's:-Os::' configure + # replace braindead Makefile (it's getting better, but + # still has the stupid symlink stuff) + rm Makefile* + cp "${FILESDIR}/Makefile.am-1.0_rc2" ./Makefile.am + + automake +} + +src_compile() { + local myconf + + myconf="${myconf} --enable-qt --enable-net --enable-vb" + 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`" + myconf="${myconf} `use_enable zlib`" + myconf="${myconf} `use_enable xml2 libxml`" + myconf="${myconf} `use_enable xsl xslt`" + myconf="${myconf} `use_enable zlib bzlib2`" + myconf="${myconf} `use_enable kde`" + + if use debug ; then + myconf="${myconf} --disable-optimization --enable-debug --enable-profiling" + else + myconf="${myconf} --enable-optimization --disable-debug --disable-profiling" + fi + + econf ${myconf} || die + + emake || die +} + +src_install() { + export PATH="${D}/usr/bin:${PATH}" + make DESTDIR="$D" install || 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 +} diff --git a/dev-util/gambas/gambas-1.0_rc4.ebuild b/dev-util/gambas/gambas-1.0_rc4.ebuild index 359cbaf88b9d..45e2bb89a9b9 100644 --- a/dev-util/gambas/gambas-1.0_rc4.ebuild +++ b/dev-util/gambas/gambas-1.0_rc4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0_rc4.ebuild,v 1.2 2004/12/29 17:12:10 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0_rc4.ebuild,v 1.3 2005/01/09 22:46:13 genone Exp $ inherit eutils diff --git a/dev-util/gambas/gambas-1.0_rc6.ebuild b/dev-util/gambas/gambas-1.0_rc6.ebuild index 04cd8a3e583b..3d2b24faf7d2 100644 --- a/dev-util/gambas/gambas-1.0_rc6.ebuild +++ b/dev-util/gambas/gambas-1.0_rc6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0_rc6.ebuild,v 1.1 2004/12/29 17:12:10 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0_rc6.ebuild,v 1.2 2005/01/09 22:46:13 genone Exp $ inherit eutils |