diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-24 10:41:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-24 10:41:15 +0000 |
commit | 33ecb9f721933306a44915053580ba97b6a84f4a (patch) | |
tree | 0d5759bb91ec52b0f47d33dd9b322f05a06f8ef6 /sci-mathematics/pspp/pspp-0.6.2.ebuild | |
parent | Version bump (diff) | |
download | historical-33ecb9f721933306a44915053580ba97b6a84f4a.tar.gz historical-33ecb9f721933306a44915053580ba97b6a84f4a.tar.bz2 historical-33ecb9f721933306a44915053580ba97b6a84f4a.zip |
Update to use mirror://.
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/pspp/pspp-0.6.2.ebuild')
-rw-r--r-- | sci-mathematics/pspp/pspp-0.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/pspp/pspp-0.6.2.ebuild b/sci-mathematics/pspp/pspp-0.6.2.ebuild index 325f86d87059..ca0be4f5b8f0 100644 --- a/sci-mathematics/pspp/pspp-0.6.2.ebuild +++ b/sci-mathematics/pspp/pspp-0.6.2.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/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.6 2011/03/07 12:53:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.7 2012/04/24 10:41:15 mgorny Exp $ EAPI=2 inherit eutils elisp-common autotools DESCRIPTION="Program for statistical analysis of sampled data." HOMEPAGE="http://www.gnu.org/software/pspp/pspp.html" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86" |