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 1Pr9Mc-0002U3-VU for garchives@archives.gentoo.org; Sun, 20 Feb 2011 13:30:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0462E0439; Sun, 20 Feb 2011 13:30:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 710C2E0439 for ; Sun, 20 Feb 2011 13:30:07 +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 A60D31B412A for ; Sun, 20 Feb 2011 13:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 112CF8006E for ; Sun, 20 Feb 2011 13:30:06 +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: <8401c72825ada3b88457152189a6cbcbfb5b4c48.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/votca-csg/votca-csg-1.1.ebuild sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 8401c72825ada3b88457152189a6cbcbfb5b4c48 Date: Sun, 20 Feb 2011 13:30: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d0a9590b932b374a4180e207339150ba commit: 8401c72825ada3b88457152189a6cbcbfb5b4c48 Author: Christoph Junghans gentoo org> AuthorDate: Sun Feb 20 13:38:58 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sun Feb 20 13:38:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8401c728 [sci-chemistry/votca-csg] fixed a typo (Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-chemistry/votca-csg/votca-csg-1.1.ebuild | 2 +- sci-chemistry/votca-csg/votca-csg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/votca-csg/votca-csg-1.1.ebuild b/sci-chemistry= /votca-csg/votca-csg-1.1.ebuild index 91671bf..d1b7e59 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.1.ebuild @@ -64,7 +64,7 @@ src_install() { autotools-utils_src_install || die if use doc; then if [ -n "${PV##*9999}" ]; then - dodoc "${WORKDIR}/votca-manual-${MANUAL_PV}.pdf" || die + dodoc "${DISTDIR}/votca-manual-${MANUAL_PV}.pdf" || die fi cd share/doc || die doxygen || die diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistr= y/votca-csg/votca-csg-9999.ebuild index 91671bf..d1b7e59 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -64,7 +64,7 @@ src_install() { autotools-utils_src_install || die if use doc; then if [ -n "${PV##*9999}" ]; then - dodoc "${WORKDIR}/votca-manual-${MANUAL_PV}.pdf" || die + dodoc "${DISTDIR}/votca-manual-${MANUAL_PV}.pdf" || die fi cd share/doc || die doxygen || die