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 1QScPR-00035b-G6 for garchives@archives.gentoo.org; Fri, 03 Jun 2011 22:00:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B71C01C064; Fri, 3 Jun 2011 21:59:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 816671C05E for ; Fri, 3 Jun 2011 21:59:51 +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 E85A11B402B for ; Fri, 3 Jun 2011 21:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5E49E80506 for ; Fri, 3 Jun 2011 21:59:50 +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: <2a0252b078bd2e34eb3f8b82c587d5adee43433b.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-9999.ebuild X-VCS-Directories: sci-libs/votca-tools/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 2a0252b078bd2e34eb3f8b82c587d5adee43433b Date: Fri, 3 Jun 2011 21:59:50 +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: 9bd943b9bd906822fbdef8c4a4e67d39 commit: 2a0252b078bd2e34eb3f8b82c587d5adee43433b Author: Christoph Junghans gentoo org> AuthorDate: Fri Jun 3 21:52:20 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Fri Jun 3 21:52:20 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2a0252b0 [sci-libs/votca-tools] use default instead of tip (Portage version: 2.1.9.42/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-libs/votca-tools/ChangeLog | 3 +++ sci-libs/votca-tools/votca-tools-9999.ebuild | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/Change= Log index 277d7a8..a374af1 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 03 Jun 2011; Christoph Junghans votca-tools-9999.e= build: + use default instead of tip + 02 Jun 2011; Christoph Junghans votca-tools-9999.e= build: added sqlite3 support =20 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votc= a-tools/votca-tools-9999.ebuild index ccf39a9..931a919 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild @@ -14,6 +14,7 @@ else SRC_URI=3D"" inherit mercurial EHG_REPO_URI=3D"https://tools.votca.googlecode.com/hg" + EHG_REVISION=3D"default" S=3D"${WORKDIR}/${EHG_REPO_URI##*/}" fi =20