From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QobdG-0005en-DO for garchives@archives.gentoo.org; Wed, 03 Aug 2011 13:37:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CEDE21C043; Wed, 3 Aug 2011 13:37:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 16A8721C043 for ; Wed, 3 Aug 2011 13:37:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C9881B4017 for ; Wed, 3 Aug 2011 13:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8A47A8003C for ; Wed, 3 Aug 2011 13:37:00 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <560a1a141aad05fc626deeca8317e933974dc34a.alexxy@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: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 560a1a141aad05fc626deeca8317e933974dc34a Date: Wed, 3 Aug 2011 13:37:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 72db5fa326de8d67acd79befd09b9f2e commit: 560a1a141aad05fc626deeca8317e933974dc34a Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Aug 3 13:36:35 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Aug 3 13:36:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D560a1a14 [media-libs/OpenMOIV] Initial import per bug #239321 (Portage version: 2.2.0_alpha50/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild | 42 ++++++++++++++++++++++= ++++++ media-libs/OpenMOIV/metadata.xml | 8 +++++ 2 files changed, 50 insertions(+), 0 deletions(-) diff --git a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild b/media-libs/Open= MOIV/OpenMOIV-1.0.3a.ebuild new file mode 100644 index 0000000..5c150c1 --- /dev/null +++ b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" + +inherit cmake-utils + +DESCRIPTION=3D"Object-oriented 3D toolkit that facilitates the rendering= and interaction of chemical systems." +HOMEPAGE=3D"http://www.tecn.upf.es/openMOIV/" +SRC_URI=3D"http://www.tecn.upf.es/openMOIV/download/1.0.3/${PN}.src.${PV= }.tar.bz2" + +LICENSE=3D"LGPL-2.1" +SLOT=3D"0" +KEYWORDS=3D"~x86 ~amd64" + +IUSE=3D"" + +RDEPEND=3D" + media-libs/coin + " +DEPEND=3D"${RDEPEND}" + +S=3D"${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=3D"${mycmakeargs} -Dshared:int=3D1 -Dcoin:int=3D1 -Dsys_fon= ts:int=3D1" + cmake-utils_src_configure +} + +src_install() { + insinto "/usr/$(get_libdir)" + doins "${CMAKE_BUILD_DIR}/libChemKit2.so" || die "doins for libChemKit2= failed" + + insinto "/usr/include" + doins -r "${S}/include/ChemKit2" || die "include install failed" +} diff --git a/media-libs/OpenMOIV/metadata.xml b/media-libs/OpenMOIV/metad= ata.xml new file mode 100644 index 0000000..efb490d --- /dev/null +++ b/media-libs/OpenMOIV/metadata.xml @@ -0,0 +1,8 @@ + + + +sci + + sci@gentoo.org + +