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 1Px4db-0001NK-SA for garchives@archives.gentoo.org; Tue, 08 Mar 2011 21:40:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 090811C00B; Tue, 8 Mar 2011 21:40:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BABF61C00B for ; Tue, 8 Mar 2011 21:40:08 +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 283221B412A for ; Tue, 8 Mar 2011 21:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7C1988006E for ; Tue, 8 Mar 2011 21:40:07 +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: Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/votca-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/votca-tools/ChangeLog sci-libs/votca-tools/votca-tools-1.1.1.ebuild X-VCS-Directories: sci-libs/votca-tools/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: d93b36fe0f5b9682c04df2901d658c69f1aca9e8 Date: Tue, 8 Mar 2011 21:40:07 +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: fb2603255a0e54754666139aed36d909 commit: d93b36fe0f5b9682c04df2901d658c69f1aca9e8 Author: Christoph Junghans gentoo org> AuthorDate: Tue Mar 8 21:50:51 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Tue Mar 8 21:50:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dd93b36fe [sci-libs/votca-tools] 1.1.1 InCVS (Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-libs/votca-tools/ChangeLog | 4 + sci-libs/votca-tools/votca-tools-1.1.1.ebuild | 76 -------------------= ------ 2 files changed, 4 insertions(+), 76 deletions(-) diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/Change= Log index f2835b3..441b83f 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 08 Mar 2011; Christoph Junghans + -votca-tools-1.1.1.ebuild: + InCVS + *votca-tools-1.1.1 (03 Mar 2011) =20 03 Mar 2011; Christoph Junghans -votca-tools-1.1.e= build, diff --git a/sci-libs/votca-tools/votca-tools-1.1.1.ebuild b/sci-libs/vot= ca-tools/votca-tools-1.1.1.ebuild deleted file mode 100644 index 55d421c..0000000 --- a/sci-libs/votca-tools/votca-tools-1.1.1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"3" - -inherit eutils autotools-utils - -if [ "${PV}" !=3D "9999" ]; then - SRC_URI=3D"boost? ( http://votca.googlecode.com/files/${PF}_pristine.ta= r.gz ) - !boost? ( http://votca.googlecode.com/files/${PF}.tar.gz )" - RESTRICT=3D"primaryuri" -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 )" - -DEPEND=3D"${RDEPEND} - doc? ( app-doc/doxygen[-nodot] ) - >=3Dapp-text/txt2tags-2.5 - 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 - if use boost; then - rm -rf src/libboost - else - #fix a qa issue ../../config is not support as m4 dir - mkdir -p src/libboost/config || die - sed -i 's@\.\./\.\./config@config@' \ - src/libboost/configure.ac \ - src/libboost/Makefile.am || \ - die "sed of libboost configure.ac and Makefile.am failed" - fi - eautoreconf || die "eautoreconf failed" -} - -src_configure() { - local myconf - use boost && myconf=3D"--disable-votca-boost" || myconf=3D"--enable-vot= ca-boost" - - myeconfargs=3D( ${myconf} --disable-rc-files - $(use_with gsl) - $(use_with fftw) - ) - autotools-utils_src_configure || die -} - -src_install() { - DOCS=3D(${AUTOTOOLS_BUILD_DIR}/CHANGELOG NOTICE) - autotools-utils_src_install || die - if use doc; then - cd share/doc || die - doxygen || die - dohtml -r html/* || die - fi -}