diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2010-03-09 20:30:41 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2010-03-09 20:30:41 +0000 |
commit | df5ba6eddcd8e70e62238ea0763d2640b6319476 (patch) | |
tree | 742d02b74428f8361ad388b0557ae923a1065a8e /x11-misc/x2vnc | |
parent | Removing obsolete revisions. (diff) | |
download | gentoo-2-df5ba6eddcd8e70e62238ea0763d2640b6319476.tar.gz gentoo-2-df5ba6eddcd8e70e62238ea0763d2640b6319476.tar.bz2 gentoo-2-df5ba6eddcd8e70e62238ea0763d2640b6319476.zip |
Removing obsolete revision.
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.7.1.ebuild | 29 |
2 files changed, 5 insertions, 31 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index 4406ac188bca..b1b9b88f70da 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/x2vnc -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.33 2007/07/22 03:35:05 dberkholz Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.34 2010/03/09 20:30:41 phosphan Exp $ + + 09 Mar 2010; Patrick Kursawe <phosphan@gentoo.org> -x2vnc-1.7.1.ebuild: + Removing obsolete revision. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; x2vnc-1.6.1.ebuild, x2vnc-1.7.1.ebuild, x2vnc-1.7.2.ebuild: diff --git a/x11-misc/x2vnc/x2vnc-1.7.1.ebuild b/x11-misc/x2vnc/x2vnc-1.7.1.ebuild deleted file mode 100644 index 61a622d4759a..000000000000 --- a/x11-misc/x2vnc/x2vnc-1.7.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.7.1.ebuild,v 1.3 2007/07/22 03:35:05 dberkholz Exp $ - -DESCRIPTION="Control a remote computer running VNC from X" -HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html" -SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="tk" - -RDEPEND="x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXext - x11-libs/libXinerama" -DEPEND="${RDEPEND} - x11-proto/scrnsaverproto - x11-proto/xproto - x11-proto/xineramaproto - tk? ( dev-tcltk/expect )" - -src_install() { - dodir /usr/share /usr/bin - make DESTDIR=${D} install || die - use tk && dobin contrib/tkx2vnc - dodoc ChangeLog README -} |