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 1PoI8p-0000L2-74 for garchives@archives.gentoo.org; Sat, 12 Feb 2011 16:16:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3D4E0936; Sat, 12 Feb 2011 16:16:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B82FE0936 for ; Sat, 12 Feb 2011 16:16:04 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDA0B1B4071 for ; Sat, 12 Feb 2011 16:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0FE218006A for ; Sat, 12 Feb 2011 16:16:03 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <9d34c83cee2c6aeb955e315cea726b90a50faee6.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/votca-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/votca-tools/metadata.xml sci-libs/votca-tools/votca-tools-1.0.1.ebuild X-VCS-Directories: sci-libs/votca-tools/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 9d34c83cee2c6aeb955e315cea726b90a50faee6 Date: Sat, 12 Feb 2011 16:16:03 +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: 385f07484193bbe492f21b75325847db commit: 9d34c83cee2c6aeb955e315cea726b90a50faee6 Author: Christoph Junghans gentoo org> AuthorDate: Sat Feb 12 16:26:38 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sat Feb 12 16:26:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D9d34c83c [sci-libs/votca-tools] 1.0.1 moved to the main tree (Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-libs/votca-tools/metadata.xml | 10 ++-- sci-libs/votca-tools/votca-tools-1.0.1.ebuild | 65 -------------------= ------ 2 files changed, 5 insertions(+), 70 deletions(-) diff --git a/sci-libs/votca-tools/metadata.xml b/sci-libs/votca-tools/met= adata.xml index d416b00..046b8b5 100644 --- a/sci-libs/votca-tools/metadata.xml +++ b/sci-libs/votca-tools/metadata.xml @@ -1,12 +1,12 @@ -sci + sci-chemistry - kleiner_otti@gmx.de + ottxor@gentoo.org Christoph Junghans - - Compile against external boost headers (dev-libs/b= oost) - + + Compile against external boost headers (dev-libs/= boost) + diff --git a/sci-libs/votca-tools/votca-tools-1.0.1.ebuild b/sci-libs/vot= ca-tools/votca-tools-1.0.1.ebuild deleted file mode 100644 index 941085d..0000000 --- a/sci-libs/votca-tools/votca-tools-1.0.1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"3" - -inherit eutils autotools - -if [ "${PV}" !=3D "9999" ]; then - SRC_URI=3D"http://votca.googlecode.com/files/${PF}.tar.gz" -else - SRC_URI=3D"" - inherit mercurial - EHG_REPO_URI=3D"https://tools.votca.googlecode.com/hg" - S=3D"${WORKDIR}/${EHG_REPO_URI##*/}" -fi - -DESCRIPTION=3D"Votca tools library" -HOMEPAGE=3D"http://www.votca.org" - -LICENSE=3D"Apache-2.0" -SLOT=3D"0" -KEYWORDS=3D"~x86 ~amd64" -IUSE=3D"-boost doc +fftw +gsl static-libs" - -RDEPEND=3D"fftw? ( sci-libs/fftw:3.0 ) - dev-libs/expat - gsl? ( sci-libs/gsl ) - boost? ( dev-libs/boost ) - doc? ( >=3Dapp-text/txt2tags-2.5 )" - -DEPEND=3D"${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - use gsl || ewarn "Disabling gsl will lead to reduced functionality" - use fftw || ewarn "Disabling fftw will lead to reduced functionality" - - #remove bundled libs - rm -rf src/libexpat - use boost && rm -rf src/libboost - - eautoreconf || die "eautoreconf failed" -} - -src_configure() { - local myconf=3D"--disable-la-files --disable-rc-files" - - use boost \ - && myconf=3D"${myconf} $(use_with boost) --disable-votca-boost" \ - || myconf=3D"${myconf} $(use_with boost) --enable-votca-boost" - - myconf=3D"${myconf} $(use_with gsl) $(use_with fftw) $(use_enable stati= c-libs static)" - - econf ${myconf} || die "econf failed" -} - -src_install() { - emake install DESTDIR=3D"${D}" || die "emake install failed" - dodoc NOTICE - if use doc; then - emake CHANGELOG || die "emake CHANGELOG failed" - dodoc CHANGELOG - fi -}