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 | b1db8b1a525bc46b9bd28f2cc8237241904f639f (patch) | |
tree | 3a4602adab9ab1249be16c5970fc01d9bb99ce17 /net-misc/nxclient | |
parent | Edit RDEPEND, bug #55943. (diff) | |
download | historical-b1db8b1a525bc46b9bd28f2cc8237241904f639f.tar.gz historical-b1db8b1a525bc46b9bd28f2cc8237241904f639f.tar.bz2 historical-b1db8b1a525bc46b9bd28f2cc8237241904f639f.zip |
Fix for bug #55315
Diffstat (limited to 'net-misc/nxclient')
-rw-r--r-- | net-misc/nxclient/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/nxclient/Manifest | 8 | ||||
-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 |
5 files changed, 12 insertions, 8 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/Manifest b/net-misc/nxclient/Manifest index ba1ddf2242cf..ac87de09734b 100644 --- a/net-misc/nxclient/Manifest +++ b/net-misc/nxclient/Manifest @@ -1,8 +1,8 @@ -MD5 1e31646a3525a067ac87053392716c4e ChangeLog 1470 +MD5 80f66218515bbaaa9784a2da7dcf6d72 ChangeLog 1645 MD5 c1c67a77261d3b3fede94b41a9d0ce1e metadata.xml 455 -MD5 3aa817a1e4bfeebbc2c8750046d5a3fd nxclient-1.3.0.ebuild 1593 -MD5 f51674b0fd58455a80c0f91a200d25ed nxclient-1.3.2.ebuild 1619 -MD5 db88412777ffad1683806deb8b62c63b nxclient-1.4.0.ebuild 691 +MD5 452d48bd043071f366a78391ec29ba02 nxclient-1.3.0.ebuild 1600 +MD5 92a8cb1f55690fd746122a089cd493be nxclient-1.3.2.ebuild 1626 +MD5 a89652fddd2a3f381b619c38479b5da2 nxclient-1.4.0.ebuild 698 MD5 5e85c900da1930890c8987a364976127 files/digest-nxclient-1.3.0 71 MD5 05726c6d42d87195bcf8f5b5c76de1d3 files/digest-nxclient-1.3.2 70 MD5 56da8977a2e8054f69e81317b07ad7ba files/digest-nxclient-1.4.0 75 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" |