From 8a7b48a6603365a2fc0d84a2d02d00789ded7134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Oct 2019 14:26:30 +0200 Subject: */*: Remove mirror://gentoo rename hack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace 'mirror://gentoo/X -> Y' with plain 'mirror://gentoo/Y'. Since actual filenames are used on the mirrors, the latter is valid for all packages already. Signed-off-by: Michał Górny --- dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild') diff --git a/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild b/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild index 8787fe4bd8d8..04dd950d0f94 100644 --- a/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild +++ b/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MY_P="gnu.regexp-${PV}" DESCRIPTION="GNU regular expression package for Java" HOMEPAGE="https://savannah.gnu.org/projects/gnu-regexp" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1" -- cgit v1.2.3