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 1QiQc8-0006dg-LT for garchives@archives.gentoo.org; Sun, 17 Jul 2011 12:38:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1205521C142; Sun, 17 Jul 2011 12:38:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C94AC21C142 for ; Sun, 17 Jul 2011 12:38:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E0A62AC007 for ; Sun, 17 Jul 2011 12:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6E3A08003F for ; Sun, 17 Jul 2011 12:38:18 +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: <4e570053b71680d03a0ec2f7d558dd42aca19918.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg-tutorials/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/votca-csg-tutorials/ChangeLog sci-chemistry/votca-csg-tutorials/metadata.xml sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg-tutorials/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 4e570053b71680d03a0ec2f7d558dd42aca19918 Date: Sun, 17 Jul 2011 12:38:18 +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: 52da203ee60f56cbb095da526db195a9 commit: 4e570053b71680d03a0ec2f7d558dd42aca19918 Author: Christoph Junghans gentoo org> AuthorDate: Sun Jul 17 11:47:34 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sun Jul 17 11:47:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D4e570053 [sci-chemistry/votca-csg-tutorials] initial commit (Portage version: 2.1.10.3/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-chemistry/votca-csg-tutorials/ChangeLog | 10 +++++++ sci-chemistry/votca-csg-tutorials/metadata.xml | 9 ++++++ .../votca-csg-tutorials-9999.ebuild | 28 ++++++++++++++= ++++++ 3 files changed, 47 insertions(+), 0 deletions(-) diff --git a/sci-chemistry/votca-csg-tutorials/ChangeLog b/sci-chemistry/= votca-csg-tutorials/ChangeLog new file mode 100644 index 0000000..eed4fa4 --- /dev/null +++ b/sci-chemistry/votca-csg-tutorials/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/votca-csg-tutorials +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*votca-csg-tutorials-9999 (17 Jul 2011) + + 17 Jul 2011; Christoph Junghans + +votca-csg-tutorials-9999.ebuild, +metadata.xml: + Initial commit + diff --git a/sci-chemistry/votca-csg-tutorials/metadata.xml b/sci-chemist= ry/votca-csg-tutorials/metadata.xml new file mode 100644 index 0000000..266f600 --- /dev/null +++ b/sci-chemistry/votca-csg-tutorials/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-chemistry + + ottxor@gentoo.org + Christoph Junghans + + diff --git a/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.e= build b/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild new file mode 100644 index 0000000..38cf9ca --- /dev/null +++ b/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" + +inherit mercurial + +EHG_REPO_URI=3D"https://tutorials.votca.googlecode.com/hg" +S=3D"${WORKDIR}/${EHG_REPO_URI##*/}" + +DESCRIPTION=3D"Tutorials for votca-csg" +HOMEPAGE=3D"http://www.votca.org" + +LICENSE=3D"Apache-2.0" +SLOT=3D"0" +KEYWORDS=3D"~x86 ~amd64" +IUSE=3D"" + +RDEPEND=3D"=3Dsci-chemistry/${PN%-tutorials}-${PV}" + +DEPEND=3D"" + +src_install() { + insinto /usr/share/doc/${PN%-tutorials}-${PV}/tutorials + docompress -x /usr/share/doc/${PN%-tutorials}-${PV}/tutorials + doins -r * +}