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 B8F191381F3 for ; Wed, 29 May 2013 16:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50658E09FF; Wed, 29 May 2013 16:17:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF7E2E09FF for ; Wed, 29 May 2013 16:17:08 +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 9EC9233E1B2 for ; Wed, 29 May 2013 16:17:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 6BF512171D; Wed, 29 May 2013 16:17:06 +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-chemistry/ball: ChangeLog ball-1.4.1-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog ball-1.4.1-r1.ebuild X-VCS-Directories: sci-chemistry/ball X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130529161706.6BF512171D@flycatcher.gentoo.org> Date: Wed, 29 May 2013 16:17:06 +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: ff691a79-ea8b-4d1a-8e0d-8995f83b3cbb X-Archives-Hash: aa3ca775c42b6d76948212b77fde5792 jlec 13/05/29 16:17:06 Modified: ChangeLog ball-1.4.1-r1.ebuild Log: sci-chemistry/ball: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE, PYTHON_DEPS) (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916) Revision Changes Path 1.8 sci-chemistry/ball/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 3 Mar 2013 02:10:30 -0000 1.7 +++ ChangeLog 29 May 2013 16:17:06 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/ball # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.7 2013/03/03 02:10:30 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.8 2013/05/29 16:17:06 jlec Exp $ + + 29 May 2013; Justin Lecher ball-1.4.1-r1.ebuild: + Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE, + PYTHON_DEPS) 03 Mar 2013; Davide Pesavento metadata.xml: Adjust metadata for Qt category move. 1.4 sci-chemistry/ball/ball-1.4.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?r1=1.3&r2=1.4 Index: ball-1.4.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ball-1.4.1-r1.ebuild 2 Mar 2013 23:17:31 -0000 1.3 +++ ball-1.4.1-r1.ebuild 29 May 2013 16:17:06 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.3 2013/03/02 23:17:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.4 2013/05/29 16:17:06 jlec Exp $ EAPI=5 @@ -17,9 +17,16 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cuda mpi +python sql +threads +webkit" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" dev-cpp/eigen:3 dev-libs/boost + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 + dev-qt/qttest:4 + dev-qt/qtwebkit:4 media-libs/glew sci-libs/fftw:3.0[threads?] sci-libs/gsl @@ -27,11 +34,6 @@ sci-mathematics/lpsolve virtual/opengl x11-libs/libX11 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4 - dev-qt/qttest:4 - dev-qt/qtwebkit:4 cuda? ( dev-util/nvidia-cuda-toolkit ) mpi? ( virtual/mpi ) python? ( ${PYTHON_DEPS} )