diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-07-03 22:13:39 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-07-03 22:13:39 +0000 |
commit | e3635ad05db973f3be7200db9b0b70459f30dc7f (patch) | |
tree | 7f1d45e248ff4b3c157c85a5a356447eb06c326a /app-sci/labplot | |
parent | QA: need-kde after R/DEPEND (diff) | |
download | historical-e3635ad05db973f3be7200db9b0b70459f30dc7f.tar.gz historical-e3635ad05db973f3be7200db9b0b70459f30dc7f.tar.bz2 historical-e3635ad05db973f3be7200db9b0b70459f30dc7f.zip |
QA: need-kde after R/DEPEND
Diffstat (limited to 'app-sci/labplot')
-rw-r--r-- | app-sci/labplot/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/labplot/labplot-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/labplot/ChangeLog b/app-sci/labplot/ChangeLog index b72e80e9a023..a47ec9af7653 100644 --- a/app-sci/labplot/ChangeLog +++ b/app-sci/labplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/labplot # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/ChangeLog,v 1.4 2004/06/24 22:07:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/ChangeLog,v 1.5 2004/07/03 22:10:59 carlo Exp $ + + 04 Jul 2004; Carsten Lohrke <carlo@gentoo.org> labplot-1.2.3.ebuild: + QA: need-kde after R/DEPEND 16 May 2004; Dominik Stadler <centic@gentoo.org> labplot-1.2.3.ebuild: Correct SRC_URI, should not contain "${HOMEPAGE}" diff --git a/app-sci/labplot/labplot-1.2.3.ebuild b/app-sci/labplot/labplot-1.2.3.ebuild index e4f74a2878dc..a2da322eb871 100644 --- a/app-sci/labplot/labplot-1.2.3.ebuild +++ b/app-sci/labplot/labplot-1.2.3.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/labplot-1.2.3.ebuild,v 1.4 2004/06/24 22:07:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/labplot-1.2.3.ebuild,v 1.5 2004/07/03 22:10:59 carlo Exp $ inherit eutils kde -need-kde 3.1 MY_P=${PN/labp/LabP}-${PVR/_/.} S="${WORKDIR}/${MY_P}" @@ -27,6 +26,7 @@ DEPEND=">=dev-libs/gsl-1.3 >=media-gfx/pstoedit-3.33 tiff? ( >=media-libs/tiff-3.5.5 ) >=media-libs/jasper-1.700.5-r1" +need-kde 3.1 src_install() { dodir /usr/share/doc/HTML/en/LabPlot/ |