Portage is a package management system used by Gentoo Linux
# 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.15 2008/06/08 13:48:14 leio Exp $
08 Jun 2008; Mart Raudsepp
Remove USE=debug as it does not affect anything anymore
02 Jun 2008; Brent Baude
Marking gtk-vnc-0.3.6 ~ppc to satisfy broken tree dep as noted by Mr Bones
02 Jun 2008; Alexis Ballier
keyword ~x86-fbsd
*gtk-vnc-0.3.6 (25 May 2008)
25 May 2008; Rémi Cardona
bump to 0.3.6, bugfix release
12 May 2008; Jeroen Roovers
Marked ~hppa (bug #218794).
08 May 2008; Gilles Dartiguelongue
-gtk-vnc-0.3.3.ebuild, gtk-vnc-0.3.4.ebuild:
clean up old revisions, add examples use flag.
24 Apr 2008; Markus Rothe
Added ~ppc64; bug #218794
25 Mar 2008; Raúl Porcel
Add ~alpha/~ia64/~sparc
*gtk-vnc-0.3.4 (23 Mar 2008)
23 Mar 2008; Gilles Dartiguelongue
bump to 0.3.4, fix dependencies a bit, bug #211958
*gtk-vnc-0.3.3 (26 Feb 2008)
26 Feb 2008; Mart Raudsepp
+gtk-vnc-0.3.3.ebuild:
Version bump and add gnome herd to metadata
31 Jan 2008; Donnie Berkholz
-gtk-vnc-0.2.0.ebuild:
Clean up.
13 Jan 2008; Donnie Berkholz
gtk-vnc-0.3.2.ebuild:
(#205469) Add pkgconfig dep (Patrick Lauer).
*gtk-vnc-0.3.2 (11 Jan 2008)
11 Jan 2008; Donnie Berkholz
+gtk-vnc-0.3.2.ebuild:
(#204111) Bump.
02 Nov 2007; Christoph Mende
Added ~amd64
*gtk-vnc-0.2.0 (15 Oct 2007)
15 Oct 2007; Donnie Berkholz
+gtk-vnc-0.2.0.ebuild:
(#189824) Add VNC widget for GTK+, based on the work of Jiri Tyr. This is a
dep of new virt-manager.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST gtk-vnc-0.3.4.tar.gz 427187 RMD160 26720d0f465aae0822770fa986ae68161020b1db SHA1 3d3d3175b1b802f4ae1b62d59160041ee807524a SHA256 9ffd1f089d6cba0d0580490391bd6a9771f2be497cc0c8256dd52077e4b040ee
DIST gtk-vnc-0.3.6.tar.gz 433381 RMD160 6b9322e967f0720a5ab2dd368a58ad52e20f3dc6 SHA1 03ed02193a184c9bfe8ae291d63195090a8dd86f SHA256 abe027c2def5dc5076a1ce3518e0d58b0a0187935da4e0635a6475a60894e9c8
EBUILD gtk-vnc-0.3.4.ebuild 988 RMD160 5000bc8eed02ff9782dcb64be47c840391792fe3 SHA1 e44cbac16faffa8f1ef45411fef81c5b9ba796ae SHA256 a4657ec8870d79f32a57e5efeb9b18f3494d0b49f9894601e172620e07309d03
EBUILD gtk-vnc-0.3.6.ebuild 991 RMD160 806d12dfea784bdcef934271afd41a7a86adc4aa SHA1 128b817f31e27dc4de376e54061e1bb093fc9e4b SHA256 2830a50735f2ef01926d725a00ade8b6819a7217ce8e2efff29b3d276ba9c07f
MISC ChangeLog 2195 RMD160 7b6341bacf2392ba4bb218cddbc3b66fc10a7d7f SHA1 8ae617aab28cfa694aed278fd019936f7c62f308 SHA256 821aa87772eb670fe2ec4289ec23609a076a33ed0448b8ea6feda24227d3cbb0
MISC metadata.xml 226 RMD160 70d1bef4870826d0da596f0d6d8942318359f194 SHA1 9f345e485a36e0c8d2d72bff2556399dd73ba6f5 SHA256 2e2c8fcf2fbe0222b104f14bf67ba5aa9855e78ab43aaf439f9542597acf8691
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.8 (GNU/Linux)
iEYEARECAAYFAkhL4yUACgkQkeYb6olFHJfH9ACgvTqtT+YEm463SHbAA2X8GFL0
xOcAoMRBH+Mq8Mi5nd9lnMOBd4eE2NLJ
=mBDR
-----END PGP SIGNATURE-----
# 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 $
inherit gnome2
DESCRIPTION="VNC viewer widget for GTK."
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"
# what shall we do about libview
# TODO: review nsplugin when it will be considered less experimental
RDEPEND=">=x11-libs/gtk+-2.10
>=net-libs/gnutls-1.4
python? ( >=dev-python/pygtk-2 )
opengl? ( >=x11-libs/gtkglext-1.2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {
G2CONF="${G2CONF}
$(use_enable debug)
$(use_with examples)
$(use_with python)
$(use_with opengl gtkglext)
--with-coroutine=gthread
--without-libview"
}
src_install() {
emake DESTDIR="${D}" install || die
}
# 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.6.ebuild,v 1.4 2008/06/08 13:48:14 leio Exp $
GCONF_DEBUG=no
inherit gnome2
DESCRIPTION="VNC viewer widget for GTK."
HOMEPAGE="http://gtk-vnc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
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
RDEPEND=">=x11-libs/gtk+-2.10
>=net-libs/gnutls-1.4
python? ( >=dev-python/pygtk-2 )
opengl? ( >=x11-libs/gtkglext-1.2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {
G2CONF="${G2CONF}
$(use_with examples)
$(use_with python)
$(use_with opengl gtkglext)
--with-coroutine=gthread
--without-libview"
}
src_install() {
emake DESTDIR="${D}" install || die
}