public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-misc/salome-yacs/
@ 2011-03-07 12:01 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2011-03-07 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6c7344b2b968c6a8dd659d1719a4acadc62b3561
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 11:42:30 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 11:42:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6c7344b2

Correct Slots for gtk 3 introduction to tree

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-misc/salome-yacs/ChangeLog                |    6 ++-
 sci-misc/salome-yacs/salome-yacs-5.1.3.ebuild |   75 ++++++++++++-------------
 sci-misc/salome-yacs/salome-yacs-5.1.4.ebuild |   75 ++++++++++++-------------
 3 files changed, 79 insertions(+), 77 deletions(-)

diff --git a/sci-misc/salome-yacs/ChangeLog b/sci-misc/salome-yacs/ChangeLog
index e6ba78c..5639044 100644
--- a/sci-misc/salome-yacs/ChangeLog
+++ b/sci-misc/salome-yacs/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-misc/salome-yacs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> salome-yacs-5.1.3.ebuild,
+  salome-yacs-5.1.4.ebuild:
+  Correct Slots for gtk 3 introduction to tree
+
 *salome-yacs-5.1.4 (27 Oct 2010)
 
   27 Oct 2010; Thomas Kahle <tomka@gentoo.org> +salome-yacs-5.1.4.ebuild,

diff --git a/sci-misc/salome-yacs/salome-yacs-5.1.3.ebuild b/sci-misc/salome-yacs/salome-yacs-5.1.3.ebuild
index 4657826..c185404 100644
--- a/sci-misc/salome-yacs/salome-yacs-5.1.3.ebuild
+++ b/sci-misc/salome-yacs/salome-yacs-5.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
@@ -7,8 +7,7 @@ PYTHON_DEPEND="2:2.4"
 
 inherit eutils python
 
-DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical
-Simulation. YACS component"
+DESCRIPTION="The Open Source Integration Platform for Numerical Simulation - YACS component"
 HOMEPAGE="http://www.salome-platform.org"
 SRC_URI="http://files.opencascade.com/Salome/Salome${PV}/src${PV}.tar.gz"
 
@@ -17,30 +16,30 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="debug doc opengl"
 
-RDEPEND="opengl?  ( virtual/opengl )
-		 debug?   ( dev-util/cppunit )
-		 >=sci-misc/salome-kernel-${PV}
-		 >=sci-misc/salome-gui-${PV}
-		 >=dev-python/omniorbpy-3.4
-		 >=sci-libs/hdf5-1.6.4
-		 >=dev-libs/boost-1.40.0
-		 >=x11-libs/qt-core-4.5.2
-		 >=x11-libs/qt-gui-4.5.2
-		 >=x11-libs/qt-opengl-4.5.2
-		 >=dev-python/PyQt4-4.5.4
-		 >=x11-libs/qscintilla-2.4
-		 >=net-misc/omniORB-4.1.3
-		 dev-libs/expat"
-
+RDEPEND="
+	debug?   ( dev-util/cppunit )
+	opengl?  ( virtual/opengl )
+	>=sci-misc/salome-kernel-${PV}
+	>=sci-misc/salome-gui-${PV}
+	>=dev-python/omniorbpy-3.4
+	>=sci-libs/hdf5-1.6.4
+	>=dev-libs/boost-1.40.0
+	>=x11-libs/qt-core-4.5.2
+	>=x11-libs/qt-gui-4.5.2
+	>=x11-libs/qt-opengl-4.5.2
+	>=dev-python/PyQt4-4.5.4
+	>=x11-libs/qscintilla-2.4
+	>=net-misc/omniORB-4.1.3
+	dev-libs/expat"
 DEPEND="${RDEPEND}
-		doc? ( dev-python/sphinx )
-		>=app-doc/doxygen-1.5.6
-		media-gfx/graphviz
-		>=dev-python/docutils-0.4
-		dev-lang/swig
-		dev-libs/libxml2
-		>=dev-python/celementtree-1.0.5
-		>=dev-python/elementtree-1.2.6"
+	>=app-doc/doxygen-1.5.6
+	media-gfx/graphviz
+	>=dev-python/docutils-0.4
+	dev-lang/swig
+	dev-libs/libxml2:2
+	>=dev-python/celementtree-1.0.5
+	>=dev-python/elementtree-1.2.6
+	doc? ( dev-python/sphinx )"
 
 MODULE_NAME="YACS"
 S="${WORKDIR}/src${PV}/${MODULE_NAME}_SRC_${PV}"
