public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/relational: ChangeLog relational-0.10.ebuild
@ 2009-12-18 16:24 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-12-18 16:24 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/12/18 16:24:47

  Modified:             ChangeLog relational-0.10.ebuild
  Log:
  Update homepage url
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-mathematics/relational/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	17 Dec 2009 15:13:57 -0000	1.1
+++ ChangeLog	18 Dec 2009 16:24:47 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/relational
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v 1.1 2009/12/17 15:13:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v 1.2 2009/12/18 16:24:47 hwoarang Exp $
+
+  18 Dec 2009; Markos Chandras <hwoarang@gentoo.org> relational-0.10.ebuild:
+  Update homepage url
 
 *relational-0.10 (17 Dec 2009)
 



1.2                  sci-mathematics/relational/relational-0.10.ebuild

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

Index: relational-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- relational-0.10.ebuild	17 Dec 2009 15:13:57 -0000	1.1
+++ relational-0.10.ebuild	18 Dec 2009 16:24:47 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild,v 1.1 2009/12/17 15:13:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild,v 1.2 2009/12/18 16:24:47 hwoarang Exp $
 
 EAPI="2"
 
 inherit python distutils eutils
 
 DESCRIPTION="Qt4 relational algebra application"
-HOMEPAGE="http://qt-apps.org/content/show.php/Relational?content=86178"
+HOMEPAGE="http://galileo.dmi.unict.it/wiki/relational/"
 # upstream url is not static
 SRC_URI="http://dev.gentooexperimental.org/~hwoarang/distfiles/${PN}_${PV}.tar.gz"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/relational: ChangeLog relational-0.10.ebuild
@ 2010-04-23  9:04 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-04-23  9:04 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/04/23 09:04:36

  Modified:             ChangeLog relational-0.10.ebuild
  Log:
  Refactor ebuild to use python functions correctly. Fixes bug #316235
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-mathematics/relational/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	18 Dec 2009 16:24:47 -0000	1.2
+++ ChangeLog	23 Apr 2010 09:04:36 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/relational
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v 1.2 2009/12/18 16:24:47 hwoarang Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v 1.3 2010/04/23 09:04:36 hwoarang Exp $
+
+  23 Apr 2010; Markos Chandras <hwoarang@gentoo.org> relational-0.10.ebuild:
+  Refactor ebuild to use python functions correctly. Fixes bug #316235
 
   18 Dec 2009; Markos Chandras <hwoarang@gentoo.org> relational-0.10.ebuild:
   Update homepage url



1.3                  sci-mathematics/relational/relational-0.10.ebuild

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

Index: relational-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- relational-0.10.ebuild	18 Dec 2009 16:24:47 -0000	1.2
+++ relational-0.10.ebuild	23 Apr 2010 09:04:36 -0000	1.3
@@ -1,8 +1,9 @@
-# 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-mathematics/relational/relational-0.10.ebuild,v 1.2 2009/12/18 16:24:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild,v 1.3 2010/04/23 09:04:36 hwoarang Exp $
 
 EAPI="2"
+PYTHON_DEPEND="2"
 
 inherit python distutils eutils
 
@@ -22,6 +23,10 @@
 
 S="${WORKDIR}/${PN}"
 
+pkg_setup() {
+	python_set_active_version 2
+}
+
 src_compile() {
 	true
 }






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/relational: ChangeLog relational-0.10.ebuild
@ 2010-04-30 10:57 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-04-30 10:57 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/04/30 10:57:16

  Modified:             ChangeLog relational-0.10.ebuild
  Log:
  Minor fixes to match the latest update on python eclass. Fixes bug #316235
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-mathematics/relational/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	23 Apr 2010 09:04:36 -0000	1.3
+++ ChangeLog	30 Apr 2010 10:57:16 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/relational
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v 1.3 2010/04/23 09:04:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v 1.4 2010/04/30 10:57:16 hwoarang Exp $
+
+  30 Apr 2010; Markos Chandras <hwoarang@gentoo.org> relational-0.10.ebuild:
+  Minor fixes to match the latest update on python eclass. Fixes bug #316235
 
   23 Apr 2010; Markos Chandras <hwoarang@gentoo.org> relational-0.10.ebuild:
   Refactor ebuild to use python functions correctly. Fixes bug #316235



1.4                  sci-mathematics/relational/relational-0.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild?r1=1.3&r2=1.4

Index: relational-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- relational-0.10.ebuild	23 Apr 2010 09:04:36 -0000	1.3
+++ relational-0.10.ebuild	30 Apr 2010 10:57:16 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild,v 1.3 2010/04/23 09:04:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.10.ebuild,v 1.4 2010/04/30 10:57:16 hwoarang Exp $
 
-EAPI="2"
+EAPI="3"
 PYTHON_DEPEND="2"
 
 inherit python distutils eutils
@@ -42,11 +42,9 @@
 }
 
 pkg_postinst() {
-	python_version
-	python_mod_optimize $(python_get_sitedir)/${PN}/
-	python_mod_optimize $(python_get_sitedir)/${PN}_gui/
+	python_mod_optimize ${PN} ${PN}_gui
 }
 
 pkg_postrm() {
-	python_mod_cleanup
+	python_mod_cleanup ${PN} ${PN}_gui
 }






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

end of thread, other threads:[~2010-04-30 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  9:04 [gentoo-commits] gentoo-x86 commit in sci-mathematics/relational: ChangeLog relational-0.10.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-30 10:57 Markos Chandras (hwoarang)
2009-12-18 16:24 Markos Chandras (hwoarang)

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