From 6fcbf72425754a9d6e69a445e1883bb43c17f9cb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 23 Apr 2012 17:23:37 +0000 Subject: Use mirror:// in SRC_URI. (Portage version: 2.2.0_alpha100_p12/cvs/Linux x86_64) --- x11-apps/xinput_calibrator/ChangeLog | 8 ++++++-- x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'x11-apps') diff --git a/x11-apps/xinput_calibrator/ChangeLog b/x11-apps/xinput_calibrator/ChangeLog index 1883fd7a5c18..dd47fa74628c 100644 --- a/x11-apps/xinput_calibrator/ChangeLog +++ b/x11-apps/xinput_calibrator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xinput_calibrator -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput_calibrator/ChangeLog,v 1.4 2011/03/26 10:28:44 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput_calibrator/ChangeLog,v 1.5 2012/04/23 17:23:37 mgorny Exp $ + + 23 Apr 2012; Michał Górny + xinput_calibrator-0.7.5.ebuild: + Use mirror:// in SRC_URI. 26 Mar 2011; Christian Faulhammer xinput_calibrator-0.7.5.ebuild: diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild index 72de50862fec..21caa9d38890 100644 --- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild +++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild,v 1.3 2011/03/26 10:28:44 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild,v 1.4 2012/04/23 17:23:37 mgorny Exp $ EAPI=4 inherit autotools-utils DESCRIPTION="A generic touchscreen calibration program for X.Org" HOMEPAGE="http://www.freedesktop.org/wiki/Software/xinput_calibrator" -SRC_URI="http://cloud.github.com/downloads/tias/${PN}/${P}.tar.gz" +SRC_URI="mirror://github/tias/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad