summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-03-07 22:13:02 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-03-07 22:13:02 +0000
commit75cf5fe4cd7739affe1ad86cb53eaa169fd0bd9b (patch)
tree5413e1303d1bcd8841b8898c3b7915a7babd67da /app-editors/gobby/gobby-0.4.8.ebuild
parentKernel patches 2.6.28.6 and 2.6.28.7. Removal of redundant ms keyboard patch.... (diff)
downloadgentoo-2-75cf5fe4cd7739affe1ad86cb53eaa169fd0bd9b.tar.gz
gentoo-2-75cf5fe4cd7739affe1ad86cb53eaa169fd0bd9b.tar.bz2
gentoo-2-75cf5fe4cd7739affe1ad86cb53eaa169fd0bd9b.zip
prune built_with_use and use EAPI 2
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-editors/gobby/gobby-0.4.8.ebuild')
-rw-r--r--app-editors/gobby/gobby-0.4.8.ebuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/app-editors/gobby/gobby-0.4.8.ebuild b/app-editors/gobby/gobby-0.4.8.ebuild
index 45c954c4e045..b259e12c19a3 100644
--- a/app-editors/gobby/gobby-0.4.8.ebuild
+++ b/app-editors/gobby/gobby-0.4.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.8.ebuild,v 1.2 2008/11/09 03:22:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.8.ebuild,v 1.3 2009/03/07 22:13:02 fauli Exp $
-EAPI=1
+EAPI=2
inherit base eutils
@@ -20,6 +20,7 @@ RDEPEND=">=dev-cpp/glibmm-2.6
>=net-libs/obby-0.4.6
>=dev-cpp/libxmlpp-2.6
x11-libs/gtksourceview:2.0
+ avahi? ( >=net-libs/obby-0.4.6 )
gnome? ( gnome-base/gnome-vfs )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -27,14 +28,6 @@ DEPEND="${RDEPEND}
# There's only one test and it needs X
RESTRICT="test"
-pkg_setup() {
- if use avahi && ! built_with_use net-libs/obby avahi ; then
- eerror "Please reinstall net-libs/obby with the avahi USE-flag enabled"
- eerror "for zeroconf/DNS-SD support or disable it for this package."
- die "Missing 'avahi' USE-flag for net-libs/obby"
- fi
-}
-
src_compile() {
econf \
--with-gtksourceview2 \