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 1PoFw5-0000Y2-LM for garchives@archives.gentoo.org; Sat, 12 Feb 2011 13:54:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD9C6E090F; Sat, 12 Feb 2011 13:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 674A3E090F for ; Sat, 12 Feb 2011 13:54:45 +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 E13741B40D5 for ; Sat, 12 Feb 2011 13:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 203668006A for ; Sat, 12 Feb 2011 13:54:44 +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: <33ef80d5033a5e8c39978cd7911ad1efe8b4aede.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/ChangeLog sci-libs/votca-tools/votca-tools-1.1_rc1.ebuild sci-libs/votca-tools/votca-tools-9999.ebuild X-VCS-Directories: sci-libs/votca-tools/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 33ef80d5033a5e8c39978cd7911ad1efe8b4aede Date: Sat, 12 Feb 2011 13:54:44 +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: fa0bfc866f2ca5955937ac88670807d1 commit: 33ef80d5033a5e8c39978cd7911ad1efe8b4aede Author: Christoph Junghans gentoo org> AuthorDate: Sat Feb 12 13:59:54 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sat Feb 12 14:05:20 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D33ef80d5 [sci-libs/votca-tools] version bump (Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-libs/votca-tools/ChangeLog | 8 +++++++- ...ools-9999.ebuild =3D> votca-tools-1.1_rc1.ebuild} | 12 +++++++----- sci-libs/votca-tools/votca-tools-9999.ebuild | 12 +++++++----- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/Change= Log index 603c4b7..b335a8b 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-libs/votca-tools -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*votca-tools-1.1_rc1 (12 Feb 2011) + + 12 Feb 2011; Christoph Junghans + +votca-tools-1.1_rc1.ebuild: + Version bump + 17 Dec 2010; Christoph Junghans =20 votca-tools-9999.ebuild: using autotools-utils eclass diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votc= a-tools/votca-tools-1.1_rc1.ebuild similarity index 84% copy from sci-libs/votca-tools/votca-tools-9999.ebuild copy to sci-libs/votca-tools/votca-tools-1.1_rc1.ebuild index dc396ee..ad2a6d6 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.1_rc1.ebuild @@ -8,6 +8,7 @@ inherit eutils autotools-utils =20 if [ "${PV}" !=3D "9999" ]; then SRC_URI=3D"http://votca.googlecode.com/files/${PF}.tar.gz" + RESTRICT=3D"primaryuri" else SRC_URI=3D"" inherit mercurial @@ -29,7 +30,7 @@ RDEPEND=3D"fftw? ( sci-libs/fftw:3.0 ) boost? ( dev-libs/boost )" =20 DEPEND=3D"${RDEPEND} - doc? ( app-doc/doxygen ) + doc? ( app-doc/doxygen[-nodot] ) >=3Dapp-text/txt2tags-2.5 dev-util/pkgconfig" =20 @@ -43,10 +44,11 @@ src_prepare() { rm -rf src/libboost else #fix a qa issue ../../config is not support as m4 dir - mkdir -p src/libboost/config + mkdir -p src/libboost/config || die sed -i 's@\.\./\.\./config@config@' \ src/libboost/configure.ac \ - src/libboost/Makefile.am + src/libboost/Makefile.am || \ + die "sed of libboost configure.ac and Makefile.am failed" fi eautoreconf || die "eautoreconf failed" } @@ -59,12 +61,12 @@ src_configure() { $(use_with gsl) $(use_with fftw) ) - autotools-utils_src_configure + autotools-utils_src_configure || die } =20 src_install() { DOCS=3D(${AUTOTOOLS_BUILD_DIR}/CHANGELOG NOTICE) - autotools-utils_src_install + autotools-utils_src_install || die if use doc; then cd share/doc doxygen || die diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votc= a-tools/votca-tools-9999.ebuild index dc396ee..ad2a6d6 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild @@ -8,6 +8,7 @@ inherit eutils autotools-utils =20 if [ "${PV}" !=3D "9999" ]; then SRC_URI=3D"http://votca.googlecode.com/files/${PF}.tar.gz" + RESTRICT=3D"primaryuri" else SRC_URI=3D"" inherit mercurial @@ -29,7 +30,7 @@ RDEPEND=3D"fftw? ( sci-libs/fftw:3.0 ) boost? ( dev-libs/boost )" =20 DEPEND=3D"${RDEPEND} - doc? ( app-doc/doxygen ) + doc? ( app-doc/doxygen[-nodot] ) >=3Dapp-text/txt2tags-2.5 dev-util/pkgconfig" =20 @@ -43,10 +44,11 @@ src_prepare() { rm -rf src/libboost else #fix a qa issue ../../config is not support as m4 dir - mkdir -p src/libboost/config + mkdir -p src/libboost/config || die sed -i 's@\.\./\.\./config@config@' \ src/libboost/configure.ac \ - src/libboost/Makefile.am + src/libboost/Makefile.am || \ + die "sed of libboost configure.ac and Makefile.am failed" fi eautoreconf || die "eautoreconf failed" } @@ -59,12 +61,12 @@ src_configure() { $(use_with gsl) $(use_with fftw) ) - autotools-utils_src_configure + autotools-utils_src_configure || die } =20 src_install() { DOCS=3D(${AUTOTOOLS_BUILD_DIR}/CHANGELOG NOTICE) - autotools-utils_src_install + autotools-utils_src_install || die if use doc; then cd share/doc doxygen || die