diff options
author | Andrey Grozin <grozin@gentoo.org> | 2011-05-20 14:39:29 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2011-05-20 14:39:29 +0000 |
commit | 9b13edf004e6987b45a439fce10f42e4fe026538 (patch) | |
tree | 8f12c222ad66c8eecef8668582c9b8888fcc4646 /sci-libs | |
parent | Fix linguas list. Die when we try to remove unknown linguas. (diff) | |
download | gentoo-2-9b13edf004e6987b45a439fce10f42e4fe026538.tar.gz gentoo-2-9b13edf004e6987b45a439fce10f42e4fe026538.tar.bz2 gentoo-2-9b13edf004e6987b45a439fce10f42e4fe026538.zip |
Add missing patches, bug #368065
(Portage version: 2.2.0_alpha34/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/qd/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/qd/files/qd-2.3.11-configure-version.patch | 10 | ||||
-rw-r--r-- | sci-libs/qd/files/qd-2.3.11-docpath.patch | 11 |
3 files changed, 26 insertions, 1 deletions
diff --git a/sci-libs/qd/ChangeLog b/sci-libs/qd/ChangeLog index e2bf8be41457..7d164bfdbe1f 100644 --- a/sci-libs/qd/ChangeLog +++ b/sci-libs/qd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/qd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.4 2011/05/18 20:32:23 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.5 2011/05/20 14:39:29 grozin Exp $ + + 20 May 2011; Andrey Grozin <grozin@gentoo.org> + +files/qd-2.3.11-configure-version.patch, +files/qd-2.3.11-docpath.patch: + Add missing patches, bug #368065 *qd-2.3.11 (18 May 2011) diff --git a/sci-libs/qd/files/qd-2.3.11-configure-version.patch b/sci-libs/qd/files/qd-2.3.11-configure-version.patch new file mode 100644 index 000000000000..616fdb77c610 --- /dev/null +++ b/sci-libs/qd/files/qd-2.3.11-configure-version.patch @@ -0,0 +1,10 @@ +--- configure.ac.orig 2011-05-16 12:27:31.759991392 +1000 ++++ configure.ac 2011-05-16 12:27:56.026801099 +1000 +@@ -1,6 +1,6 @@ + # -*- Autoconf -*- + # Process this file with autoconf to produce a configure script. +-define([QD_PATCH_VERSION], 7) ++define([QD_PATCH_VERSION], 11) + AC_PREREQ(2.60) + AC_INIT(qd, 2.3.QD_PATCH_VERSION, yozo@cs.berkeley.edu) + AC_CONFIG_SRCDIR([src/qd_real.cpp]) diff --git a/sci-libs/qd/files/qd-2.3.11-docpath.patch b/sci-libs/qd/files/qd-2.3.11-docpath.patch new file mode 100644 index 000000000000..3fb730cbe000 --- /dev/null +++ b/sci-libs/qd/files/qd-2.3.11-docpath.patch @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2011-05-16 12:28:25.462931216 +1000 ++++ Makefile.am 2011-05-16 12:28:59.978393577 +1000 +@@ -1,7 +1,7 @@ + ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = config src include tests fortran + +-docdir=${datadir}/doc/${PACKAGE} ++docdir=${datadir}/doc/${PACKAGE}-${VERSION} + BUILT_SOURCES = docs/qd.pdf + dist_doc_DATA = README docs/qd.pdf + dist_noinst_DATA = docs/Makefile \ |