diff options
author | 2010-12-05 12:02:13 +0000 | |
---|---|---|
committer | 2010-12-05 12:02:13 +0000 | |
commit | 1a1629f48d3f0275c85a941a779efe335edacbd0 (patch) | |
tree | 692b072e99944dff9a966df5ec8621a0c6a25909 /x11-misc/fraqtive | |
parent | Drop useless doublechangelog run (diff) | |
download | gentoo-2-1a1629f48d3f0275c85a941a779efe335edacbd0.tar.gz gentoo-2-1a1629f48d3f0275c85a941a779efe335edacbd0.tar.bz2 gentoo-2-1a1629f48d3f0275c85a941a779efe335edacbd0.zip |
Version bump wrt #347787 by Jouni Rinne <l33tmmx@gmail.com>. Migrate to qt4-r2.eclass and higher EAPI. Add to desktop-misc herd. Drop old.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/fraqtive')
-rw-r--r-- | x11-misc/fraqtive/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.5.ebuild (renamed from x11-misc/fraqtive/fraqtive-0.4.4.ebuild) | 29 | ||||
-rw-r--r-- | x11-misc/fraqtive/metadata.xml | 5 |
3 files changed, 19 insertions, 26 deletions
diff --git a/x11-misc/fraqtive/ChangeLog b/x11-misc/fraqtive/ChangeLog index beff4e1419b1..66a465a6a67e 100644 --- a/x11-misc/fraqtive/ChangeLog +++ b/x11-misc/fraqtive/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/fraqtive -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.9 2009/10/25 20:24:27 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.10 2010/12/05 12:02:09 xarthisius Exp $ + +*fraqtive-0.4.5 (05 Dec 2010) + + 05 Dec 2010; Kacper Kowalik <xarthisius@gentoo.org> -fraqtive-0.4.4.ebuild, + +fraqtive-0.4.5.ebuild, metadata.xml: + Version bump wrt #347787 by Jouni Rinne <l33tmmx@gmail.com>. Migrate to + qt4-r2.eclass and higher EAPI. Add to desktop-misc herd. Drop old. 25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml: Remove drizzt from metadata.xml (#149111) diff --git a/x11-misc/fraqtive/fraqtive-0.4.4.ebuild b/x11-misc/fraqtive/fraqtive-0.4.5.ebuild index 65253938d141..e66006498867 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.4.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.5.ebuild @@ -1,26 +1,26 @@ -# 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/x11-misc/fraqtive/fraqtive-0.4.4.ebuild,v 1.3 2009/10/06 18:04:59 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.5.ebuild,v 1.1 2010/12/05 12:02:09 xarthisius Exp $ -EAPI=1 +EAPI=3 -inherit qt4 +inherit qt4-r2 DESCRIPTION="Fraqtive is a KDE-based program for interactively drawing Mandelbrot and Julia fractals" HOMEPAGE="http://fraqtive.mimec.org/" -SRC_URI="mirror://sourceforge/fraqtive/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="sse2" -RDEPEND="x11-libs/qt-core:4 +DEPEND="x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-opengl:4" -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" -src_unpack() { +src_prepare() { local conf="release" if use sse2; then @@ -29,19 +29,8 @@ src_unpack() { conf="$conf no-sse2" fi - unpack ${A} - echo "CONFIG += $conf" > "${S}"/config.pri - echo "PREFIX = /usr" >> "${S}"/config.pri + echo "PREFIX = ${EPREFIX}/usr" >> "${S}"/config.pri # Don't strip wrt #252096 echo "QMAKE_STRIP =" >> "${S}"/config.pri } - -src_compile() { - eqmake4 - emake || die "make failed" -} - -src_install() { - make install INSTALL_ROOT="${D}" || die "install failed" -} diff --git a/x11-misc/fraqtive/metadata.xml b/x11-misc/fraqtive/metadata.xml index 73420b6cf0f0..540f810e069d 100644 --- a/x11-misc/fraqtive/metadata.xml +++ b/x11-misc/fraqtive/metadata.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>maintainer-needed@gentoo.org</email> -</maintainer> + <herd>desktop-misc</herd> </pkgmetadata> |