diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-01-07 13:33:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-01-07 13:33:11 +0000 |
commit | 3c44dabd543d9f7f3056bb511168d55c37e2914a (patch) | |
tree | d2db1cf28a02266b8444706a979665030154acff /media-gfx | |
parent | keyword ~x86-fbsd, bug #298183 (diff) | |
download | gentoo-2-3c44dabd543d9f7f3056bb511168d55c37e2914a.tar.gz gentoo-2-3c44dabd543d9f7f3056bb511168d55c37e2914a.tar.bz2 gentoo-2-3c44dabd543d9f7f3056bb511168d55c37e2914a.zip |
migrate to qt4-r2 eclass
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/pictureflow/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/pictureflow/pictureflow-0.1.0.ebuild | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/media-gfx/pictureflow/ChangeLog b/media-gfx/pictureflow/ChangeLog index c9270d6e2f02..915001fa1245 100644 --- a/media-gfx/pictureflow/ChangeLog +++ b/media-gfx/pictureflow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pictureflow -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pictureflow/ChangeLog,v 1.2 2009/05/11 14:24:54 fmccor Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pictureflow/ChangeLog,v 1.3 2010/01/07 13:33:11 hwoarang Exp $ + + 07 Jan 2010; <hwoarang@gentoo.org> pictureflow-0.1.0.ebuild: + migrate to qt4-r2 eclass 11 May 2009; Ferris McCormick <fmccor@gentoo.org> pictureflow-0.1.0.ebuild: diff --git a/media-gfx/pictureflow/pictureflow-0.1.0.ebuild b/media-gfx/pictureflow/pictureflow-0.1.0.ebuild index 5a47065e37fe..aa6a9e5a69f0 100644 --- a/media-gfx/pictureflow/pictureflow-0.1.0.ebuild +++ b/media-gfx/pictureflow/pictureflow-0.1.0.ebuild @@ -1,9 +1,9 @@ -# 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/pictureflow/pictureflow-0.1.0.ebuild,v 1.2 2009/05/11 14:24:54 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pictureflow/pictureflow-0.1.0.ebuild,v 1.3 2010/01/07 13:33:11 hwoarang Exp $ EAPI="2" -inherit qt4 +inherit qt4-r2 DESCRIPTION="Qt widget to display images with animated transition effect" HOMEPAGE="http://www.qt-apps.org/content/show.php/PictureFlow?content=75348" @@ -18,10 +18,6 @@ DEPEND="x11-libs/qt-gui" RDEPEND="${DEPEND}" S="${WORKDIR}/${P}/${PN}-qt" -src_configure() { - eqmake4 -} - src_install() { dobin ${PN} || die "dobin failed" cd .. |