@@ -65,18 +64,18 @@ src_prepare() {
 }
 
 src_configure() {
-	econf --prefix=${INSTALL_DIR} \
-	      --datadir=${INSTALL_DIR}/share/salome \
-	      --docdir=${INSTALL_DIR}/doc/salome \
-		  --libdir=${INSTALL_DIR}/$(get_libdir)/salome \
-	      --infodir=${INSTALL_DIR}/share/info \
-		  --with-qt4=/usr \
-		  --with-qt4-libraries=/usr/$(get_libdir)/qt4 \
-		  --with-qsci4-includes=/usr/include/Qsci \
-	      $(use_enable debug ) \
-	      $(use_enable !debug production ) \
-	      $(use_with debug cppunit /usr ) \
-		|| die "econf failed"
+	econf \
+		--prefix=${INSTALL_DIR} \
+		--datadir=${INSTALL_DIR}/share/salome \
+		--docdir=${INSTALL_DIR}/doc/salome \
+		--libdir=${INSTALL_DIR}/$(get_libdir)/salome \
+		--infodir=${INSTALL_DIR}/share/info \
+		--with-qt4=/usr \
+		--with-qt4-libraries=/usr/$(get_libdir)/qt4 \
+		--with-qsci4-includes=/usr/include/Qsci \
+		$(use_enable debug ) \
+		$(use_enable !debug production ) \
+		$(use_with debug cppunit /usr )
 }
 
 src_install() {

diff --git a/sci-misc/salome-yacs/salome-yacs-5.1.4.ebuild b/sci-misc/salome-yacs/salome-yacs-5.1.4.ebuild
index 4657826..c185404 100644
--- a/sci-misc/salome-yacs/salome-yacs-5.1.4.ebuild
+++ b/sci-misc/salome-yacs/salome-yacs-5.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
@@ -7,8 +7,7 @@ PYTHON_DEPEND="2:2.4"
 
 inherit eutils python
 
-DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical
-Simulation. YACS component"
+DESCRIPTION="The Open Source Integration Platform for Numerical Simulation - YACS component"
 HOMEPAGE="http://www.salome-platform.org"
 SRC_URI="http://files.opencascade.com/Salome/Salome${PV}/src${PV}.tar.gz"
 
@@ -17,30 +16,30 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="debug doc opengl"
 
-RDEPEND="opengl?  ( virtual/opengl )
-		 debug?   ( dev-util/cppunit )
-		 >=sci-misc/salome-kernel-${PV}
-		 >=sci-misc/salome-gui-${PV}
-		 >=dev-python/omniorbpy-3.4
-		 >=sci-libs/hdf5-1.6.4
-		 >=dev-libs/boost-1.40.0
-		 >=x11-libs/qt-core-4.5.2
-		 >=x11-libs/qt-gui-4.5.2
-		 >=x11-libs/qt-opengl-4.5.2
-		 >=dev-python/PyQt4-4.5.4
-		 >=x11-libs/qscintilla-2.4
-		 >=net-misc/omniORB-4.1.3
-		 dev-libs/expat"
-
+RDEPEND="
+	debug?   ( dev-util/cppunit )
+	opengl?  ( virtual/opengl )
+	>=sci-misc/salome-kernel-${PV}
+	>=sci-misc/salome-gui-${PV}
+	>=dev-python/omniorbpy-3.4
+	>=sci-libs/hdf5-1.6.4
+	>=dev-libs/boost-1.40.0
+	>=x11-libs/qt-core-4.5.2
+	>=x11-libs/qt-gui-4.5.2
+	>=x11-libs/qt-opengl-4.5.2
+	>=dev-python/PyQt4-4.5.4
+	>=x11-libs/qscintilla-2.4
+	>=net-misc/omniORB-4.1.3
+	dev-libs/expat"
 DEPEND="${RDEPEND}
-		doc? ( dev-python/sphinx )
-		>=app-doc/doxygen-1.5.6
-		media-gfx/graphviz
-		>=dev-python/docutils-0.4
-		dev-lang/swig
-		dev-libs/libxml2
-		>=dev-python/celementtree-1.0.5
-		>=dev-python/elementtree-1.2.6"
+	>=app-doc/doxygen-1.5.6
+	media-gfx/graphviz
+	>=dev-python/docutils-0.4
+	dev-lang/swig
+	dev-libs/libxml2:2
+	>=dev-python/celementtree-1.0.5
+	>=dev-python/elementtree-1.2.6
+	doc? ( dev-python/sphinx )"
 
 MODULE_NAME="YACS"
 S="${WORKDIR}/src${PV}/${MODULE_NAME}_SRC_${PV}"
@@ -65,18 +64,18 @@ src_prepare() {
 }
 
 src_configure() {
-	econf --prefix=${INSTALL_DIR} \
-	      --datadir=${INSTALL_DIR}/share/salome \
-	      --docdir=${INSTALL_DIR}/doc/salome \
-		  --libdir=${INSTALL_DIR}/$(get_libdir)/salome \
-	      --infodir=${INSTALL_DIR}/share/info \
-		  --with-qt4=/usr \
-		  --with-qt4-libraries=/usr/$(get_libdir)/qt4 \
-		  --with-qsci4-includes=/usr/include/Qsci \
-	      $(use_enable debug ) \
-	      $(use_enable !debug production ) \
-	      $(use_with debug cppunit /usr ) \
-		|| die "econf failed"
+	econf \
+		--prefix=${INSTALL_DIR} \
+		--datadir=${INSTALL_DIR}/share/salome \
+		--docdir=${INSTALL_DIR}/doc/salome \
+		--libdir=${INSTALL_DIR}/$(get_libdir)/salome \
+		--infodir=${INSTALL_DIR}/share/info \
+		--with-qt4=/usr \
+		--with-qt4-libraries=/usr/$(get_libdir)/qt4 \
+		--with-qsci4-includes=/usr/include/Qsci \
+		$(use_enable debug ) \
+		$(use_enable !debug production ) \
+		$(use_with debug cppunit /usr )
 }
 
 src_install() {



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-07 12:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 12:01 [gentoo-commits] proj/sci:master commit in: sci-misc/salome-yacs/ Justin Lecher

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