diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-10-26 09:23:19 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-10-26 09:23:19 +0000 |
commit | 389727a1aaf23f1f202718da01fb967b11513f4e (patch) | |
tree | 1522e9e1d310faf42d6a7d7dbf934ce949b25edd /x11-libs/qwt | |
parent | Added ~x86 keyword to x11-wm/windowmaker-0.90.0... (Manifest recommit) (diff) | |
download | gentoo-2-389727a1aaf23f1f202718da01fb967b11513f4e.tar.gz gentoo-2-389727a1aaf23f1f202718da01fb967b11513f4e.tar.bz2 gentoo-2-389727a1aaf23f1f202718da01fb967b11513f4e.zip |
Fixing bug #68798
Diffstat (limited to 'x11-libs/qwt')
-rw-r--r-- | x11-libs/qwt/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qwt/qwt-4.2.0_rc1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qwt/qwt-4.2.0_rc2-r3.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/qwt/ChangeLog b/x11-libs/qwt/ChangeLog index f7fb8647256d..ed39b4ac66c7 100644 --- a/x11-libs/qwt/ChangeLog +++ b/x11-libs/qwt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qwt # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v 1.17 2004/10/25 08:29:24 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v 1.18 2004/10/26 09:23:19 phosphan Exp $ + + 26 Oct 2004; Patrick Kursawe <phosphan@gentoo.org> qwt-4.2.0_rc1-r1.ebuild, + qwt-4.2.0_rc2-r3.ebuild: + Little change in bash patterns because of bug #68798 *qwt-4.2.0_rc2-r3 (25 Oct 2004) diff --git a/x11-libs/qwt/qwt-4.2.0_rc1-r1.ebuild b/x11-libs/qwt/qwt-4.2.0_rc1-r1.ebuild index a4065f3c415b..559a232f198f 100644 --- a/x11-libs/qwt/qwt-4.2.0_rc1-r1.ebuild +++ b/x11-libs/qwt/qwt-4.2.0_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0_rc1-r1.ebuild,v 1.4 2004/08/18 07:52:48 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0_rc1-r1.ebuild,v 1.5 2004/10/26 09:23:19 phosphan Exp $ MY_PV="${PV/_r/r}" @@ -41,7 +41,7 @@ src_compile () { src_install () { dolib lib/libqwt.so.${QWTVER} dosym libqwt.so.${QWTVER} /usr/lib/libqwt.so - dosym libqwt.so.${QWTVER} /usr/lib/libqwt.so.${QWTVER/.\*/} + dosym libqwt.so.${QWTVER} /usr/lib/libqwt.so.${QWTVER/.*/} use doc && (dodir /usr/share/doc/${PF} cp -a examples ${D}/usr/share/doc/${PF}/ find ${D}/usr/share/doc/ -type f -exec gzip {} \; diff --git a/x11-libs/qwt/qwt-4.2.0_rc2-r3.ebuild b/x11-libs/qwt/qwt-4.2.0_rc2-r3.ebuild index 5e16b00e6787..42486e6be7b4 100644 --- a/x11-libs/qwt/qwt-4.2.0_rc2-r3.ebuild +++ b/x11-libs/qwt/qwt-4.2.0_rc2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0_rc2-r3.ebuild,v 1.1 2004/10/25 08:29:24 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0_rc2-r3.ebuild,v 1.2 2004/10/26 09:23:19 phosphan Exp $ inherit eutils @@ -45,9 +45,10 @@ src_compile () { } src_install () { + ls -l lib dolib lib/libqwt.so.${QWTVER} dosym libqwt.so.${QWTVER} /usr/lib/libqwt.so - dosym libqwt.so.${QWTVER} /usr/lib/libqwt.so.${QWTVER/.\*/} + dosym libqwt.so.${QWTVER} /usr/lib/libqwt.so.${QWTVER/.*/} use doc && (dodir /usr/share/doc/${PF} cp -a examples ${D}/usr/share/doc/${PF}/ dohtml doc/html/*) |