From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jgggc-0000Ak-VD for garchives@archives.gentoo.org; Tue, 01 Apr 2008 13:38:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19AF2E0678; Tue, 1 Apr 2008 13:38:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E0C8CE0678 for ; Tue, 1 Apr 2008 13:37:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 76C7E66EEA for ; Tue, 1 Apr 2008 13:37:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.689 X-Spam-Level: X-Spam-Status: No, score=-2.689 required=5.5 tests=[AWL=0.910, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mtkAgzzayW7R for ; Tue, 1 Apr 2008 13:37:53 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 1FD0A66F66 for ; Tue, 1 Apr 2008 13:37:52 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JgggI-0002gq-5T for gentoo-dev@gentoo.org; Tue, 01 Apr 2008 13:37:42 +0000 Received: from dhcp-206-74-vpn.unizh.ch ([130.60.206.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Apr 2008 13:37:42 +0000 Received: from dev-zero by dhcp-206-74-vpn.unizh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Apr 2008 13:37:42 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@lists.gentoo.org From: Tiziano =?ISO-8859-1?Q?M=FCller?= Subject: [gentoo-dev] Re: gentoo-x86 commit in app-office/homebank: metadata.xml ChangeLog homebank-3.7.ebuild Manifest Date: Tue, 01 Apr 2008 15:37:29 +0200 Organization: Gentoo Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp-206-74-vpn.unizh.ch User-Agent: KNode/0.10.9 Sender: news X-Archives-Salt: 925bc407-fd4e-4e7d-8483-e2fe6c9d4de0 X-Archives-Hash: 65149b2f7e859aa577ca32af7058f5a9 Denis Dupeyron (calchan) wrote: > # /var/cvsroot/gentoo-x86/app-office/homebank/homebank-3.7.ebuild,v 1.1 > # 2008/04/01 12:24:09 calchan Exp $ > > inherit autotools fdo-mime > > DESCRIPTION="Free, easy, personal accounting for everyone" > HOMEPAGE="http://homebank.free.fr/index.php" > SRC_URI="http://homebank.free.fr/public/${P}.tar.gz" > LICENSE="GPL-2" > SLOT="0" > IUSE="ofx" > KEYWORDS="~amd64 ~x86" > > RDEPEND=">=x11-libs/gtk+-2.0 > ofx? ( >=dev-libs/libofx-0.7 )" > DEPEND="${RDEPEND} > dev-util/pkgconfig" > > src_unpack() { > unpack ${A} > cd "${S}" > > sed -i \ > -e 's/-Werror//' configure.ac \ > -e 's/LDFLAGS="${LDFLAGS} -lofx"/LIBS="${LIBS} -lofx"/' \ > configure.ac || die "sed failed" > > eautoreconf > } eautoconf is enough. Cheers, Tiziano -- gentoo-dev@lists.gentoo.org mailing list