summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <tanderson@gentoo.org>2008-07-08 16:51:06 +0000
committerThomas Anderson <tanderson@gentoo.org>2008-07-08 16:51:06 +0000
commit9b067e00a1c9621beb8eb4816a16af3588b4331b (patch)
tree0da0d7b890640eff2e18f89bda5fe04614aac0b5 /sci-geosciences/gebabbel/gebabbel-0.3.ebuild
parentdev-util/jam went away (diff)
downloadhistorical-9b067e00a1c9621beb8eb4816a16af3588b4331b.tar.gz
historical-9b067e00a1c9621beb8eb4816a16af3588b4331b.tar.bz2
historical-9b067e00a1c9621beb8eb4816a16af3588b4331b.zip
Migrate to split qt4 dependencies. Keyworded ~amd64, fix quoting and remove spurious die statement
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-geosciences/gebabbel/gebabbel-0.3.ebuild')
-rw-r--r--sci-geosciences/gebabbel/gebabbel-0.3.ebuild21
1 files changed, 8 insertions, 13 deletions
diff --git a/sci-geosciences/gebabbel/gebabbel-0.3.ebuild b/sci-geosciences/gebabbel/gebabbel-0.3.ebuild
index b0664cd9b2a1..16b7127c5436 100644
--- a/sci-geosciences/gebabbel/gebabbel-0.3.ebuild
+++ b/sci-geosciences/gebabbel/gebabbel-0.3.ebuild
@@ -1,30 +1,25 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gebabbel/gebabbel-0.3.ebuild,v 1.1 2007/09/06 19:25:53 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gebabbel/gebabbel-0.3.ebuild,v 1.2 2008/07/08 16:51:06 gentoofan23 Exp $
-inherit eutils
+EAPI="1"
+inherit eutils qt4
DESCRIPTION="QT-Frontend to load and convert gps tracks with gpsbabel"
HOMEPAGE="http://gebabbel.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/Gebabbel-${PV}-Src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=x11-libs/qt-4.3.0
+DEPEND="|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) >=x11-libs/qt-4.3.0:4 )
sci-geosciences/gpsbabel"
S="${WORKDIR}/Gebabbel-${PV}"
-pkg_setup() {
- if ! built_with_use 'x11-libs/qt' 'accessibility'; then
- eerror "You must build qt with accessibility support"
- die "x11-libs/qt built without accessibility"
- fi
-}
-
+QT4_BUILT_WITH_USE_CHECK="guiaccessibility"
src_unpack() {
- unpack "${A}" || die
+ unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-fix.diff"
}