commit: 4c9c23f42d83e1fbef04f2ccf7bb08fb5fb37dee Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Dec 6 21:50:50 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> -</pkgmetadata>
