diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-07-07 14:24:38 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-07-07 14:24:38 +0000 |
commit | e40644a0dc29d78352608e4068e2f23edd670c2b (patch) | |
tree | 3591677cdb42f196cbaddb5d267be8a7c36984ba | |
parent | Edit RDEPEND, bug #55943. (Manifest recommit) (diff) | |
download | gentoo-2-e40644a0dc29d78352608e4068e2f23edd670c2b.tar.gz gentoo-2-e40644a0dc29d78352608e4068e2f23edd670c2b.tar.bz2 gentoo-2-e40644a0dc29d78352608e4068e2f23edd670c2b.zip |
Fix for bug #55315
-rw-r--r-- | net-misc/nxclient/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-1.3.0.ebuild | 2 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-1.3.2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-1.4.0.ebuild | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/nxclient/ChangeLog b/net-misc/nxclient/ChangeLog index 171a0349f8fb..79f55c462132 100644 --- a/net-misc/nxclient/ChangeLog +++ b/net-misc/nxclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/nxclient # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.10 2004/06/26 22:27:03 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.11 2004/07/07 14:24:38 stuart Exp $ + + 07 Jul 2004; Stuart Herbert <stuart@gentoo.org> nxclient-1.3.0.ebuild, + nxclient-1.3.2.ebuild, nxclient-1.4.0.ebuild: + Made sure HOMEPAGE is a valid URL; fixes bug 55315 26 Jun 2004; Stuart Herbert <stuart@gentoo.org> nxclient-1.3.2.ebuild: Added missing libqt dependency; for bug #51105 diff --git a/net-misc/nxclient/nxclient-1.3.0.ebuild b/net-misc/nxclient/nxclient-1.3.0.ebuild index 43485bc0cdca..229f2affa046 100644 --- a/net-misc/nxclient/nxclient-1.3.0.ebuild +++ b/net-misc/nxclient/nxclient-1.3.0.ebuild @@ -5,7 +5,7 @@ inherit rpm DESCRIPTION="NXClient is a X11/VNC/NXServer client especially tuned for using remote desktops over low-bandwidth links such as the Internet" -HOMEPAGE="www.nomachine.com" +HOMEPAGE="http://www.nomachine.com" IUSE="" LICENSE="as-is" diff --git a/net-misc/nxclient/nxclient-1.3.2.ebuild b/net-misc/nxclient/nxclient-1.3.2.ebuild index 091eb0b9d542..206f5c8fdf7a 100644 --- a/net-misc/nxclient/nxclient-1.3.2.ebuild +++ b/net-misc/nxclient/nxclient-1.3.2.ebuild @@ -5,7 +5,7 @@ inherit rpm DESCRIPTION="NXClient is a X11/VNC/NXServer client especially tuned for using remote desktops over low-bandwidth links such as the Internet" -HOMEPAGE="www.nomachine.com" +HOMEPAGE="http://www.nomachine.com" IUSE="" LICENSE="as-is" diff --git a/net-misc/nxclient/nxclient-1.4.0.ebuild b/net-misc/nxclient/nxclient-1.4.0.ebuild index 93d4968d422f..833ad931bca7 100644 --- a/net-misc/nxclient/nxclient-1.4.0.ebuild +++ b/net-misc/nxclient/nxclient-1.4.0.ebuild @@ -3,7 +3,7 @@ # $Header $ DESCRIPTION="NXClient is a X11/VNC/NXServer client especially tuned for using remote desktops over low-bandwidth links such as the Internet" -HOMEPAGE="www.nomachine.com" +HOMEPAGE="http://www.nomachine.com" IUSE="" LICENSE="as-is" |