diff options
author | 2010-01-07 13:35:27 +0000 | |
---|---|---|
committer | 2010-01-07 13:35:27 +0000 | |
commit | 40d144d64060a70fe8b8331d2a6a03e4eb0ee727 (patch) | |
tree | f9f50e04096fd3421b63f17edb926d75a5de207c /media-gfx/kst | |
parent | migrate to qt4-r2 eclass (diff) | |
download | historical-40d144d64060a70fe8b8331d2a6a03e4eb0ee727.tar.gz historical-40d144d64060a70fe8b8331d2a6a03e4eb0ee727.tar.bz2 historical-40d144d64060a70fe8b8331d2a6a03e4eb0ee727.zip |
replace qt4 eclass with qt4-r2
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/kst')
-rw-r--r-- | media-gfx/kst/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/kst/kst-2.0.0_beta2-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-gfx/kst/ChangeLog b/media-gfx/kst/ChangeLog index 0f1edeb6f4fc..ab48464a368a 100644 --- a/media-gfx/kst/ChangeLog +++ b/media-gfx/kst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/kst -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/ChangeLog,v 1.26 2009/12/24 22:28:05 ayoy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/ChangeLog,v 1.27 2010/01/07 13:35:27 hwoarang Exp $ + + 07 Jan 2010; <hwoarang@gentoo.org> kst-2.0.0_beta2-r1.ebuild: + replace qt4 eclass with qt4-r2 *kst-2.0.0_beta2-r1 (24 Dec 2009) diff --git a/media-gfx/kst/kst-2.0.0_beta2-r1.ebuild b/media-gfx/kst/kst-2.0.0_beta2-r1.ebuild index cde457881470..9717e5291f9b 100644 --- a/media-gfx/kst/kst-2.0.0_beta2-r1.ebuild +++ b/media-gfx/kst/kst-2.0.0_beta2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/kst-2.0.0_beta2-r1.ebuild,v 1.1 2009/12/24 22:28:05 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/kst-2.0.0_beta2-r1.ebuild,v 1.2 2010/01/07 13:35:27 hwoarang Exp $ EAPI=2 -inherit qt4 multilib +inherit qt4-r2 multilib MY_PV="${PV/_/-}" MY_P="${PN}-${MY_PV}" @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}/${PN}-cfitsio-includes.patch" ) S="${WORKDIR}/${PN}" src_prepare() { - qt4_src_prepare + qt4-r2_src_prepare sed -e "s:\(INSTALL_DIR/\)lib:\1$(get_libdir):" \ -i src/libkst/libkst.pro src/libkstapp/libkstapp.pro \ src/libkstmath/libkstmath.pro || die "sed libdir failed" |