diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-23 17:35:35 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-23 17:35:35 +0000 |
commit | 6d8058e42845b079445a0b9f1e07fc3c3c454ce8 (patch) | |
tree | fd05f08ec98a2472fc615eb8f56ef08c2a45572a /media-libs/libfpx | |
parent | depend on readline[static-libs] (diff) | |
download | gentoo-2-6d8058e42845b079445a0b9f1e07fc3c3c454ce8.tar.gz gentoo-2-6d8058e42845b079445a0b9f1e07fc3c3c454ce8.tar.bz2 gentoo-2-6d8058e42845b079445a0b9f1e07fc3c3c454ce8.zip |
Use mirror:// in SRC_URI.
(Portage version: 2.2.0_alpha100_p12/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libfpx')
-rw-r--r-- | media-libs/libfpx/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libfpx/libfpx-1.2.0.9.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libfpx/libfpx-1.3.0-r1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-libs/libfpx/ChangeLog b/media-libs/libfpx/ChangeLog index 2822113ceaab..a83cecfb54d8 100644 --- a/media-libs/libfpx/ChangeLog +++ b/media-libs/libfpx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libfpx -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/ChangeLog,v 1.29 2011/02/06 12:10:55 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/ChangeLog,v 1.30 2012/04/23 17:35:35 mgorny Exp $ + + 23 Apr 2012; Michał Górny <mgorny@gentoo.org> libfpx-1.2.0.9.ebuild, + libfpx-1.3.0-r1.ebuild: + Use mirror:// in SRC_URI. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> libfpx-1.2.0.9.ebuild: Drop to ~mips diff --git a/media-libs/libfpx/libfpx-1.2.0.9.ebuild b/media-libs/libfpx/libfpx-1.2.0.9.ebuild index 7f748676ccda..6c574c7b632f 100644 --- a/media-libs/libfpx/libfpx-1.2.0.9.ebuild +++ b/media-libs/libfpx/libfpx-1.2.0.9.ebuild @@ -1,6 +1,6 @@ -# 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/media-libs/libfpx/libfpx-1.2.0.9.ebuild,v 1.21 2011/02/06 12:10:55 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/libfpx-1.2.0.9.ebuild,v 1.22 2012/04/23 17:35:34 mgorny Exp $ ### uncomment the right variables depending on if we have a patchlevel or not #MY_P=${PN}-${PV%.*}-${PV#*.*.*.} @@ -10,7 +10,7 @@ MY_P2=${PN}-${PV} DESCRIPTION="A library for manipulating FlashPIX images" HOMEPAGE="http://www.i3a.org/" -SRC_URI="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/${MY_P}.tar.bz2" +SRC_URI="mirror://imagemagick/delegates/${MY_P}.tar.bz2" LICENSE="as-is" SLOT="0" diff --git a/media-libs/libfpx/libfpx-1.3.0-r1.ebuild b/media-libs/libfpx/libfpx-1.3.0-r1.ebuild index fbefc26ac594..ed3dc69e35f9 100644 --- a/media-libs/libfpx/libfpx-1.3.0-r1.ebuild +++ b/media-libs/libfpx/libfpx-1.3.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/libfpx-1.3.0-r1.ebuild,v 1.8 2010/12/10 16:29:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/libfpx-1.3.0-r1.ebuild,v 1.9 2012/04/23 17:35:34 mgorny Exp $ EAPI=2 inherit eutils flag-o-matic libtool DESCRIPTION="A library for manipulating FlashPIX images" HOMEPAGE="http://www.i3a.org/" -SRC_URI="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/${P}-1.tar.bz2" +SRC_URI="mirror://imagemagick/delegates/${P}-1.tar.bz2" LICENSE="as-is" SLOT="0" |