diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-09-20 14:52:35 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-09-20 14:52:35 +0000 |
commit | 506fbdeb530f970793ada7aaa9e0223f9720914b (patch) | |
tree | c8ef1ff287dab44229b5e7daf20b8f58e3b5f3d4 /net-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-506fbdeb530f970793ada7aaa9e0223f9720914b.tar.gz gentoo-2-506fbdeb530f970793ada7aaa9e0223f9720914b.tar.bz2 gentoo-2-506fbdeb530f970793ada7aaa9e0223f9720914b.zip |
bump to 0.3.7, bug fixes and addition of the downscaling API.
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gtk-vnc/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.3.7.ebuild (renamed from net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild) | 11 |
2 files changed, 13 insertions, 6 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog index b2db954798d8..63f552be6006 100644 --- a/net-libs/gtk-vnc/ChangeLog +++ b/net-libs/gtk-vnc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/gtk-vnc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.19 2008/08/12 13:49:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.20 2008/09/20 14:52:35 eva Exp $ + +*gtk-vnc-0.3.7 (20 Sep 2008) + + 20 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org> -gtk-vnc-0.3.4.ebuild, + +gtk-vnc-0.3.7.ebuild: + bump to 0.3.7, bug fixes and addition of the downscaling API. 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> gtk-vnc-0.3.6.ebuild: alpha/ia64/sparc stable wrt #229709 diff --git a/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.3.7.ebuild index 21ee0ba90c7e..327edbb9d31f 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.3.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild,v 1.5 2008/05/12 02:57:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.7.ebuild,v 1.1 2008/09/20 14:52:35 eva Exp $ + +GCONF_DEBUG=no inherit gnome2 @@ -9,8 +11,8 @@ HOMEPAGE="http://gtk-vnc.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" -IUSE="debug examples python opengl" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="examples python opengl" # what shall we do about libview # TODO: review nsplugin when it will be considered less experimental @@ -24,7 +26,6 @@ DEPEND="${RDEPEND} pkg_setup() { G2CONF="${G2CONF} - $(use_enable debug) $(use_with examples) $(use_with python) $(use_with opengl gtkglext) @@ -33,5 +34,5 @@ pkg_setup() { } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die "install failed" } |