public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: media-libs/OpenMOIV/
@ 2011-08-03 13:37 Alexey Shvetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2011-08-03 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     560a1a141aad05fc626deeca8317e933974dc34a
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 13:36:35 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 13:36:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=560a1a14

[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/OpenMOIV/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="4"
+
+inherit cmake-utils
+
+DESCRIPTION="Object-oriented 3D toolkit that facilitates the 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"
+
+IUSE=""
+
+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="${mycmakeargs} -Dshared:int=1 -Dcoin:int=1 -Dsys_fonts:int=1"
+	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/metadata.xml
new file mode 100644
index 0000000..efb490d
--- /dev/null
+++ b/media-libs/OpenMOIV/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+  <email>sci@gentoo.org</email>
+</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: media-libs/OpenMOIV/
@ 2015-04-03 17:53 Guillaume Horel
  0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Horel @ 2015-04-03 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     033b8667adbc9d96960d27e1130ae4e6b09e9d1e
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr  3 10:24:30 2015 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr  3 10:24:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=033b8667

media-libs/OpenMOIV: Bump to EAPI=5

Package-Manager: portage-2.2.14

 media-libs/OpenMOIV/ChangeLog              |  6 ++++++
 media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild | 14 +++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/media-libs/OpenMOIV/ChangeLog b/media-libs/OpenMOIV/ChangeLog
new file mode 100644
index 0000000..678a961
--- /dev/null
+++ b/media-libs/OpenMOIV/ChangeLog
@@ -0,0 +1,6 @@
+# ChangeLog for media-libs/OpenMOIV
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de> OpenMOIV-1.0.3a.ebuild:
+  Bump to EAPI=5

diff --git a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
index 8ef1a1c..c54aa76 100644
--- a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
+++ b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI=5
 
 inherit cmake-utils
 
@@ -14,11 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 
-IUSE=""
-
-RDEPEND="
-		media-libs/coin
-		"
+RDEPEND="media-libs/coin"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}.src.${PV/a//}"
@@ -35,8 +31,8 @@ src_configure() {
 
 src_install() {
 	insinto "/usr/$(get_libdir)"
-	doins "${CMAKE_BUILD_DIR}/libChemKit2.so" || die "doins for libChemKit2 failed"
+	doins "${CMAKE_BUILD_DIR}/libChemKit2.so"
 
 	insinto "/usr/include"
-	doins -r "${S}/include/ChemKit2" || die "include install failed"
+	doins -r "${S}/include/ChemKit2"
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: media-libs/OpenMOIV/
@ 2017-01-14 15:59 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2017-01-14 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     1894db578f7346f62bb83f7586f644c404c0dc72
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 15:48:17 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 15:48:17 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1894db57

media-libs/OpenMOIV: QA work

Bump EAPI to 6
Shorten DESCRIPTION
convert mycmakeargs to array
properly install shared libs

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild | 22 +++++++++++++---------
 media-libs/OpenMOIV/metadata.xml           |  8 ++++----
 2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
index e543bfe..636a933 100644
--- a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
+++ b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils
 
-DESCRIPTION="Object-oriented 3D toolkit that facilitates the rendering and interaction of chemical systems"
+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"
 
@@ -20,19 +20,23 @@ DEPEND="${RDEPEND}"
 S="${WORKDIR}/${PN}.src.${PV/a//}"
 
 src_prepare() {
-	sed -e 's:$ENV{OIV_DIR}/include:/usr/include/coin:g' \
+	sed \
+		-e 's:$ENV{OIV_DIR}/include:/usr/include/coin:g' \
 		-i CMakeLists.txt || die
 }
 
 src_configure() {
-	mycmakeargs="${mycmakeargs} -Dshared:int=1 -Dcoin:int=1 -Dsys_fonts:int=1"
+	mycmakeargs=(
+		-Dshared:int=1
+		-Dcoin:int=1
+		-Dsys_fonts:int=1
+	)
 	cmake-utils_src_configure
 }
 
 src_install() {
-	insinto "/usr/$(get_libdir)"
-	doins "${BUILD_DIR}/libChemKit2.so"
+	dolib.so "${BUILD_DIR}"/libChemKit2.so
 
-	insinto "/usr/include"
-	doins -r "${S}/include/ChemKit2"
+	insinto /usr/include
+	doins -r "${S}"/include/ChemKit2
 }

diff --git a/media-libs/OpenMOIV/metadata.xml b/media-libs/OpenMOIV/metadata.xml
index 0c6991d..ae9640f 100644
--- a/media-libs/OpenMOIV/metadata.xml
+++ b/media-libs/OpenMOIV/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>sci@gentoo.org</email>
-	<name>Gentoo Science Project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: media-libs/OpenMOIV/
@ 2017-12-06 21:51 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2017-12-06 21:51 UTC (permalink / raw
  To: gentoo-commits

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>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-06 21:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-03 17:53 [gentoo-commits] proj/sci:master commit in: media-libs/OpenMOIV/ Guillaume Horel
  -- strict thread matches above, loose matches on Subject: below --
2017-12-06 21:51 Andreas Hüttel
2017-01-14 15:59 Justin Lecher
2011-08-03 13:37 Alexey Shvetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox