summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-07-06 22:32:07 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-07-06 22:32:07 +0000
commitb1a91df0d7b8d1aa4009449d460215a62e3b056a (patch)
tree021ba4f1d63dec62fab0ae32350c433d706ec466 /media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
parentapp-misc/heyu: Eapi2fy it and clean up (diff)
downloadsunrise-b1a91df0d7b8d1aa4009449d460215a62e3b056a.tar.gz
sunrise-b1a91df0d7b8d1aa4009449d460215a62e3b056a.tar.bz2
sunrise-b1a91df0d7b8d1aa4009449d460215a62e3b056a.zip
media-gfx/fontmatrix: Eapi2fy it
svn path=/sunrise/; revision=8729
Diffstat (limited to 'media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild')
-rw-r--r--media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild b/media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
index f9d04b186..0e5fc6a6c 100644
--- a/media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
+++ b/media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="1"
+EAPI="2"
-inherit cmake-utils qt4
+inherit qt4 cmake-utils
DESCRIPTION="A font manager"
HOMEPAGE="http://www.fontmatrix.net/"
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-RDEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4
+RDEPEND="x11-libs/qt-gui:4
x11-libs/qt-svg:4
x11-libs/qt-webkit:4
media-libs/freetype:2"
@@ -24,9 +23,9 @@ DEPEND=${RPEDEND}
S=${WORKDIR}/${P}-Source
-src_compile() {
+src_configure() {
local mycmakeargs="-DOWN_SHAPER=1"
- cmake-utils_src_compile
+ cmake-utils_src_configure
}
src_install() {