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

commit:     28156ea785e5be3e987b3b93436da36794936892
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 11:33:34 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 11:33:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=28156ea7

QA STUFF

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

---
 sci-misc/salome-component/ChangeLog                |    4 ++
 .../salome-component/salome-component-5.1.3.ebuild |   32 ++++++++++----------
 .../salome-component/salome-component-5.1.4.ebuild |   32 ++++++++++----------
 3 files changed, 36 insertions(+), 32 deletions(-)

diff --git a/sci-misc/salome-component/ChangeLog b/sci-misc/salome-component/ChangeLog
index 6b1a184..25dc03a 100644
--- a/sci-misc/salome-component/ChangeLog
+++ b/sci-misc/salome-component/ChangeLog
@@ -3,6 +3,10 @@
 
   07 Mar 2011; Justin Lecher <jlec@gentoo.org> salome-component-5.1.3.ebuild,
   salome-component-5.1.4.ebuild:
+  QA STUFF
+
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> salome-component-5.1.3.ebuild,
+  salome-component-5.1.4.ebuild:
   Correct Slots for gtk 3 introduction to tree
 
 *salome-component-5.1.4 (27 Oct 2010)

diff --git a/sci-misc/salome-component/salome-component-5.1.3.ebuild b/sci-misc/salome-component/salome-component-5.1.3.ebuild
index db50d75..067e628 100644
--- a/sci-misc/salome-component/salome-component-5.1.3.ebuild
+++ b/sci-misc/salome-component/salome-component-5.1.3.ebuild
@@ -18,16 +18,16 @@ SLOT="0"
 IUSE="debug doc mpi"
 
 RDEPEND="
-	 >=sci-misc/salome-kernel-${PV}
-	 >=sci-misc/salome-gui-${PV}
-	 >=sci-misc/salome-med-${PV}
-	 >=x11-libs/qt-core-4.4.3
-	 >=x11-libs/qt-gui-4.4.3
-	 >=x11-libs/qt-opengl-4.4.3
-	 >=x11-libs/qwt-5.2
-	 >=dev-python/PyQt4-4.4.3
-	 >=sci-libs/opencascade-6.3
-	 debug?   ( dev-util/cppunit )
+	>=sci-misc/salome-kernel-${PV}
+	>=sci-misc/salome-gui-${PV}
+	>=sci-misc/salome-med-${PV}
+	>=x11-libs/qt-core-4.4.3
+	>=x11-libs/qt-gui-4.4.3
+	>=x11-libs/qt-opengl-4.4.3
+	>=x11-libs/qwt-5.2
+	>=dev-python/PyQt4-4.4.3
+	>=sci-libs/opencascade-6.3
+	debug?   ( dev-util/cppunit )
 	mpi?
 		(
 		|| (
@@ -36,12 +36,12 @@ RDEPEND="
 			)
 		)"
 DEPEND="${RDEPEND}
-		>=app-doc/doxygen-1.5.6
-		media-gfx/graphviz
-		>=dev-python/docutils-0.4
-		>=dev-python/sip-4.7.7
-		dev-lang/swig
-		dev-libs/libxml2:2"
+	>=app-doc/doxygen-1.5.6
+	media-gfx/graphviz
+	>=dev-python/docutils-0.4
+	>=dev-python/sip-4.7.7
+	dev-lang/swig
+	dev-libs/libxml2:2"
 
 MODULE_NAME="COMPONENT"
 S="${WORKDIR}/src${PV}/${MODULE_NAME}_SRC_${PV}"

diff --git a/sci-misc/salome-component/salome-component-5.1.4.ebuild b/sci-misc/salome-component/salome-component-5.1.4.ebuild
index f2035ed..4ef26cb 100644
--- a/sci-misc/salome-component/salome-component-5.1.4.ebuild
+++ b/sci-misc/salome-component/salome-component-5.1.4.ebuild
@@ -18,16 +18,16 @@ SLOT="0"
 IUSE="debug doc mpi"
 
 RDEPEND="
-	 >=sci-misc/salome-kernel-${PV}
-	 >=sci-misc/salome-gui-${PV}
-	 >=sci-misc/salome-med-${PV}
-	 >=x11-libs/qt-core-4.4.3
-	 >=x11-libs/qt-gui-4.4.3
-	 >=x11-libs/qt-opengl-4.4.3
-	 >=x11-libs/qwt-5.2
-	 >=dev-python/PyQt4-4.4.3
-	 >=sci-libs/opencascade-6.3
-	 debug?   ( dev-util/cppunit )
+	>=sci-misc/salome-kernel-${PV}
+	>=sci-misc/salome-gui-${PV}
+	>=sci-misc/salome-med-${PV}
+	>=x11-libs/qt-core-4.4.3
+	>=x11-libs/qt-gui-4.4.3
+	>=x11-libs/qt-opengl-4.4.3
+	>=x11-libs/qwt-5.2
+	>=dev-python/PyQt4-4.4.3
+	>=sci-libs/opencascade-6.3
+	debug?   ( dev-util/cppunit )
 	mpi?
 		(
 		|| (
@@ -36,12 +36,12 @@ RDEPEND="
 			)
 		)"
 DEPEND="${RDEPEND}
-		>=app-doc/doxygen-1.5.6
-		media-gfx/graphviz
-		>=dev-python/docutils-0.4
-		>=dev-python/sip-4.7.7
-		dev-lang/swig
-		dev-libs/libxml2:2"
+	>=app-doc/doxygen-1.5.6
+	media-gfx/graphviz
+	>=dev-python/docutils-0.4
+	>=dev-python/sip-4.7.7
+	dev-lang/swig
+	dev-libs/libxml2:2"
 
 MODULE_NAME="COMPONENT"
 S="${WORKDIR}/src${PV}/${MODULE_NAME}_SRC_${PV}"



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

* [gentoo-commits] proj/sci:master commit in: sci-misc/salome-component/
@ 2011-03-07 12:01 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-03-07 12:01 UTC (permalink / raw
  To: gentoo-commits

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

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-component/ChangeLog                |    6 +++-
 .../salome-component/salome-component-5.1.3.ebuild |   36 +++++++++++--------
 .../salome-component/salome-component-5.1.4.ebuild |   36 +++++++++++--------
 3 files changed, 47 insertions(+), 31 deletions(-)

diff --git a/sci-misc/salome-component/ChangeLog b/sci-misc/salome-component/ChangeLog
index d8bfe18..6b1a184 100644
--- a/sci-misc/salome-component/ChangeLog
+++ b/sci-misc/salome-component/ChangeLog
@@ -1,6 +1,10 @@
-# 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-component-5.1.3.ebuild,
+  salome-component-5.1.4.ebuild:
+  Correct Slots for gtk 3 introduction to tree
+
 *salome-component-5.1.4 (27 Oct 2010)
 
   27 Oct 2010; Thomas Kahle <tomka@gentoo.org>

diff --git a/sci-misc/salome-component/salome-component-5.1.3.ebuild b/sci-misc/salome-component/salome-component-5.1.3.ebuild
index fc7f6f0..db50d75 100644
--- a/sci-misc/salome-component/salome-component-5.1.3.ebuild
+++ b/sci-misc/salome-component/salome-component-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:  $
 
@@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.4"
 
 inherit eutils flag-o-matic python
 
-DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical Simulation. COMPONENT Component"
+DESCRIPTION="The Open Source Integration Platform for Numerical Simulation - COMPONENT Component"
 HOMEPAGE="http://www.salome-platform.org"
 SRC_URI="http://files.opencascade.com/Salome/Salome${PV}/src${PV}.tar.gz"
 
@@ -17,25 +17,31 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="debug doc mpi"
 
-RDEPEND="mpi? ( || ( sys-cluster/openmpi[cxx]
-		 				 sys-cluster/mpich2[cxx] ) )
-		 debug?   ( dev-util/cppunit )
-		 >=sci-misc/salome-kernel-${PV}
-		 >=sci-misc/salome-gui-${PV}
-		 >=sci-misc/salome-med-${PV}
-		 >=x11-libs/qt-core-4.4.3
-		 >=x11-libs/qt-gui-4.4.3
-		 >=x11-libs/qt-opengl-4.4.3
-		 >=x11-libs/qwt-5.2
-		 >=dev-python/PyQt4-4.4.3
-		 >=sci-libs/opencascade-6.3"
+RDEPEND="
+	 >=sci-misc/salome-kernel-${PV}
+	 >=sci-misc/salome-gui-${PV}
+	 >=sci-misc/salome-med-${PV}
+	 >=x11-libs/qt-core-4.4.3
+	 >=x11-libs/qt-gui-4.4.3
+	 >=x11-libs/qt-opengl-4.4.3
+	 >=x11-libs/qwt-5.2
+	 >=dev-python/PyQt4-4.4.3
+	 >=sci-libs/opencascade-6.3
+	 debug?   ( dev-util/cppunit )
+	mpi?
+		(
+		|| (
+			sys-cluster/openmpi[cxx]
+			sys-cluster/mpich2[cxx] 
+			)
+		)"
 DEPEND="${RDEPEND}
 		>=app-doc/doxygen-1.5.6
 		media-gfx/graphviz
 		>=dev-python/docutils-0.4
 		>=dev-python/sip-4.7.7
 		dev-lang/swig
-		dev-libs/libxml2"
+		dev-libs/libxml2:2"
 
 MODULE_NAME="COMPONENT"
 S="${WORKDIR}/src${PV}/${MODULE_NAME}_SRC_${PV}"

diff --git a/sci-misc/salome-component/salome-component-5.1.4.ebuild b/sci-misc/salome-component/salome-component-5.1.4.ebuild
index 76ebfc0..f2035ed 100644
--- a/sci-misc/salome-component/salome-component-5.1.4.ebuild
+++ b/sci-misc/salome-component/salome-component-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:  $
 
