From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8F551381F3 for ; Mon, 17 Jun 2013 11:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EDA4E08E1; Mon, 17 Jun 2013 11:25:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A459E08BD for ; Mon, 17 Jun 2013 11:25:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0872733E2EB for ; Mon, 17 Jun 2013 11:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A43E4E468F for ; Mon, 17 Jun 2013 11:25:40 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1371468220.bc94bccc7ab74ceb650322aa28f3f6b0858cee14.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nMOLDYN/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nMOLDYN/ChangeLog sci-chemistry/nMOLDYN/metadata.xml sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild X-VCS-Directories: sci-chemistry/nMOLDYN/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: bc94bccc7ab74ceb650322aa28f3f6b0858cee14 X-VCS-Branch: master Date: Mon, 17 Jun 2013 11:25:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 32250832-0735-4f13-9d98-630efec5b6ab X-Archives-Hash: 8b31990f2b494c68f0245fe6a695ba93 commit: bc94bccc7ab74ceb650322aa28f3f6b0858cee14 Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Jun 17 11:23:40 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Jun 17 11:23:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bc94bccc [sci-chemistry/nMOLDYN] Add to overlay Package-Manager: portage-2.2.0_alpha179 --- sci-chemistry/nMOLDYN/ChangeLog | 9 +++++++++ sci-chemistry/nMOLDYN/metadata.xml | 9 +++++++++ sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild | 21 +++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/sci-chemistry/nMOLDYN/ChangeLog b/sci-chemistry/nMOLDYN/ChangeLog new file mode 100644 index 0000000..097247e --- /dev/null +++ b/sci-chemistry/nMOLDYN/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-chemistry/nMOLDYN +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*nMOLDYN-3.0.10 (17 Jun 2013) + + 17 Jun 2013; Alexey Shvetsov +metadata.xml, + +nMOLDYN-3.0.10.ebuild: + [sci-chemistry/nMOLDYN] Add to overlay diff --git a/sci-chemistry/nMOLDYN/metadata.xml b/sci-chemistry/nMOLDYN/metadata.xml new file mode 100644 index 0000000..b2558d8 --- /dev/null +++ b/sci-chemistry/nMOLDYN/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-chemistry + + alexxy@gentoo.org + Alexey Shvetsov + + diff --git a/sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild b/sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild new file mode 100644 index 0000000..e193314 --- /dev/null +++ b/sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="nMOLDYN is an interactive analysis program for Molecular Dynamics simulations" +HOMEPAGE="http://dirac.cnrs-orleans.fr/plone/software/nmoldyn/" +SRC_URI="https://forge.epn-campus.eu/attachments/download/1161/${P}.zip" + +LICENSE="CeCILL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"