diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-01-06 11:06:51 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-01-06 11:06:51 +0000 |
commit | c92d262b0bc8fc2bc52539f49ed628e28bb253be (patch) | |
tree | ebabaab6c30c86b0ed2203e4995d739f3c03e3b3 /app-emulation | |
parent | migrate to qt4-r2 eclass (diff) | |
download | gentoo-2-c92d262b0bc8fc2bc52539f49ed628e28bb253be.tar.gz gentoo-2-c92d262b0bc8fc2bc52539f49ed628e28bb253be.tar.bz2 gentoo-2-c92d262b0bc8fc2bc52539f49ed628e28bb253be.zip |
migrate to qt4-r2 eclass
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qtemu/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qtemu/qtemu-1.0.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/qtemu/ChangeLog b/app-emulation/qtemu/ChangeLog index 93a1e0586d56..b039eb3727eb 100644 --- a/app-emulation/qtemu/ChangeLog +++ b/app-emulation/qtemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qtemu -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/ChangeLog,v 1.1 2009/06/08 15:58:04 hwoarang Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/ChangeLog,v 1.2 2010/01/06 11:06:51 hwoarang Exp $ + + 06 Jan 2010; <hwoarang@gentoo.org> qtemu-1.0.5.ebuild: + migrate to qt4-r2 eclass *qtemu-1.0.5 (08 Jun 2009) diff --git a/app-emulation/qtemu/qtemu-1.0.5.ebuild b/app-emulation/qtemu/qtemu-1.0.5.ebuild index 38ff3c3c40d2..4a382530b3f5 100644 --- a/app-emulation/qtemu/qtemu-1.0.5.ebuild +++ b/app-emulation/qtemu/qtemu-1.0.5.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/app-emulation/qtemu/qtemu-1.0.5.ebuild,v 1.1 2009/06/08 15:58:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/qtemu-1.0.5.ebuild,v 1.2 2010/01/06 11:06:51 hwoarang Exp $ EAPI="2" -inherit eutils qt4 cmake-utils +inherit eutils qt4-r2 cmake-utils DESCRIPTION="A graphical user interface for QEMU written in Qt4." HOMEPAGE="http://qtemu.sourceforge.net/" |