diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 17:47:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 17:47:29 +0000 |
commit | b767d9f245f950efb1b380d87472dc1365cde726 (patch) | |
tree | bdedb722af64dc16fb4a2992689892f4fc23246b /x11-misc/xhkeys | |
parent | Fix HOMEPAGE and SRC_URI wrt #297028. (diff) | |
download | gentoo-2-b767d9f245f950efb1b380d87472dc1365cde726.tar.gz gentoo-2-b767d9f245f950efb1b380d87472dc1365cde726.tar.bz2 gentoo-2-b767d9f245f950efb1b380d87472dc1365cde726.zip |
Fix HOMEPAGE and SRC_URI wrt #297028.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xhkeys')
-rw-r--r-- | x11-misc/xhkeys/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/xhkeys/ChangeLog b/x11-misc/xhkeys/ChangeLog index f32538c0fae9..8128b297a358 100644 --- a/x11-misc/xhkeys/ChangeLog +++ b/x11-misc/xhkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xhkeys -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.13 2007/02/22 00:05:15 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.14 2009/12/15 17:47:29 ssuominen Exp $ + + 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> xhkeys-2.2.1.ebuild: + Fix HOMEPAGE and SRC_URI wrt #297028. 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild index 2ae4405f708d..12db78e03a84 100644 --- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild +++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.5 2006/10/22 00:20:41 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.6 2009/12/15 17:47:29 ssuominen Exp $ DESCRIPTION="assign particular actions to any key or key combination" -HOMEPAGE="http://www.geocities.com/wmalms/" -SRC_URI="http://www.geocities.com/wmalms/${P}.tar.gz" +HOMEPAGE="http://wmalms.tripod.com/#XHKEYS" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -19,6 +19,6 @@ DEPEND="${RDEPEND} x11-proto/xproto" src_install() { - dobin xhkeys xhkconf + dobin xhkeys xhkconf || die dodoc README VERSION } |