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 1Pxlt8-0000Ir-8I for garchives@archives.gentoo.org; Thu, 10 Mar 2011 19:51:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99A771C026; Thu, 10 Mar 2011 19:51:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6A6481C024 for ; Thu, 10 Mar 2011 19:51:03 +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 D04261B41C3 for ; Thu, 10 Mar 2011 19:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0AE0F80073 for ; Thu, 10 Mar 2011 19:51:02 +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: app-doc/votca-csg-manual/ X-VCS-Repository: proj/sci X-VCS-Files: app-doc/votca-csg-manual/ChangeLog app-doc/votca-csg-manual/metadata.xml app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild X-VCS-Directories: app-doc/votca-csg-manual/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: afc04339fef56ab9e0d79b574b90bb58c0f3cdea Date: Thu, 10 Mar 2011 19:51:02 +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: 44916a0da46df7cf73c2e31ea9f9c22a commit: afc04339fef56ab9e0d79b574b90bb58c0f3cdea Author: Christoph Junghans gentoo org> AuthorDate: Thu Mar 10 19:59:41 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Thu Mar 10 19:59:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dafc04339 [app-doc/votca-csg-manual] move + update (Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with ke= y C2000586) --- app-doc/votca-csg-manual/ChangeLog | 10 +++++++ app-doc/votca-csg-manual/metadata.xml | 9 ++++++ .../votca-csg-manual/votca-csg-manual-9999.ebuild | 29 ++++++++++++++= ++++++ 3 files changed, 48 insertions(+), 0 deletions(-) diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manua= l/ChangeLog new file mode 100644 index 0000000..f861a2f --- /dev/null +++ b/app-doc/votca-csg-manual/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-doc/votca-manual +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*votca-manual-9999 (19 Feb 2011) + + 19 Feb 2011; Christoph Junghans + +votca-manual-9999.ebuild, +metadata.xml: + Initial commit + diff --git a/app-doc/votca-csg-manual/metadata.xml b/app-doc/votca-csg-ma= nual/metadata.xml new file mode 100644 index 0000000..266f600 --- /dev/null +++ b/app-doc/votca-csg-manual/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-chemistry + + ottxor@gentoo.org + Christoph Junghans + + diff --git a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-= doc/votca-csg-manual/votca-csg-manual-9999.ebuild new file mode 100644 index 0000000..5d95681 --- /dev/null +++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +inherit base mercurial + +EHG_REPO_URI=3D"https://manual.votca.googlecode.com/hg" +S=3D"${WORKDIR}/${EHG_REPO_URI##*/}" + +DESCRIPTION=3D"Manual for votca-csg" +HOMEPAGE=3D"http://www.votca.org" + +LICENSE=3D"Apache-2.0" +SLOT=3D"0" +KEYWORDS=3D"~x86 ~amd64" +IUSE=3D"" + +DEPEND=3D"=3Dsci-chemistry/${PN%-manual}-${PV} + virtual/latex-base + dev-tex/pgf" + +RDEPEND=3D"" + +src_install() { + insinto /usr/share/doc/${PN%-manual}-${PV} + newins manual.pdf manual-${PV}.pdf || die +}