diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:47:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:47:54 +0000 |
commit | 9cc279fa1751fb05d32b4d736140f063b196bafe (patch) | |
tree | b8d966368b9aee13a686edeead6e1f235f175179 /media-libs | |
parent | amd64 stable, bug #246995 (diff) | |
download | historical-9cc279fa1751fb05d32b4d736140f063b196bafe.tar.gz historical-9cc279fa1751fb05d32b4d736140f063b196bafe.tar.bz2 historical-9cc279fa1751fb05d32b4d736140f063b196bafe.zip |
Fix patch with absolute paths.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/plotutils/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/plotutils/files/plotutils-2.4.1-correct_test.patch | 4 | ||||
-rw-r--r-- | media-libs/qhull/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/qhull/files/qhull-2003.1-makefile.patch | 4 |
4 files changed, 14 insertions, 6 deletions
diff --git a/media-libs/plotutils/ChangeLog b/media-libs/plotutils/ChangeLog index bec480095adf..df4d1a5439b3 100644 --- a/media-libs/plotutils/ChangeLog +++ b/media-libs/plotutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/plotutils # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.43 2008/11/15 18:51:52 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.44 2008/11/17 21:47:23 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/plotutils-2.4.1-correct_test.patch: + Fix patch with absolute paths. *plotutils-2.5.1 (15 Nov 2008) diff --git a/media-libs/plotutils/files/plotutils-2.4.1-correct_test.patch b/media-libs/plotutils/files/plotutils-2.4.1-correct_test.patch index 9dac9fba1ccb..9b92e34e9b37 100644 --- a/media-libs/plotutils/files/plotutils-2.4.1-correct_test.patch +++ b/media-libs/plotutils/files/plotutils-2.4.1-correct_test.patch @@ -1,5 +1,5 @@ ---- test/plot2ps.xout 2007-03-13 07:23:11.000000000 +0100 -+++ /tmp/test/plot2ps.xout 2007-03-13 07:23:46.000000000 +0100 +--- a/test/plot2ps.xout 2007-03-13 07:23:11.000000000 +0100 ++++ b//test/plot2ps.xout 2007-03-13 07:23:46.000000000 +0100 @@ -1,7 +1,6 @@ %!PS-Adobe-3.0 EPSF-3.0 %%Creator: GNU libplot drawing library 4.1 diff --git a/media-libs/qhull/ChangeLog b/media-libs/qhull/ChangeLog index 9e5c5af64f35..70ce189befd4 100644 --- a/media-libs/qhull/ChangeLog +++ b/media-libs/qhull/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/qhull # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.26 2008/04/29 16:31:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.27 2008/11/17 21:47:54 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/qhull-2003.1-makefile.patch: + Fix patch with absolute paths. 29 Apr 2008; Brent Baude <ranger@gentoo.org> qhull-2003.1-r1.ebuild: keyworded ~arch for ppc64, bug 219456 diff --git a/media-libs/qhull/files/qhull-2003.1-makefile.patch b/media-libs/qhull/files/qhull-2003.1-makefile.patch index 87320474942a..7879f41045d4 100644 --- a/media-libs/qhull/files/qhull-2003.1-makefile.patch +++ b/media-libs/qhull/files/qhull-2003.1-makefile.patch @@ -1,5 +1,5 @@ ---- Makefile 2001-02-12 03:26:08.000000000 +0100 -+++ /root/Makefile 2005-02-22 22:00:15.077553880 +0100 +--- a/Makefile 2001-02-12 03:26:08.000000000 +0100 ++++ b//Makefile 2005-02-22 22:00:15.077553880 +0100 @@ -78,7 +78,7 @@ qh-poly.htm qh-qhull.htm qh-set.htm qh-stat.htm qh-user.htm \ qdelau_f.htm qhalf.htm qvoronoi.htm qvoron_f.htm rbox.htm |