summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-20 03:23:54 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-20 03:23:54 +0000
commit46acaf255dcf3e77ea108389f7f1ae7ab24ff88c (patch)
treefc4446980ca797cbc22814106a5302416d7cf7d8 /net-misc/vnc
parentAdded Hebrew patch. Closes bug #26181 (diff)
downloadgentoo-2-46acaf255dcf3e77ea108389f7f1ae7ab24ff88c.tar.gz
gentoo-2-46acaf255dcf3e77ea108389f7f1ae7ab24ff88c.tar.bz2
gentoo-2-46acaf255dcf3e77ea108389f7f1ae7ab24ff88c.zip
ppc
Diffstat (limited to 'net-misc/vnc')
-rw-r--r--net-misc/vnc/ChangeLog9
-rw-r--r--net-misc/vnc/vnc-3.3.7.ebuild7
2 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/vnc/ChangeLog b/net-misc/vnc/ChangeLog
index c8bf1ac86a5e..726c66ab5869 100644
--- a/net-misc/vnc/ChangeLog
+++ b/net-misc/vnc/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-misc/vnc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.20 2003/06/09 11:51:43 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.21 2003/08/20 03:23:54 vapier Exp $
09 Jun 2003; Jason Wever <weeve@gentoo.org> vnc-3.3.3-r2.ebuild,
vnc-3.3.3-r3.ebuild, vnc-3.3.4.ebuild, vnc-3.3.5-r1.ebuild,
@@ -10,12 +10,15 @@
Added a couple patches from debian to make vnc-3.3.7 build and display
correctly on sparc. Marked all other vnc ebuilds as -sparc.
+*vnc-3.3.7 (24 Mar 2003)
+
+ 19 Aug 2003; Mike Frysinger <vapier@gentoo.org> :
+ Disable Xvnc for ppc building and remove -ppc.
+
04 May 2003; Daniel Ahlberg <aliz@gentoo.org> vnc-3.3.7.ebuild :
Do not allow tightvnc and vnc to be installed at the same time as they
overwrite each others files. Closes #15152.
-*vnc-3.3.7 (24 Mar 2003)
-
24 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> vnc-3.3.7.ebuild,
files/digest-vnc-3.3.7, files/vnc-3.3.7-gentoo.security.patch:
Version bump.
diff --git a/net-misc/vnc/vnc-3.3.7.ebuild b/net-misc/vnc/vnc-3.3.7.ebuild
index ca5e49a3e89f..c4b137c94903 100644
--- a/net-misc/vnc/vnc-3.3.7.ebuild
+++ b/net-misc/vnc/vnc-3.3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-3.3.7.ebuild,v 1.5 2003/07/16 07:31:11 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-3.3.7.ebuild,v 1.6 2003/08/20 03:23:54 vapier Exp $
inherit eutils
@@ -15,7 +15,7 @@ SRC_URI="http://www.realvnc.com/dist/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~sparc -ppc"
+KEYWORDS="x86 ~sparc ppc"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )
!net-misc/tightvnc"
@@ -43,7 +43,8 @@ src_compile() {
econf || die "./configure failed"
make
-
+
+ use ppc && return 0
cd Xvnc
if use tcpd
then