From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 040FF139085 for ; Sat, 28 Jan 2017 13:12:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B64D234032; Sat, 28 Jan 2017 13:12:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E206234032 for ; Sat, 28 Jan 2017 13:12:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22F0A341679 for ; Sat, 28 Jan 2017 13:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBDAC3760 for ; Sat, 28 Jan 2017 13:12:06 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1485609112.f959c74d5dde68c670fcf21f7dbed6b6db248754.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild X-VCS-Directories: app-text/ghostscript-gpl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: f959c74d5dde68c670fcf21f7dbed6b6db248754 X-VCS-Branch: master Date: Sat, 28 Jan 2017 13:12:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad054c54-737a-49cb-8671-ae8bb4d38cc0 X-Archives-Hash: 3542d9b9aa833b613f49deadc38f52fe commit: f959c74d5dde68c670fcf21f7dbed6b6db248754 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jan 28 13:11:35 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jan 28 13:11:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f959c74d app-text/ghostscript-gpl: Fix SRC_URL Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild index c44df59..7363779 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild @@ -27,7 +27,7 @@ PVM_S=$(replace_all_version_separators "" ${PVM}) # djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz )" SRC_URI=" https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.xz - mirror://gentoo/${PN}-9.20-patchset-1.tar.xz + https://dev.gentoo.org/~dilfridge/distfiles/${PN}-9.20-patchset-1.tar.xz " LICENSE="AGPL-3 CPL-1.0"