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 25221138359 for ; Sun, 27 Sep 2020 18:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5782E07F2; Sun, 27 Sep 2020 18:40:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA7B0E07F2 for ; Sun, 27 Sep 2020 18:40:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5AE65340C19 for ; Sun, 27 Sep 2020 18:40:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA57637C for ; Sun, 27 Sep 2020 18:40:31 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601231869.4814d0f19d00f54292f91d70d2fd9d21067928bf.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/simx/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/simx/metadata.xml sci-misc/simx/simx-0.2.ebuild sci-misc/simx/simx-9999.ebuild X-VCS-Directories: sci-misc/simx/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 4814d0f19d00f54292f91d70d2fd9d21067928bf X-VCS-Branch: master Date: Sun, 27 Sep 2020 18:40:31 +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: 8cc72b3c-c06d-4af6-b717-62be7dd8d888 X-Archives-Hash: 97309483bb938569086a1db45a5d28c9 commit: 4814d0f19d00f54292f91d70d2fd9d21067928bf Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 18:37:49 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 18:37:49 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4814d0f1 sci-misc/simx: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-misc/simx/metadata.xml | 11 ----------- sci-misc/simx/simx-0.2.ebuild | 32 -------------------------------- sci-misc/simx/simx-9999.ebuild | 33 --------------------------------- 3 files changed, 76 deletions(-) diff --git a/sci-misc/simx/metadata.xml b/sci-misc/simx/metadata.xml deleted file mode 100644 index b1adaa806..000000000 --- a/sci-misc/simx/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - sim-x - - diff --git a/sci-misc/simx/simx-0.2.ebuild b/sci-misc/simx/simx-0.2.ebuild deleted file mode 100644 index fb74b984f..000000000 --- a/sci-misc/simx/simx-0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils distutils-r1 - -DESCRIPTION="Library for developing parallel, discrete-event simulations in Python" -HOMEPAGE="https://github.com/sim-x" -SRC_URI="https://github.com/sim-x/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - virtual/mpi - dev-libs/boost[python,${PYTHON_USEDEP}] - dev-python/greenlet[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-util/cmake" - -python_prepare_all() { - # don't do egg install - sed \ - -e 's/self.do_egg_install()/_install.install.run(self)/' \ - -i setup.py || die - distutils-r1_python_prepare_all -} diff --git a/sci-misc/simx/simx-9999.ebuild b/sci-misc/simx/simx-9999.ebuild deleted file mode 100644 index 940aa7643..000000000 --- a/sci-misc/simx/simx-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils distutils-r1 git-r3 - -DESCRIPTION="Library for developing parallel, discrete-event simulations in Python" -HOMEPAGE="https://github.com/sim-x" -SRC_URI="" -EGIT_REPO_URI="git://github.com/sim-x/${PN}.git http://github.com/sim-x/${PN}.git" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="" -IUSE="" - -RDEPEND=" - virtual/mpi - dev-libs/boost[python,${PYTHON_USEDEP}] - dev-python/greenlet[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-util/cmake" - -python_prepare_all() { - # don't do egg install - sed \ - -e 's/self.do_egg_install()/_install.install.run(self)/' \ - -i setup.py || die - distutils-r1_python_prepare_all -}