diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-11-09 15:11:44 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-11-09 15:11:44 +0000 |
commit | 304736b731d6b8d495d99a22f11aba66fc1aec80 (patch) | |
tree | 9c9846f0517cfec91711bc25ae877ec2106411fc /app-editors/gobby | |
parent | Remove early alpha/beta ebuilds. (diff) | |
download | gentoo-2-304736b731d6b8d495d99a22f11aba66fc1aec80.tar.gz gentoo-2-304736b731d6b8d495d99a22f11aba66fc1aec80.tar.bz2 gentoo-2-304736b731d6b8d495d99a22f11aba66fc1aec80.zip |
Version bump of testing branch 0.4.92 bug #292497 , dropping keywords for ~x86 ~ppc ~hppa because >=net-libs/libinfinity-0.2 in RDEPEND does not have that keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-editors/gobby')
-rw-r--r-- | app-editors/gobby/ChangeLog | 11 | ||||
-rw-r--r-- | app-editors/gobby/gobby-0.4.92.ebuild (renamed from app-editors/gobby/gobby-0.4.10.ebuild) | 14 |
2 files changed, 16 insertions, 9 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog index 6d427cf646cb..de3c19354c68 100644 --- a/app-editors/gobby/ChangeLog +++ b/app-editors/gobby/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-editors/gobby # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.34 2009/11/07 21:52:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.35 2009/11/09 15:11:44 vostorga Exp $ + +*gobby-0.4.92 (09 Nov 2009) + + 09 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> -gobby-0.4.10.ebuild, + +gobby-0.4.92.ebuild: + Cleaning up old upstream stable + Version bump of testing branch 0.4.92 bug #292497 + Dropping keywords for ~x86 ~ppc ~hppa because >=net-libs/libinfinity-0.2 + in RDEPEND does not have that keywords *gobby-0.4.11 (07 Nov 2009) diff --git a/app-editors/gobby/gobby-0.4.10.ebuild b/app-editors/gobby/gobby-0.4.92.ebuild index 8eed892e7c50..2569db38c1f7 100644 --- a/app-editors/gobby/gobby-0.4.10.ebuild +++ b/app-editors/gobby/gobby-0.4.92.ebuild @@ -1,6 +1,6 @@ # 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.10.ebuild,v 1.1 2009/04/08 19:56:27 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.92.ebuild,v 1.1 2009/11/09 15:11:44 vostorga Exp $ EAPI="2" @@ -10,14 +10,14 @@ 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" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +SLOT="0.5" +KEYWORDS="~amd64" IUSE="avahi gnome" RDEPEND="dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 dev-libs/libsigc++:2 - >=net-libs/obby-0.4.6[avahi?] + >=net-libs/libinfinity-0.2[gtk,avahi?] dev-cpp/libxmlpp:2.6 x11-libs/gtksourceview:2.0 gnome? ( gnome-base/gnome-vfs )" @@ -28,12 +28,10 @@ DEPEND="${RDEPEND} RESTRICT="test" src_configure() { - econf \ - --with-gtksourceview2 \ - $(use_with gnome) + econf $(use_with gnome) } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - domenu contrib/gobby.desktop + domenu contrib/gobby-0.5.desktop } |