diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-23 17:23:28 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-23 17:23:28 +0000 |
commit | e40728d91f70709cecb5b35e7442f4f5dad50a7c (patch) | |
tree | dedc2a830fcc59772c89fa264886833a933fe390 /x11-themes/redhat-artwork | |
parent | Kill spurious backslash. (diff) | |
download | gentoo-2-e40728d91f70709cecb5b35e7442f4f5dad50a7c.tar.gz gentoo-2-e40728d91f70709cecb5b35e7442f4f5dad50a7c.tar.bz2 gentoo-2-e40728d91f70709cecb5b35e7442f4f5dad50a7c.zip |
Use mirror:// in SRC_URI.
(Portage version: 2.2.0_alpha100_p12/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/redhat-artwork')
-rw-r--r-- | x11-themes/redhat-artwork/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/redhat-artwork/ChangeLog b/x11-themes/redhat-artwork/ChangeLog index a65a2557dc0a..a237beb0ddf3 100644 --- a/x11-themes/redhat-artwork/ChangeLog +++ b/x11-themes/redhat-artwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/redhat-artwork -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.102 2011/03/02 19:32:14 signals Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.103 2012/04/23 17:23:28 mgorny Exp $ + + 23 Apr 2012; Michał Górny <mgorny@gentoo.org> + redhat-artwork-5.0.8-r4.ebuild: + Use mirror:// in SRC_URI. 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> redhat-artwork-5.0.8-r4.ebuild: diff --git a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild index 11250a99390f..be93da24e2e5 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.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/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild,v 1.11 2011/03/02 19:32:14 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild,v 1.12 2012/04/23 17:23:28 mgorny Exp $ EAPI=2 inherit eutils rpm autotools @@ -8,7 +8,7 @@ inherit eutils rpm autotools MY_R=${PR/r/} DESCRIPTION="RedHat's Bluecurve theme for GTK2, KDE, GDM, Metacity and Nautilus" HOMEPAGE="http://www.redhat.com" -SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/${P}-${MY_R}.fc7.src.rpm" +SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${MY_R}.fc7.src.rpm" LICENSE="GPL-2" SLOT="0" |