From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J54jg-0005sO-Do for garchives@archives.gentoo.org; Wed, 19 Dec 2007 19:37:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBJJbaYC006368; Wed, 19 Dec 2007 19:37:36 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBJJbXS1006305 for ; Wed, 19 Dec 2007 19:37:35 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 44F86651E0 for ; Wed, 19 Dec 2007 19:37:35 +0000 (UTC) Received: from drac by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J54jW-0003eE-6e for gentoo-commits@lists.gentoo.org; Wed, 19 Dec 2007 19:37:34 +0000 From: "Samuli Suominen (drac)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, drac@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-db/gigabase: gigabase-3.61.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gigabase-3.61.ebuild ChangeLog X-VCS-Directories: dev-db/gigabase X-VCS-Committer: drac X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Samuli Suominen Date: Wed, 19 Dec 2007 19:37:34 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: e4818621-9e80-4f88-9194-c39bdf59ec0c X-Archives-Hash: 9673bf7c3095936822398cb7485b4476 drac 07/12/19 19:37:34 Modified: gigabase-3.61.ebuild ChangeLog Log: amd64 stable wrt #201840, run eautoreconf to fix libtool & asneeded issues. (Portage version: 2.1.4_rc10) Revision Changes Path 1.3 dev-db/gigabase/gigabase-3.61.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.61.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.61.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.61.ebuild?r1=1.2&r2=1.3 Index: gigabase-3.61.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.61.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gigabase-3.61.ebuild 10 Dec 2007 15:03:50 -0000 1.2 +++ gigabase-3.61.ebuild 19 Dec 2007 19:37:33 -0000 1.3 @@ -1,20 +1,26 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.61.ebuild,v 1.2 2007/12/10 15:03:50 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.61.ebuild,v 1.3 2007/12/19 19:37:33 drac Exp $ -inherit eutils libtool multilib +inherit autotools eutils multilib DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl" HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html" SRC_URI="mirror://sourceforge/gigabase/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~s390 x86" +KEYWORDS="amd64 ~s390 x86" IUSE="doc" DEPEND="" S=${WORKDIR}/gigabase +src_unpack() { + unpack ${A} + cd "${S}" + eautoreconf +} + src_compile() { mf="${S}/Makefile" 1.31 dev-db/gigabase/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 19 Dec 2007 17:55:51 -0000 1.30 +++ ChangeLog 19 Dec 2007 19:37:33 -0000 1.31 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/gigabase # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.30 2007/12/19 17:55:51 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.31 2007/12/19 19:37:33 drac Exp $ + + 19 Dec 2007; Samuli Suominen gigabase-3.61.ebuild: + amd64 stable wrt #201840, run eautoreconf to fix libtool & asneeded issues. 19 Dec 2007; +files/gigabase-3.54-cli.h-redudant-typedef-fix.patch: -- gentoo-commits@gentoo.org mailing list