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 1IhYav-0003Qi-QM for garchives@archives.gentoo.org; Mon, 15 Oct 2007 22:39:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9FMTFMk012712; Mon, 15 Oct 2007 22:29:15 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9FMTEJ7012691 for ; Mon, 15 Oct 2007 22:29:14 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 0412665348 for ; Mon, 15 Oct 2007 22:29:14 +0000 (UTC) Received: from opfer by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IhYQz-0005Ul-1K for gentoo-commits@lists.gentoo.org; Mon, 15 Oct 2007 22:29:13 +0000 From: "Christian Faulhammer (opfer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, opfer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/qof: qof-0.7.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: qof-0.7.2.ebuild ChangeLog X-VCS-Directories: dev-libs/qof X-VCS-Committer: opfer X-VCS-Committer-Name: Christian Faulhammer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Christian Faulhammer Date: Mon, 15 Oct 2007 22:29:13 +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: b016368f-cd78-4294-9a28-3bd4cce2e6c1 X-Archives-Hash: b1f245cb2c09b5f75aeedbce941e2a70 opfer 07/10/15 22:29:13 Modified: qof-0.7.2.ebuild ChangeLog Log: src_compile removed, it has been the default definition anyway[2~ (Portage version: 2.1.3.9) Revision Changes Path 1.2 dev-libs/qof/qof-0.7.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild?r1=1.1&r2=1.2 Index: qof-0.7.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qof-0.7.2.ebuild 15 Oct 2007 21:28:20 -0000 1.1 +++ qof-0.7.2.ebuild 15 Oct 2007 22:29:12 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild,v 1.1 2007/10/15 21:28:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild,v 1.2 2007/10/15 22:29:12 opfer Exp $ DESCRIPTION="A Query Object Framework" HOMEPAGE="http://qof.sourceforge.net/" @@ -15,11 +15,6 @@ DEPEND="" -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - src_install() { emake DESTDIR="${D}" install || die } 1.2 dev-libs/qof/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 15 Oct 2007 21:28:20 -0000 1.1 +++ ChangeLog 15 Oct 2007 22:29:12 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/qof # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.1 2007/10/15 21:28:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.2 2007/10/15 22:29:12 opfer Exp $ + + 15 Oct 2007; Christian Faulhammer qof-0.7.2.ebuild: + src_compile removed, it has been the default definition anyway *qof-0.7.2 (15 Oct 2007) -- gentoo-commits@gentoo.org mailing list