diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-15 14:16:33 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-15 14:16:33 +0000 |
commit | 8b05f77fd63a579748baa7a268681e81d7e17c3d (patch) | |
tree | d947514b3bcd1ceb42bee43b8ed04a92d9488114 /x11-misc/wininfo/wininfo-0.7.ebuild | |
parent | Readded to ~ppc (diff) | |
download | historical-8b05f77fd63a579748baa7a268681e81d7e17c3d.tar.gz historical-8b05f77fd63a579748baa7a268681e81d7e17c3d.tar.bz2 historical-8b05f77fd63a579748baa7a268681e81d7e17c3d.zip |
fixed src_uri for #9015
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/wininfo/wininfo-0.7.ebuild')
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index 3fcd232aaaeb..cf0a7d25d456 100644 --- a/x11-misc/wininfo/wininfo-0.7.ebuild +++ b/x11-misc/wininfo/wininfo-0.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.2 2005/01/08 11:16:00 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.3 2005/06/15 14:16:33 smithj Exp $ IUSE="" DESCRIPTION="An X app that follows your pointer providing information about the windows below" HOMEPAGE="http://freedesktop.org/Software/wininfo" -SRC_URI="http://freedesktop.org/Software/wininfo/wininfo-${PV}.tar.gz" +SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" |