diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-19 01:53:33 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-19 01:53:33 +0000 |
commit | b02dcabc76c3708023c840bf671e6da4185b93c1 (patch) | |
tree | 3d9ec9c329936ac4cff77f39e39fb5c6d7042f37 /x11-misc/x2vnc | |
parent | Marked stable on amd64 for bug #147612 (diff) | |
download | historical-b02dcabc76c3708023c840bf671e6da4185b93c1.tar.gz historical-b02dcabc76c3708023c840bf671e6da4185b93c1.tar.bz2 historical-b02dcabc76c3708023c840bf671e6da4185b93c1.zip |
tcltk -> tk USE flag change as per bug #17808
Package-Manager: portage-2.1.2_pre1
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 | 8 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.7.1.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.7.2.ebuild | 8 |
4 files changed, 17 insertions, 13 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index aacdc83b687c..e27926d604f3 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/x2vnc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.31 2006/07/03 09:05:39 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.32 2006/09/19 01:50:43 cardoe Exp $ + + 19 Sep 2006; Doug Goldstein <cardoe@gentoo.org> x2vnc-1.6.1.ebuild, + x2vnc-1.7.1.ebuild, x2vnc-1.7.2.ebuild: + tcltk -> tk USE flag change as per bug #17808 *x2vnc-1.7.2 (03 Jul 2006) diff --git a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild b/x11-misc/x2vnc/x2vnc-1.6.1.ebuild index 446d9b19017a..4cb7a6d9f611 100644 --- a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.7 2006/01/21 13:57:33 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.1.ebuild,v 1.8 2006/09/19 01:50:43 cardoe Exp $ DESCRIPTION="Control a remote computer running VNC from X" HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html" @@ -9,7 +9,7 @@ SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~ppc sparc x86" -IUSE="tcltk" +IUSE="tk" RDEPEND="|| ( ( x11-libs/libX11 @@ -23,11 +23,11 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xineramaproto ) virtual/x11 ) - tcltk? ( dev-tcltk/expect )" + tk? ( dev-tcltk/expect )" src_install() { dodir /usr/share /usr/bin make DESTDIR=${D} install || die - use tcltk && dobin contrib/tkx2vnc + use tk && dobin contrib/tkx2vnc dodoc ChangeLog README } diff --git a/x11-misc/x2vnc/x2vnc-1.7.1.ebuild b/x11-misc/x2vnc/x2vnc-1.7.1.ebuild index 16b023256aca..a0f7ab8364ad 100644 --- a/x11-misc/x2vnc/x2vnc-1.7.1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.7.1.ebuild,v 1.1 2006/05/22 08:56:50 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.7.1.ebuild,v 1.2 2006/09/19 01:50:43 cardoe Exp $ DESCRIPTION="Control a remote computer running VNC from X" HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html" @@ -9,7 +9,7 @@ SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="tcltk" +IUSE="tk" RDEPEND="|| ( ( x11-libs/libX11 @@ -23,11 +23,11 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xineramaproto ) virtual/x11 ) - tcltk? ( dev-tcltk/expect )" + tk? ( dev-tcltk/expect )" src_install() { dodir /usr/share /usr/bin make DESTDIR=${D} install || die - use tcltk && dobin contrib/tkx2vnc + 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 index db5cd1768d99..6e6900812179 100644 --- a/x11-misc/x2vnc/x2vnc-1.7.2.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.1 2006/07/03 09:05:39 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.7.2.ebuild,v 1.2 2006/09/19 01:50:43 cardoe Exp $ DESCRIPTION="Control a remote computer running VNC from X" HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html" @@ -9,7 +9,7 @@ SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="tcltk" +IUSE="tk" RDEPEND="|| ( ( x11-libs/libX11 @@ -23,11 +23,11 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xineramaproto ) virtual/x11 ) - tcltk? ( dev-tcltk/expect )" + tk? ( dev-tcltk/expect )" src_install() { dodir /usr/share /usr/bin make DESTDIR=${D} install || die - use tcltk && dobin contrib/tkx2vnc + use tk && dobin contrib/tkx2vnc dodoc ChangeLog README } |