* [gentoo-commits] gentoo-x86 commit in media-gfx/graphviz: graphviz-2.26.3.ebuild graphviz-2.26.3-r1.ebuild graphviz-2.26.0.ebuild
@ 2010-05-22 19:26 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-05-22 19:26 UTC (permalink / raw
To: gentoo-commits
arfrever 10/05/22 19:26:13
Modified: graphviz-2.26.3.ebuild graphviz-2.26.3-r1.ebuild
graphviz-2.26.0.ebuild
Log:
Pass paths to python_mod_optimize() and python_mod_cleanup().
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.2 media-gfx/graphviz/graphviz-2.26.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3.ebuild?r1=1.1&r2=1.2
Index: graphviz-2.26.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graphviz-2.26.3.ebuild 7 Feb 2010 22:42:21 -0000 1.1
+++ graphviz-2.26.3.ebuild 22 May 2010 19:26:13 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3.ebuild,v 1.1 2010/02/07 22:42:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3.ebuild,v 1.2 2010/05/22 19:26:13 arfrever Exp $
EAPI=2
inherit eutils autotools multilib python
@@ -202,12 +202,12 @@
# to configure
dot -c
if use python ; then
- python_mod_optimize
+ python_mod_optimize $(python_get_sitedir)/gv.py
fi
}
pkg_postrm() {
if use python ; then
- python_mod_cleanup
+ python_mod_cleanup $(python_get_sitedir)/gv.py
fi
}
1.2 media-gfx/graphviz/graphviz-2.26.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r1.ebuild?r1=1.1&r2=1.2
Index: graphviz-2.26.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graphviz-2.26.3-r1.ebuild 14 Feb 2010 12:23:59 -0000 1.1
+++ graphviz-2.26.3-r1.ebuild 22 May 2010 19:26:13 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r1.ebuild,v 1.1 2010/02/14 12:23:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r1.ebuild,v 1.2 2010/05/22 19:26:13 arfrever Exp $
EAPI=2
inherit eutils autotools multilib python
@@ -207,12 +207,12 @@
# to configure
dot -c
if use python ; then
- python_mod_optimize
+ python_mod_optimize $(python_get_sitedir)/gv.py
fi
}
pkg_postrm() {
if use python ; then
- python_mod_cleanup
+ python_mod_cleanup $(python_get_sitedir)/gv.py
fi
}
1.7 media-gfx/graphviz/graphviz-2.26.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.26.0.ebuild?r1=1.6&r2=1.7
Index: graphviz-2.26.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- graphviz-2.26.0.ebuild 14 Feb 2010 10:22:45 -0000 1.6
+++ graphviz-2.26.0.ebuild 22 May 2010 19:26:13 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.0.ebuild,v 1.6 2010/02/14 10:22:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.0.ebuild,v 1.7 2010/05/22 19:26:13 arfrever Exp $
EAPI=2
inherit eutils autotools multilib python
@@ -202,12 +202,12 @@
# to configure
dot -c
if use python ; then
- python_mod_optimize
+ python_mod_optimize $(python_get_sitedir)/gv.py
fi
}
pkg_postrm() {
if use python ; then
- python_mod_cleanup
+ python_mod_cleanup $(python_get_sitedir)/gv.py
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-22 19:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 19:26 [gentoo-commits] gentoo-x86 commit in media-gfx/graphviz: graphviz-2.26.3.ebuild graphviz-2.26.3-r1.ebuild graphviz-2.26.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox