diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:35:38 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:35:38 +0000 |
commit | 265697155a8c3a174c6830656456e5cf7c161ebd (patch) | |
tree | 0c8de09c8be84825532ae13ad3d43fcae55eb594 /net-libs | |
parent | Adapt phonon-gstreamer dependency for package move (diff) | |
download | gentoo-2-265697155a8c3a174c6830656456e5cf7c161ebd.tar.gz gentoo-2-265697155a8c3a174c6830656456e5cf7c161ebd.tar.bz2 gentoo-2-265697155a8c3a174c6830656456e5cf7c161ebd.zip |
Remove old
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gtk-vnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild | 49 |
2 files changed, 5 insertions, 50 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog index f1a00e001b9e..cb3f99ff4872 100644 --- a/net-libs/gtk-vnc/ChangeLog +++ b/net-libs/gtk-vnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gtk-vnc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.63 2011/03/22 19:41:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.64 2011/03/27 12:35:38 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -gtk-vnc-0.3.10.ebuild: + Remove old 22 Mar 2011; Brent Baude <ranger@gentoo.org> gtk-vnc-0.4.2-r2.ebuild: Marking gtk-vnc-0.4.2-r2 ppc stable for bug 353436 diff --git a/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild deleted file mode 100644 index b2868d4a8144..000000000000 --- a/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 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.10.ebuild,v 1.9 2010/07/20 02:27:00 jer Exp $ - -EAPI="2" - -inherit base gnome.org - -DESCRIPTION="VNC viewer widget for GTK." -HOMEPAGE="http://live.gnome.org/gtk-vnc" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="examples python sasl" - -# libview is used in examples/gvncviewer -- no need -# TODO: review nsplugin when it will be considered less experimental - -RDEPEND=">=x11-libs/gtk+-2.10 - >=net-libs/gnutls-1.4 - x11-libs/cairo - python? ( >=dev-python/pygtk-2 ) - sasl? ( dev-libs/cyrus-sasl )" -DEPEND="${RDEPEND} - >=dev-lang/perl-5 - dev-util/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.35" - -src_prepare() { - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ - || die "sed failed" -} - -src_configure() { - econf \ - $(use_with examples) \ - $(use_with python) \ - $(use_with sasl) \ - --with-coroutine=gthread \ - --without-libview -} - -src_install() { - base_src_install - dodoc AUTHORS ChangeLog NEWS README -} |