From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A71DF138010 for ; Tue, 16 Oct 2012 20:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C142E02F0; Tue, 16 Oct 2012 20:05:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF3BCE02F0 for ; Tue, 16 Oct 2012 20:05:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0C9C33D906 for ; Tue, 16 Oct 2012 20:05:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id A76FC215FF; Tue, 16 Oct 2012 20:05:11 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/qd: ChangeLog qd-2.3.13.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog qd-2.3.13.ebuild X-VCS-Directories: sci-libs/qd X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121016200511.A76FC215FF@flycatcher.gentoo.org> Date: Tue, 16 Oct 2012 20:05:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9549d81f-718e-40a8-9640-aa38f8004aca X-Archives-Hash: 488d2147feae2192291807ae5546ba31 jlec 12/10/16 20:05:11 Modified: ChangeLog qd-2.3.13.ebuild Log: sci-libs/qd: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass (Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916) Revision Changes Path 1.15 sci-libs/qd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 14 Oct 2012 19:29:06 -0000 1.14 +++ ChangeLog 16 Oct 2012 20:05:11 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/qd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.14 2012/10/14 19:29:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.15 2012/10/16 20:05:11 jlec Exp $ + + 16 Oct 2012; Justin Lecher qd-2.3.13.ebuild: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 14 Oct 2012; Justin Lecher qd-2.3.13.ebuild: Prepare for fortran2.eclass update 1.5 sci-libs/qd/qd-2.3.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild?r1=1.4&r2=1.5 Index: qd-2.3.13.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- qd-2.3.13.ebuild 14 Oct 2012 19:29:06 -0000 1.4 +++ qd-2.3.13.ebuild 16 Oct 2012 20:05:11 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v 1.4 2012/10/14 19:29:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v 1.5 2012/10/16 20:05:11 jlec Exp $ EAPI=4 @@ -19,13 +19,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fortran static-libs" -DEPEND="fortran? ( virtual/fortran )" -RDEPEND="${DEPEND}" - -pkg_setup() { - use fortran && fortran-2_pkg_setup -} - PATCHES=( "${FILESDIR}"/${P}-autotools.patch ) src_configure() {