From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaA1w-0004Qf-O0 for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:18:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E1B1C03F; Fri, 24 Jun 2011 17:11:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C3D91C232 for ; Fri, 24 Jun 2011 17:09:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 161BA2AC013 for ; Fri, 24 Jun 2011 17:09:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7703F8003E for ; Fri, 24 Jun 2011 17:09:18 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <0a889c1c3734c9b48b5d0cc048924f3ce3661ac2.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pagmo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pagmo/ChangeLog sci-libs/pagmo/metadata.xml sci-libs/pagmo/pagmo-9999.ebuild X-VCS-Directories: sci-libs/pagmo/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0a889c1c3734c9b48b5d0cc048924f3ce3661ac2 Date: Fri, 24 Jun 2011 17:09:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9bce319b08c8d79580d461fd4e48f7dc commit: 0a889c1c3734c9b48b5d0cc048924f3ce3661ac2 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 14:34:21 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 14:34:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D0a889c1c metadata.xml added (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-libs/pagmo/ChangeLog | 8 ++++++++ sci-libs/pagmo/metadata.xml | 12 ++++++++++++ sci-libs/pagmo/pagmo-9999.ebuild | 16 +++++++++------- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/sci-libs/pagmo/ChangeLog b/sci-libs/pagmo/ChangeLog new file mode 100644 index 0000000..ce5b582 --- /dev/null +++ b/sci-libs/pagmo/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-libs/pagmo +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 24 Jun 2011; Justin Lecher pagmo-9999.ebuild, + +metadata.xml: + metadata.xml added + diff --git a/sci-libs/pagmo/metadata.xml b/sci-libs/pagmo/metadata.xml new file mode 100644 index 0000000..0bf16da --- /dev/null +++ b/sci-libs/pagmo/metadata.xml @@ -0,0 +1,12 @@ + + + + sci + + sci@gentoo.org + + + Automatically generated description for kepler= + Automatically generated description for nlopt + + diff --git a/sci-libs/pagmo/pagmo-9999.ebuild b/sci-libs/pagmo/pagmo-9999= .ebuild index 8a898fc..87c5298 100644 --- a/sci-libs/pagmo/pagmo-9999.ebuild +++ b/sci-libs/pagmo/pagmo-9999.ebuild @@ -1,23 +1,25 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" +EAPI=3D4 + inherit cmake-utils git =20 DESCRIPTION=3D"Parallelization engine for optimization problems" HOMEPAGE=3D"http://pagmo.sourceforge.net/" -EGIT_REPO_URI=3D"git://pagmo.git.sourceforge.net/gitroot/pagmo/pagmo" SRC_URI=3D"" +EGIT_REPO_URI=3D"git://pagmo.git.sourceforge.net/gitroot/pagmo/pagmo" =20 LICENSE=3D"GPL-3" SLOT=3D"0" -IUSE=3D"gsl kepler mpi nlopt python test" KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"gsl kepler mpi nlopt python test" =20 -RDEPEND=3D"dev-libs/boost[mpi?,python?] - gsl? ( sci-libs/gsl ) - nlopt? ( sci-libs/nlopt )" +RDEPEND=3D" + dev-libs/boost[mpi?,python?] + nlopt? ( sci-libs/nlopt ) + gsl? ( sci-libs/gsl )" DEPEND=3D"${RDEPEND}" =20 src_configure() {