diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-01 03:28:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-01 03:28:12 +0000 |
commit | 2d0591f05ad69735676a50e11efede6d15fb2bf2 (patch) | |
tree | a3c5a746ca17b9a52d38609c011bb07033d01611 /x11-misc/x2vnc | |
parent | edging closer to solving all our pwlib/openh323 problems (diff) | |
download | historical-2d0591f05ad69735676a50e11efede6d15fb2bf2.tar.gz historical-2d0591f05ad69735676a50e11efede6d15fb2bf2.tar.bz2 historical-2d0591f05ad69735676a50e11efede6d15fb2bf2.zip |
man page compress
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.31.ebuild | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index 5d653437f9b7..d6e9ab0b757d 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for x11-misc/x2vnc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.10 2003/03/21 14:39:10 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.11 2003/04/01 03:28:12 seemant Exp $ 21 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> x2vnc-1.5.1.ebuild : marked as stable for x86 @@ -25,5 +25,8 @@ *x2vnc-1.31 (10 May 2002) + 31 Mar 2003; Seemant Kulleen <seemant@gentoo.org> x2vnc-1.31.ebuild: + man page compress + 10 May 2002; B.Verwilst <verwilst@gentoo.org> ChangeLog : Initial ebuild, submitted by J Robert Ray <jrray@jrray.org>. diff --git a/x11-misc/x2vnc/x2vnc-1.31.ebuild b/x11-misc/x2vnc/x2vnc-1.31.ebuild index ef6efbf1620d..2d32b8479485 100644 --- a/x11-misc/x2vnc/x2vnc-1.31.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.31.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/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.9 2003/03/17 10:32:27 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.10 2003/04/01 03:28:12 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Control a remote computer running VNC from X" @@ -8,21 +8,16 @@ SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz" HOMEPAGE="http://www.hubbe.net/~hubbe/x2vnc.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc " +KEYWORDS="~x86 ~sparc" DEPEND="virtual/x11" src_compile() { - xmkmf || die make || die - } src_install () { - make DESTDIR=${D} install || die - + newman x2vnc.man x2vnc.1x } - - |