From aa9c4328e4efe933757488f1a6c2af666d96bce6 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Fri, 18 Jun 2010 10:52:45 +0000 Subject: Updating dependencies, adding gnome2 for icon handling, keywording on ~x86 (Portage version: 2.2_rc67/cvs/Linux x86_64) --- app-editors/gobby/ChangeLog | 5 ++++- app-editors/gobby/gobby-0.4.93.ebuild | 26 ++++++++++++++------------ 2 files changed, 18 insertions(+), 13 deletions(-) (limited to 'app-editors/gobby') diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog index 0b4fa3f873f3..08074f9e2e7d 100644 --- a/app-editors/gobby/ChangeLog +++ b/app-editors/gobby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gobby # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.40 2010/06/18 09:03:22 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.41 2010/06/18 10:52:45 xarthisius Exp $ + + 18 Jun 2010; Kacper Kowalik gobby-0.4.93.ebuild: + Updating dependencies, adding gnome2 for icon handling, keywording on ~x86 18 Jun 2010; Kacper Kowalik -gobby-0.4.91.ebuild, -gobby-0.4.92.ebuild: diff --git a/app-editors/gobby/gobby-0.4.93.ebuild b/app-editors/gobby/gobby-0.4.93.ebuild index 25bf4c37f273..80d29f6d2182 100644 --- a/app-editors/gobby/gobby-0.4.93.ebuild +++ b/app-editors/gobby/gobby-0.4.93.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.93.ebuild,v 1.1 2010/06/18 09:01:05 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.93.ebuild,v 1.2 2010/06/18 10:52:45 xarthisius Exp $ -EAPI="2" +EAPI=2 -inherit base eutils +inherit eutils gnome2 DESCRIPTION="GTK-based collaborative editor" HOMEPAGE="http://gobby.0x539.de/" SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0.5" -KEYWORDS="~amd64" -IUSE="avahi gnome" +KEYWORDS="~amd64 ~x86" +IUSE="avahi doc nls" RDEPEND="dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 @@ -20,18 +20,20 @@ RDEPEND="dev-cpp/glibmm:2 >=net-libs/libinfinity-0.4[gtk,avahi?] dev-cpp/libxmlpp:2.6 x11-libs/gtksourceview:2.0 - gnome? ( gnome-base/gnome-vfs )" + nls? ( >=sys-devel/gettext-0.12.1 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# There's only one test and it needs X -RESTRICT="test" + dev-util/pkgconfig + doc? ( + app-text/gnome-doc-utils + app-text/scrollkeeper + )" src_configure() { - econf $(use_with gnome) + econf $(use_enable nls) } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die domenu contrib/gobby-0.5.desktop + doicon gobby-0.5.xpm } -- cgit v1.2.3-65-gdbad