From b6e358e6600e6b80c8506cec1e5698cb34406370 Mon Sep 17 00:00:00 2001 From: Marcelo Góes Date: Fri, 20 Jan 2006 21:57:24 +0000 Subject: Remove old ebuilds (4.0-r1 stable everywhere), block net-misc/tightvnc for bug 115135. Package-Manager: portage-2.0.54 --- net-misc/vnc/vnc-4.0.ebuild | 73 --------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 net-misc/vnc/vnc-4.0.ebuild (limited to 'net-misc/vnc/vnc-4.0.ebuild') diff --git a/net-misc/vnc/vnc-4.0.ebuild b/net-misc/vnc/vnc-4.0.ebuild deleted file mode 100644 index 2de570de538e..000000000000 --- a/net-misc/vnc/vnc-4.0.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.0.ebuild,v 1.6 2005/05/18 04:18:29 mr_bones_ Exp $ - -inherit eutils toolchain-funcs - -X_VERSION="6.7.0" - -MY_P="${P}-unixsrc" -DESCRIPTION="Remote desktop viewer display system" -HOMEPAGE="http://www.realvnc.com/" -SRC_URI="http://www.realvnc.com/dist/${MY_P}.tar.gz - http://freedesktop.org/~xorg/X11R${X_VERSION}/src/X11R${X_VERSION}-src1.tar.gz - http://freedesktop.org/~xorg/X11R${X_VERSION}/src/X11R${X_VERSION}-src2.tar.gz - http://freedesktop.org/~xorg/X11R${X_VERSION}/src/X11R${X_VERSION}-src3.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc amd64" -IUSE="" - -DEPEND="sys-libs/zlib - !net-misc/tightvnc - media-libs/freetype - x11-base/xorg-x11" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - mkdir -p ${S}/xc ; cd ${S} - - unpack X11R${X_VERSION}-src1.tar.gz - unpack X11R${X_VERSION}-src2.tar.gz - unpack X11R${X_VERSION}-src3.tar.gz - - cd ${WORKDIR} - unpack ${MY_P}.tar.gz ; cd ${S} - - # patches from Redhat - epatch ${FILESDIR}/${P}/vnc-cookie.patch - epatch ${FILESDIR}/${P}/vnc-def.patch - epatch ${FILESDIR}/${P}/vnc-fPIC.patch - epatch ${FILESDIR}/${P}/vnc-gcc34.patch - epatch ${FILESDIR}/${P}/vnc-idle.patch - epatch ${FILESDIR}/${P}/vnc-restart.patch - epatch ${FILESDIR}/${P}/vnc-sparc.patch - epatch ${FILESDIR}/${P}/vnc-via.patch - epatch ${FILESDIR}/${P}/vnc-xclients.patch - epatch ${FILESDIR}/${P}/vnc-xorg-x11-fixes.patch - epatch ${FILESDIR}/${P}/vnc-xorg.patch - - epatch ${FILESDIR}/xc.patch-cfbglblt8.patch - epatch xc.patch -} - -src_compile() { - # client - econf --with-installed-zlib || die - emake || die - - # server - cd ${S}/xc - make CDEBUGFLAGS="${CFLAGS}" CXXDEBUGFLAGS="${CXXFLAGS}" World FAST=1 || die -} - -src_install() { - # client - dodir /usr/bin /usr/share/man/man1 /usr/X11R6/lib/modules/extensions - ./vncinstall ${D}/usr/bin ${D}/usr/share/man ${D}/usr/X11R6/lib/modules/extensions || die - dodoc LICENCE.TXT README - - ewarn "Note that the free VNC release is not designed for use on untrusted networks" -} -- cgit v1.2.3-65-gdbad