diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 18:58:50 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 18:58:50 +0000 |
commit | 4ad02dff420215596a1507ab5ed8fc8932ceff96 (patch) | |
tree | 78b72c82da14e4aefcab0e466c242ee7f279a708 /x11-misc/x2vnc | |
parent | Remove old. (diff) | |
download | gentoo-2-4ad02dff420215596a1507ab5ed8fc8932ceff96.tar.gz gentoo-2-4ad02dff420215596a1507ab5ed8fc8932ceff96.tar.bz2 gentoo-2-4ad02dff420215596a1507ab5ed8fc8932ceff96.zip |
Remove old.
(Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.6.1.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.7.2.ebuild | 29 |
3 files changed, 5 insertions, 59 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index 2e7a44da514b..84a8095be28a 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/x2vnc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.40 2013/06/26 20:08:50 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.41 2013/07/09 18:58:50 kensington Exp $ + + 09 Jul 2013; Michael Palimaka <kensington@gentoo.org> -x2vnc-1.6.1.ebuild, + -x2vnc-1.7.2.ebuild: + Remove old. 26 Jun 2013; Patrick Kursawe <phosphan@gentoo.org> metadata.xml: Dropping maintainership, see bug #473480 diff --git a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild b/x11-misc/x2vnc/x2vnc-1.6.1.ebuild deleted file mode 100644 index 703993b92cc9..000000000000 --- a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.1.ebuild,v 1.10 2010/03/14 20:56:09 phosphan 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 -} diff --git a/x11-misc/x2vnc/x2vnc-1.7.2.ebuild b/x11-misc/x2vnc/x2vnc-1.7.2.ebuild deleted file mode 100644 index e88a2835c0fb..000000000000 --- a/x11-misc/x2vnc/x2vnc-1.7.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.7.2.ebuild,v 1.4 2010/03/14 20:56:09 phosphan 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 -} |