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 B1519139083 for ; Wed, 6 Dec 2017 21:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FE91E0FE4; Wed, 6 Dec 2017 21:51:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 77640E0FE4 for ; Wed, 6 Dec 2017 21:51:24 +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 7CA8133BF24 for ; Wed, 6 Dec 2017 21:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15C9AAE66 for ; Wed, 6 Dec 2017 21:51:22 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1512597050.4c9c23f42d83e1fbef04f2ccf7bb08fb5fb37dee.dilfridge@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-libs/OpenMOIV/ X-VCS-Repository: proj/sci X-VCS-Files: media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild media-libs/OpenMOIV/metadata.xml X-VCS-Directories: media-libs/OpenMOIV/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 4c9c23f42d83e1fbef04f2ccf7bb08fb5fb37dee X-VCS-Branch: master Date: Wed, 6 Dec 2017 21:51:22 +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: 0e1b707e-7903-45cf-8914-bccfd112b17d X-Archives-Hash: 5c2de18fbbc9e5ed7067f1800f815304 commit: 4c9c23f42d83e1fbef04f2ccf7bb08fb5fb37dee Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Dec 6 21:50:50 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Dec 6 21:50:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c9c23f4 media-libs/OpenMOIV: moved to main tree (as media-libs/openmoiv) media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild | 41 ------------------------------ media-libs/OpenMOIV/metadata.xml | 8 ------ 2 files changed, 49 deletions(-) diff --git a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild deleted file mode 100644 index d44b4be54..000000000 --- a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Object-oriented 3D toolkit for rendering and interaction of chemical systems" -HOMEPAGE="http://www.tecn.upf.es/openMOIV/" -SRC_URI="http://www.tecn.upf.es/openMOIV/download/1.0.3/${PN}.src.${PV}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -RDEPEND="media-libs/coin" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}.src.${PV/a//}" - -src_prepare() { - sed \ - -e 's:$ENV{OIV_DIR}/include:/usr/include/coin:g' \ - -i CMakeLists.txt || die -} - -src_configure() { - mycmakeargs=( - -Dshared:int=1 - -Dcoin:int=1 - -Dsys_fonts:int=1 - ) - cmake-utils_src_configure -} - -src_install() { - dolib.so "${BUILD_DIR}"/libChemKit2.so - - insinto /usr/include - doins -r "${S}"/include/ChemKit2 -} diff --git a/media-libs/OpenMOIV/metadata.xml b/media-libs/OpenMOIV/metadata.xml deleted file mode 100644 index ae9640ffb..000000000 --- a/media-libs/OpenMOIV/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - -