diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-01 10:13:12 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-01 10:13:12 +0000 |
commit | 2baf762059b71119e22d2567e50e71affc570af6 (patch) | |
tree | 0422383e6a2d12777929b11bfcbc9a2f10c967e4 /x11-libs | |
parent | net-mail/courier norewrite fix for virtual users (diff) | |
download | gentoo-2-2baf762059b71119e22d2567e50e71affc570af6.tar.gz gentoo-2-2baf762059b71119e22d2567e50e71affc570af6.tar.bz2 gentoo-2-2baf762059b71119e22d2567e50e71affc570af6.zip |
Declaring rc1 stable, trying to fix sandbox violation (bug #45670)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qwt/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qwt/files/digest-qwt-4.2.0_rc0 | 1 | ||||
-rw-r--r-- | x11-libs/qwt/qwt-4.2.0_rc0.ebuild | 40 | ||||
-rw-r--r-- | x11-libs/qwt/qwt-4.2.0_rc1.ebuild | 7 |
4 files changed, 10 insertions, 46 deletions
diff --git a/x11-libs/qwt/ChangeLog b/x11-libs/qwt/ChangeLog index 62c299c742e1..1f4545c23d09 100644 --- a/x11-libs/qwt/ChangeLog +++ b/x11-libs/qwt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qwt -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v 1.7 2003/12/02 15:18:08 phosphan Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v 1.8 2004/04/01 10:13:12 phosphan Exp $ + + 01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> qwt-4.2.0_rc0.ebuild, + qwt-4.2.0_rc1.ebuild: + Declaring rc1 stable, trying to fix sandbox violation (bug #45670) *qwt-4.2.0_rc1 (02 Dec 2003) diff --git a/x11-libs/qwt/files/digest-qwt-4.2.0_rc0 b/x11-libs/qwt/files/digest-qwt-4.2.0_rc0 deleted file mode 100644 index 640a0b439da0..000000000000 --- a/x11-libs/qwt/files/digest-qwt-4.2.0_rc0 +++ /dev/null @@ -1 +0,0 @@ -MD5 91aed5b6a6e1f085c5d2056cce9cb609 qwt-4.2.0rc0.tar.bz2 521594 diff --git a/x11-libs/qwt/qwt-4.2.0_rc0.ebuild b/x11-libs/qwt/qwt-4.2.0_rc0.ebuild deleted file mode 100644 index aa0bb6f907b8..000000000000 --- a/x11-libs/qwt/qwt-4.2.0_rc0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0_rc0.ebuild,v 1.2 2003/12/10 16:17:52 phosphan Exp $ - -MY_PV="${PV/_r/r}" - -SRC_URI="mirror://sourceforge/qwt/${PN}-${MY_PV}.tar.bz2" -HOMEPAGE="http://qwt.sourceforge.net/" -DESCRIPTION="2D plotting library for Qt" -LICENSE="qwt" -KEYWORDS="x86" -SLOT="0" -IUSE="doc" - -S="${WORKDIR}/${PN}-${MY_PV}" -QWTVER="4.2.0" - -DEPEND=">=x11-libs/qt-3.0.0" - -src_compile () { - qmake qwt.pro - emake || die - cd designer - qmake qwtplugin.pro - emake || die -} - -src_install () { - dolib lib/libqwt.so.${QWTVER} - dosym libqwt.so.${QWTVER} /usr/lib/libqwt.so - - use doc && (dodir /usr/share/doc/${PF} - cp -a examples ${D}/usr/share/doc/${PF}/ - find ${D}/usr/share/doc/ -type f -exec gzip {} \; - dohtml doc/html/*) - mkdir -p ${D}/usr/include/qwt/ - install include/* ${D}/usr/include/qwt/ - insinto ${QTDIR}/plugins/designer - doins designer/plugins/designer/libqwtplugin.so -} diff --git a/x11-libs/qwt/qwt-4.2.0_rc1.ebuild b/x11-libs/qwt/qwt-4.2.0_rc1.ebuild index eb86ec2ca136..62baca0aa9a1 100644 --- a/x11-libs/qwt/qwt-4.2.0_rc1.ebuild +++ b/x11-libs/qwt/qwt-4.2.0_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0_rc1.ebuild,v 1.1 2003/12/02 15:18:08 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0_rc1.ebuild,v 1.2 2004/04/01 10:13:12 phosphan Exp $ MY_PV="${PV/_r/r}" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/qwt/${PN}-${MY_PV}.tgz" HOMEPAGE="http://qwt.sourceforge.net/" DESCRIPTION="2D plotting library for Qt" LICENSE="qwt" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" IUSE="doc" @@ -18,6 +18,7 @@ QWTVER="4.2.0" DEPEND=">=x11-libs/qt-3.0.0" src_compile () { + addwrite ${QTDIR}/etc/settings qmake qwt.pro emake || die cd designer |