diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2015-02-07 18:22:22 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2015-02-07 18:22:22 +0000 |
commit | 66591b873ead49a434b529cefaf99ec37b508ad5 (patch) | |
tree | 3dc6183ece059a76a3911815b84a1d15dba135fc /x11-libs/guile-gtk | |
parent | use mirror://gnome in SRC_URI (diff) | |
download | gentoo-2-66591b873ead49a434b529cefaf99ec37b508ad5.tar.gz gentoo-2-66591b873ead49a434b529cefaf99ec37b508ad5.tar.bz2 gentoo-2-66591b873ead49a434b529cefaf99ec37b508ad5.zip |
use mirror://gnu in SRC_URI
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'x11-libs/guile-gtk')
-rw-r--r-- | x11-libs/guile-gtk/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog index c34afce75e6c..6df013427032 100644 --- a/x11-libs/guile-gtk/ChangeLog +++ b/x11-libs/guile-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/guile-gtk -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.46 2014/08/06 12:10:04 creffett Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.47 2015/02/07 18:22:22 ottxor Exp $ + + 07 Feb 2015; Christoph Junghans <ottxor@gentoo.org> guile-gtk-2.1-r1.ebuild, + guile-gtk-2.1-r2.ebuild: + use mirror://gnu in SRC_URI 06 Aug 2014; Chris Reffett <creffett@gentoo.org> -guile-gtk-2.1.ebuild: [QA] Drop old diff --git a/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild b/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild index b3084b4b3d33..2a55c3dac0db 100644 --- a/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild,v 1.6 2013/01/31 23:09:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild,v 1.7 2015/02/07 18:22:22 ottxor Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit autotools eutils virtualx DESCRIPTION="GTK+ bindings for guile" HOMEPAGE="http://www.gnu.org/software/guile-gtk/" -SRC_URI="ftp://ftp.gnu.org/gnu/guile-gtk/${P}.tar.gz" +SRC_URI="mirror://gnu/guile-gtk/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild b/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild index e9e80648e8e5..e97ee5cbd8a1 100644 --- a/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild,v 1.1 2013/05/04 12:03:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild,v 1.2 2015/02/07 18:22:22 ottxor Exp $ EAPI=5 @@ -10,7 +10,7 @@ inherit autotools-utils virtualx DESCRIPTION="GTK+ bindings for guile" HOMEPAGE="http://www.gnu.org/software/guile-gtk/" -SRC_URI="ftp://ftp.gnu.org/gnu/guile-gtk/${P}.tar.gz" +SRC_URI="mirror://gnu/guile-gtk/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |