diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 19:28:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 19:28:38 +0000 |
commit | 6f8e77eebfe6fc9c1d1630e2548c382251204165 (patch) | |
tree | 5acda18395036cc7022257fadcfc78339620b2ae /net-misc/suite3270/suite3270-3.3.6.ebuild | |
parent | Marking xf86-input-void-1.3.0 ppc64 for bug 294958 (diff) | |
download | gentoo-2-6f8e77eebfe6fc9c1d1630e2548c382251204165.tar.gz gentoo-2-6f8e77eebfe6fc9c1d1630e2548c382251204165.tar.bz2 gentoo-2-6f8e77eebfe6fc9c1d1630e2548c382251204165.zip |
Fix HOMEPAGE and SRC_URI wrt #297028.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/suite3270/suite3270-3.3.6.ebuild')
-rw-r--r-- | net-misc/suite3270/suite3270-3.3.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/suite3270/suite3270-3.3.6.ebuild b/net-misc/suite3270/suite3270-3.3.6.ebuild index 2238c4040b65..0a676857d76e 100644 --- a/net-misc/suite3270/suite3270-3.3.6.ebuild +++ b/net-misc/suite3270/suite3270-3.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.6.ebuild,v 1.2 2008/10/10 08:14:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.6.ebuild,v 1.3 2009/12/15 19:28:38 ssuominen Exp $ inherit eutils @@ -8,8 +8,8 @@ IUSE="cjk doc ncurses ssl tcl X" S="${WORKDIR}" DESCRIPTION="Complete 3270 access package" -SRC_URI="http://x3270.bgp.nu/download/${PN}-${PV/_/}.tgz" -HOMEPAGE="http://www.geocities.com/SiliconValley/Peaks/7814/" +SRC_URI="mirror://gentoo/${PN}-${PV/_/}.tgz" +HOMEPAGE="http://x3270.bgp.nu/" SLOT="0" LICENSE="GPL-2" |