aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-06 22:50:50 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-06 22:50:50 +0100
commit4c9c23f42d83e1fbef04f2ccf7bb08fb5fb37dee (patch)
tree8ab12e8f11f7e6d5cd6825fec432a952a9142b39 /media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
parentenable new hashes (diff)
downloadsci-4c9c23f42d83e1fbef04f2ccf7bb08fb5fb37dee.tar.gz
sci-4c9c23f42d83e1fbef04f2ccf7bb08fb5fb37dee.tar.bz2
sci-4c9c23f42d83e1fbef04f2ccf7bb08fb5fb37dee.zip
media-libs/OpenMOIV: moved to main tree (as media-libs/openmoiv)
Diffstat (limited to 'media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild')
-rw-r--r--media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild41
1 files changed, 0 insertions, 41 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
-}