Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Markus Meier (maekke)" <maekke@g.o>
Subject: gentoo-x86 commit in media-gfx/graphviz/files: graphviz-2.16.1-python-345.patch
Date: Sat, 15 Mar 2008 14:20:03 +0000
maekke      08/03/15 14:20:03

  Added:                graphviz-2.16.1-python-345.patch
  Log:
  fix (dead) python bindings, bug #212872
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  media-gfx/graphviz/files/graphviz-2.16.1-python-345.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/files/graphviz-2.16.1-python-345.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/files/graphviz-2.16.1-python-345.patch?rev=1.1&content-type=text/plain

Index: graphviz-2.16.1-python-345.patch
===================================================================
don't instal dead symlinks, reported in bug #212872

diff -ru graphviz-2.16.1.orig/tclpkg/gv/Makefile.am graphviz-2.16.1/tclpkg/gv/Makefile.am
--- graphviz-2.16.1.orig/tclpkg/gv/Makefile.am	2008-03-15 14:51:01.000000000 +0100
+++ graphviz-2.16.1/tclpkg/gv/Makefile.am	2008-03-15 14:57:18.000000000 +0100
@@ -298,8 +298,14 @@
 endif
 if WITH_PYTHON
 	(cd $(DESTDIR)$(pkgpythondir); rm -f _gv.so; $(LN_S) libgv_python.so _gv.so;)
+endif
+if WITH_PYTHON23
 	(cd $(DESTDIR)$(pkgpython23dir); rm -f _gv.so; $(LN_S) libgv_python23.so _gv.so;)
+endif
+if WITH_PYTHON24
 	(cd $(DESTDIR)$(pkgpython24dir); rm -f _gv.so; $(LN_S) libgv_python24.so _gv.so;)
+endif
+if WITH_PYTHON25
 	(cd $(DESTDIR)$(pkgpython25dir); rm -f _gv.so; $(LN_S) libgv_python25.so _gv.so;)
 endif
 if WITH_RUBY



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in x11-themes/qtcurve: ChangeLog qtcurve-0.57.1.ebuild
Next by thread:
gentoo-x86 commit in x11-themes/qtcurve-qt4: ChangeLog qtcurve-qt4-0.57.1.ebuild
Previous by date:
gentoo-x86 commit in media-video/kino: ChangeLog kino-1.3.0.ebuild
Next by date:
gentoo-x86 commit in x11-themes/qtcurve-qt4: ChangeLog qtcurve-qt4-0.57.1.ebuild


Updated Mar 05, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.