@@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.4"
 
 inherit eutils flag-o-matic python
 
-DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical Simulation. COMPONENT Component"
+DESCRIPTION="The Open Source Integration Platform for Numerical Simulation - COMPONENT Component"
 HOMEPAGE="http://www.salome-platform.org"
 SRC_URI="http://files.opencascade.com/Salome/Salome${PV}/src${PV}.tar.gz"
 
@@ -17,25 +17,31 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="debug doc mpi"
 
-RDEPEND="mpi? ( || ( sys-cluster/openmpi[cxx]
-		 				 sys-cluster/mpich2[cxx] ) )
-		 debug?   ( dev-util/cppunit )
-		 >=sci-misc/salome-kernel-${PV}
-		 >=sci-misc/salome-gui-${PV}
-		 >=sci-misc/salome-med-${PV}
-		 >=x11-libs/qt-core-4.4.3
-		 >=x11-libs/qt-gui-4.4.3
-		 >=x11-libs/qt-opengl-4.4.3
-		 >=x11-libs/qwt-5.2
-		 >=dev-python/PyQt4-4.4.3
-		 >=sci-libs/opencascade-6.3"
+RDEPEND="
+	 >=sci-misc/salome-kernel-${PV}
+	 >=sci-misc/salome-gui-${PV}
+	 >=sci-misc/salome-med-${PV}
+	 >=x11-libs/qt-core-4.4.3
+	 >=x11-libs/qt-gui-4.4.3
+	 >=x11-libs/qt-opengl-4.4.3
+	 >=x11-libs/qwt-5.2
+	 >=dev-python/PyQt4-4.4.3
+	 >=sci-libs/opencascade-6.3
+	 debug?   ( dev-util/cppunit )
+	mpi?
+		(
+		|| (
+			sys-cluster/openmpi[cxx]
+			sys-cluster/mpich2[cxx] 
+			)
+		)"
 DEPEND="${RDEPEND}
 		>=app-doc/doxygen-1.5.6
 		media-gfx/graphviz
 		>=dev-python/docutils-0.4
 		>=dev-python/sip-4.7.7
 		dev-lang/swig
-		dev-libs/libxml2"
+		dev-libs/libxml2:2"
 
 MODULE_NAME="COMPONENT"
 S="${WORKDIR}/src${PV}/${MODULE_NAME}_SRC_${PV}"



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

* [gentoo-commits] proj/sci:master commit in: sci-misc/salome-component/
@ 2011-03-07 12:01 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-03-07 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     79c170853a80b1b19ed8d61fd7ebae6496d4be75
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 11:34:12 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 11:34:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=79c17085

QA STUFF

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

---
 sci-misc/salome-component/ChangeLog                |    4 ++++
 .../salome-component/salome-component-5.1.3.ebuild |    2 +-
 .../salome-component/salome-component-5.1.4.ebuild |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-misc/salome-component/ChangeLog b/sci-misc/salome-component/ChangeLog
index 25dc03a..69528af 100644
--- a/sci-misc/salome-component/ChangeLog
+++ b/sci-misc/salome-component/ChangeLog
@@ -7,6 +7,10 @@
 
   07 Mar 2011; Justin Lecher <jlec@gentoo.org> salome-component-5.1.3.ebuild,
   salome-component-5.1.4.ebuild:
+  QA STUFF
+
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> salome-component-5.1.3.ebuild,
+  salome-component-5.1.4.ebuild:
   Correct Slots for gtk 3 introduction to tree
 
 *salome-component-5.1.4 (27 Oct 2010)

diff --git a/sci-misc/salome-component/salome-component-5.1.3.ebuild b/sci-misc/salome-component/salome-component-5.1.3.ebuild
index 067e628..fe4776b 100644
--- a/sci-misc/salome-component/salome-component-5.1.3.ebuild
+++ b/sci-misc/salome-component/salome-component-5.1.3.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 		(
 		|| (
 			sys-cluster/openmpi[cxx]
-			sys-cluster/mpich2[cxx] 
+			sys-cluster/mpich2[cxx]
 			)
 		)"
 DEPEND="${RDEPEND}

diff --git a/sci-misc/salome-component/salome-component-5.1.4.ebuild b/sci-misc/salome-component/salome-component-5.1.4.ebuild
index 4ef26cb..aad7fd1 100644
--- a/sci-misc/salome-component/salome-component-5.1.4.ebuild
+++ b/sci-misc/salome-component/salome-component-5.1.4.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 		(
 		|| (
 			sys-cluster/openmpi[cxx]
-			sys-cluster/mpich2[cxx] 
+			sys-cluster/mpich2[cxx]
 			)
 		)"
 DEPEND="${RDEPEND}



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

end of thread, other threads:[~2011-03-07 12:03 UTC | newest]

Thread overview: 3+ messages (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-component/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2011-03-07 12:01 Justin Lecher
2011-03-07 12:01 Justin Lecher

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