From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFFE913835B for ; Mon, 28 Sep 2020 08:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1847E0843; Mon, 28 Sep 2020 08:28:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D976AE0843 for ; Mon, 28 Sep 2020 08:28:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 768F0340B1F for ; Mon, 28 Sep 2020 08:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01660385 for ; Mon, 28 Sep 2020 08:28:01 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1601281196.e09a954bf0a64bbf911d46431e2722563e94c54d.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nMOLDYN/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nMOLDYN/metadata.xml sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild X-VCS-Directories: sci-chemistry/nMOLDYN/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: e09a954bf0a64bbf911d46431e2722563e94c54d X-VCS-Branch: master Date: Mon, 28 Sep 2020 08:28:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b596920-bf65-4c28-8874-b5722d337f0c X-Archives-Hash: 7405fbf31bd0708b9bdbb7e69d9bda90 commit: e09a954bf0a64bbf911d46431e2722563e94c54d Author: Horea Christian chymera eu> AuthorDate: Mon Sep 28 08:19:56 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Sep 28 08:19:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e09a954b sci-chemistry/nMOLDYN: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-chemistry/nMOLDYN/metadata.xml | 12 ------------ sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild | 23 ----------------------- 2 files changed, 35 deletions(-) diff --git a/sci-chemistry/nMOLDYN/metadata.xml b/sci-chemistry/nMOLDYN/metadata.xml deleted file mode 100644 index 7daa2ce7e..000000000 --- a/sci-chemistry/nMOLDYN/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - alexxy@gentoo.org - Alexey Shvetsov - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - diff --git a/sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild b/sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild deleted file mode 100644 index eb69809da..000000000 --- a/sci-chemistry/nMOLDYN/nMOLDYN-3.0.10.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_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=" - dev-python/numpy - sci-libs/mmtk -" -RDEPEND="${DEPEND}"