diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-23 17:23:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-23 17:23:37 +0000 |
commit | 6fcbf72425754a9d6e69a445e1883bb43c17f9cb (patch) | |
tree | f0351cd984c78622f9925b5fcbc7263435806eea /x11-apps | |
parent | Use mirror:// in SRC_URI. (diff) | |
download | gentoo-2-6fcbf72425754a9d6e69a445e1883bb43c17f9cb.tar.gz gentoo-2-6fcbf72425754a9d6e69a445e1883bb43c17f9cb.tar.bz2 gentoo-2-6fcbf72425754a9d6e69a445e1883bb43c17f9cb.zip |
Use mirror:// in SRC_URI.
(Portage version: 2.2.0_alpha100_p12/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinput_calibrator/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
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 <mgorny@gentoo.org> + xinput_calibrator-0.7.5.ebuild: + Use mirror:// in SRC_URI. 26 Mar 2011; Christian Faulhammer <fauli@gentoo.org> 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" |