diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-04 19:40:29 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-04 19:40:29 +0000 |
commit | b2446bd5352b5f6036b508c512ac5c310a03056c (patch) | |
tree | fbba2197da6da4def62c85dfe674f691a0fdd575 /x11-misc/oroborus-keylaunch | |
parent | Fix SRC_URI, EAPI-4 (reported by df, bug 416129) (diff) | |
download | historical-b2446bd5352b5f6036b508c512ac5c310a03056c.tar.gz historical-b2446bd5352b5f6036b508c512ac5c310a03056c.tar.bz2 historical-b2446bd5352b5f6036b508c512ac5c310a03056c.zip |
Fix SRC_URI, EAPI-4 (reported by df, bug 416129)
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/oroborus-keylaunch')
-rw-r--r-- | x11-misc/oroborus-keylaunch/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/oroborus-keylaunch/ChangeLog b/x11-misc/oroborus-keylaunch/ChangeLog index 9e1edfb27147..93e4dc4ec7a2 100644 --- a/x11-misc/oroborus-keylaunch/ChangeLog +++ b/x11-misc/oroborus-keylaunch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/oroborus-keylaunch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/ChangeLog,v 1.2 2012/06/04 19:39:09 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/ChangeLog,v 1.3 2012/06/04 19:40:29 xmw Exp $ + + 04 Jun 2012; Michael Weber <xmw@gentoo.org> oroborus-keylaunch-1.3.9.ebuild: + Fix SRC_URI, EAPI-4 (reported by df, bug 416129) 04 Jun 2012; Michael Weber <xmw@gentoo.org> oroborus-keylaunch-1.3.9.ebuild: Fix SRC_URI, EAPI-4 (reported by df, bug 416129) diff --git a/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild b/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild index e6b59315329a..d53e5ae3780c 100644 --- a/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild +++ b/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild,v 1.2 2012/06/04 19:39:09 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild,v 1.3 2012/06/04 19:40:29 xmw Exp $ EAPI=4 @@ -8,7 +8,7 @@ MY_PN=${PN/oroborus-//} DESCRIPTION="utility for binding keys in Oroborus" HOMEPAGE="http://www.oroborus.org" -SRC_URI="http://ftp.debian.org/debian/pool/main/k/${MY_PN}/${MY_PN}_${PV}.tar.gz" +SRC_URI="mirror://debian/pool/main/k/${MY_PN}/${MY_PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" |