public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-misc/vitables: vitables-2.0.ebuild ChangeLog
@ 2009-06-25  6:09 Ben de Groot (yngwin)
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot (yngwin) @ 2009-06-25  6:09 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/06/25 06:09:58

  Modified:             vitables-2.0.ebuild ChangeLog
  Log:
  Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for PyQt4 (check for more, bug 272136). Whitespace.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-misc/vitables/vitables-2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?r1=1.1&r2=1.2

Index: vitables-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vitables-2.0.ebuild	11 Jun 2009 20:44:13 -0000	1.1
+++ vitables-2.0.ebuild	25 Jun 2009 06:09:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.1 2009/06/11 20:44:13 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.2 2009/06/25 06:09:58 yngwin Exp $
 
 EAPI="2"
 NEED_PYTHON="2.5"
@@ -18,8 +18,7 @@
 IUSE="doc examples"
 
 DEPEND=">=dev-python/pytables-2.0
-	>=x11-libs/qt-4.0
-	>=dev-python/PyQt4-4.4"
+	dev-python/PyQt4[X]"  # FIXME: check if any other useflags are needed
 RDEPEND="${DEPEND}"
 S="${WORKDIR}/ViTables-${PV}"
 
@@ -38,5 +37,4 @@
 	if use doc; then
 		dodoc doc/*
 	fi
-
 }



1.2                  sci-misc/vitables/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	11 Jun 2009 20:44:13 -0000	1.1
+++ ChangeLog	25 Jun 2009 06:09:58 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sci-misc/vitables
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.1 2009/06/11 20:44:13 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.2 2009/06/25 06:09:58 yngwin Exp $
+
+  25 Jun 2009; Ben de Groot <yngwin@gentoo.org> vitables-2.0.ebuild:
+  Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for
+  PyQt4 (check for more, bug 272136). Whitespace.
 
 *vitables-2.0 (11 Jun 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in sci-misc/vitables: vitables-2.0.ebuild ChangeLog
@ 2009-09-29 15:19 Michael Januszewski (spock)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Januszewski (spock) @ 2009-09-29 15:19 UTC (permalink / raw
  To: gentoo-commits

spock       09/09/29 15:19:50

  Modified:             vitables-2.0.ebuild ChangeLog
  Log:
  Fix installation of icon and .desktop file.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-misc/vitables/vitables-2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?r1=1.2&r2=1.3

Index: vitables-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vitables-2.0.ebuild	25 Jun 2009 06:09:58 -0000	1.2
+++ vitables-2.0.ebuild	29 Sep 2009 15:19:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.2 2009/06/25 06:09:58 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.3 2009/09/29 15:19:50 spock Exp $
 
 EAPI="2"
 NEED_PYTHON="2.5"
@@ -27,7 +27,9 @@
 }
 
 src_install() {
-	distutils_src_install
+	dodir /usr/share/icons/hicolor/scalable/apps
+	dodir /usr/share/applications
+	XDG_DATA_DIRS="${D}/usr/share" distutils_src_install
 
 	if use examples; then
 		insinto /usr/share/doc/${P}/examples



1.3                  sci-misc/vitables/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	25 Jun 2009 06:09:58 -0000	1.2
+++ ChangeLog	29 Sep 2009 15:19:50 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-misc/vitables
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.2 2009/06/25 06:09:58 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.3 2009/09/29 15:19:50 spock Exp $
+
+  29 Sep 2009; Michał Januszewski <spock@gentoo.org> vitables-2.0.ebuild:
+  Fix installation of icon and .desktop file.
 
   25 Jun 2009; Ben de Groot <yngwin@gentoo.org> vitables-2.0.ebuild:
   Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for






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

* [gentoo-commits] gentoo-x86 commit in sci-misc/vitables: vitables-2.0.ebuild ChangeLog
@ 2010-05-21 10:42 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2010-05-21 10:42 UTC (permalink / raw
  To: gentoo-commits

jlec        10/05/21 10:42:59

  Modified:             vitables-2.0.ebuild ChangeLog
  Log:
  Fixes for PYTHOON ABI, #316243
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-misc/vitables/vitables-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild?r1=1.3&r2=1.4

Index: vitables-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vitables-2.0.ebuild	29 Sep 2009 15:19:50 -0000	1.3
+++ vitables-2.0.ebuild	21 May 2010 10:42:59 -0000	1.4
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.3 2009/09/29 15:19:50 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.4 2010/05/21 10:42:59 jlec Exp $
 
 EAPI="2"
-NEED_PYTHON="2.5"
-# Will work with 2.4 if you manually install the uuid package
+
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils eutils
 
@@ -17,13 +18,17 @@
 KEYWORDS="~x86 ~amd64"
 IUSE="doc examples"
 
-DEPEND=">=dev-python/pytables-2.0
+DEPEND="
+	>=dev-python/pytables-2.0
 	dev-python/PyQt4[X]"  # FIXME: check if any other useflags are needed
 RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.*"
+
 S="${WORKDIR}/ViTables-${PV}"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-doc-examples.patch
+	distutils_src_prepare
 }
 
 src_install() {
@@ -33,10 +38,10 @@
 
 	if use examples; then
 		insinto /usr/share/doc/${P}/examples
-		doins -r examples/*
+		doins -r examples/* || die
 	fi
 
 	if use doc; then
-		dodoc doc/*
+		dodoc doc/* || die
 	fi
 }



1.4                  sci-misc/vitables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/vitables/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/vitables/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/vitables/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Sep 2009 15:19:50 -0000	1.3
+++ ChangeLog	21 May 2010 10:42:59 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for sci-misc/vitables
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.3 2009/09/29 15:19:50 spock Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.4 2010/05/21 10:42:59 jlec Exp $
+
+  21 May 2010; Justin Lecher <jlec@gentoo.org> vitables-2.0.ebuild:
+  Fixes for PYTHOON ABI, #316243
 
   29 Sep 2009; Michał Januszewski <spock@gentoo.org> vitables-2.0.ebuild:
   Fix installation of icon and .desktop file.






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

end of thread, other threads:[~2010-05-21  5:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 15:19 [gentoo-commits] gentoo-x86 commit in sci-misc/vitables: vitables-2.0.ebuild ChangeLog Michael Januszewski (spock)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-21 10:42 Justin Lecher (jlec)
2009-06-25  6:09 Ben de Groot (yngwin)

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