Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unarj/
Date: Sun, 15 Sep 2019 17:02:31
Message-Id: 1568566940.c22707bc525c6a5d460269a3698134e81b1ff451.mgorny@gentoo
1 commit: c22707bc525c6a5d460269a3698134e81b1ff451
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 16:53:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:02:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22707bc
7
8 app-arch/unarj: Use mirror://gentoo
9
10 The package is no longer present on the FreeBSD mirrors, so just use
11 our mirrors.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 app-arch/unarj/unarj-2.65.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-arch/unarj/unarj-2.65.ebuild b/app-arch/unarj/unarj-2.65.ebuild
19 index ec1cba73be8..cee73863c91 100644
20 --- a/app-arch/unarj/unarj-2.65.ebuild
21 +++ b/app-arch/unarj/unarj-2.65.ebuild
22 @@ -7,7 +7,7 @@ inherit toolchain-funcs
23
24 DESCRIPTION="Utility for opening arj archives"
25 HOMEPAGE="http://www.arjsoftware.com/"
26 -SRC_URI="mirror://freebsd/ports/local-distfiles/ache/${P}.tgz"
27 +SRC_URI="mirror://gentoo/${P}.tgz"
28
29 LICENSE="arj"
30 SLOT="0"