diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-07 16:22:09 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-07 16:22:09 +0000 |
commit | 389a93000a2939a2d570ed65a59a8411d1ea5aaf (patch) | |
tree | 1816b51d4eb139e97b88d998d02dade12f7b09f0 /app-text/ghostscript-gnu | |
parent | Import from sunrise, proxy-maintaining now (diff) | |
download | gentoo-2-389a93000a2939a2d570ed65a59a8411d1ea5aaf.tar.gz gentoo-2-389a93000a2939a2d570ed65a59a8411d1ea5aaf.tar.bz2 gentoo-2-389a93000a2939a2d570ed65a59a8411d1ea5aaf.zip |
SRC_URI reverted to mirror://, fixes bug 163182
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/ghostscript-gnu')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index 071241eda699..19c7a0374239 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gnu -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.27 2006/11/17 20:44:53 genstef Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.28 2007/04/07 16:22:09 opfer Exp $ + + 07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + ghostscript-gnu-8.55.ebuild: + SRC_URI reverted to mirror://, fixes bug 163182 17 Nov 2006; Stefan Schweizer <genstef@gentoo.org> ghostscript-gnu-8.55.ebuild: diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild index fc28bb772e56..070513d5b649 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild,v 1.2 2006/11/17 20:44:53 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild,v 1.3 2007/04/07 16:22:09 opfer Exp $ WANT_AUTOMAKE=1.6 inherit autotools elisp-common eutils versionator flag-o-matic @@ -14,7 +14,7 @@ PVM=$(get_version_component_range 1-2) SRC_URI="cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200406.tar.gz ftp://ftp.gyve.org/pub/gs-cjk/acro5-cmaps-2001.tar.gz ) cups? ( mirror://gentoo/cups-${CUPS_PV}-source.tar.bz2 ) - ftp://ftp.gnu.org/gnu/ghostscript/${MY_P}.tar.bz2" + mirror://gnu/ghostscript/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |