diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 02:07:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 02:07:05 +0000 |
commit | 70635f18acdc11fbb1922a859949420ed440d2f1 (patch) | |
tree | c79c12ea277924f476b5ab6818518f32ffcc8fd0 /x11-misc/x2vnc | |
parent | Removing from cvs for migration to openswan. (diff) | |
download | gentoo-2-70635f18acdc11fbb1922a859949420ed440d2f1.tar.gz gentoo-2-70635f18acdc11fbb1922a859949420ed440d2f1.tar.bz2 gentoo-2-70635f18acdc11fbb1922a859949420ed440d2f1.zip |
QA - fix use invocation
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index 5329d153fef3..7f6e4bef5356 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/x2vnc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.20 2004/06/12 17:55:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.21 2004/06/24 02:07:05 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> x2vnc-1.5.1-r1.ebuild, + x2vnc-1.6.ebuild: + QA - fix use invocation 12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> x2vnc-1.6.ebuild: Stable on alpha. diff --git a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild b/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild index 673b4cb54c58..0c34e76f3a4b 100644 --- a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.6 2004/04/26 14:52:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.7 2004/06/24 02:07:05 agriffis Exp $ DESCRIPTION="Control a remote computer running VNC from X" SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz" @@ -26,7 +26,7 @@ src_install () { s/\(^INSTALL.*\)/\1 -D/' Makefile make DESTDIR=${D} install || die - if [ `use tcltk` ] + if use tcltk then dobin contrib/tkx2vnc fi diff --git a/x11-misc/x2vnc/x2vnc-1.6.ebuild b/x11-misc/x2vnc/x2vnc-1.6.ebuild index fd7ece4b905c..6418cc9827f1 100644 --- a/x11-misc/x2vnc/x2vnc-1.6.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.ebuild,v 1.7 2004/06/12 17:55:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.ebuild,v 1.8 2004/06/24 02:07:05 agriffis Exp $ DESCRIPTION="Control a remote computer running VNC from X" SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz" @@ -25,7 +25,7 @@ src_install () { dodir /usr/bin make DESTDIR=${D} install || die - if [ `use tcltk` ] + if use tcltk then dobin contrib/tkx2vnc fi |