Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/
Date: Sat, 05 Jan 2019 23:17:37
Message-Id: 1546730139.280549c2bff3aa09eb9c8d90bf61f72cf03df936.gyakovlev@gentoo
1 commit: 280549c2bff3aa09eb9c8d90bf61f72cf03df936
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 5 23:15:21 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 5 23:15:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280549c2
7
8 dev-java/java-config: move distfile to my devspace
9
10 It was unfetcheable without mirrors.
11
12 Closes: https://bugs.gentoo.org/674604
13 Package-Manager: Portage-2.3.54, Repoman-2.3.12
14 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
15
16 dev-java/java-config/java-config-2.2.0-r4.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-java/java-config/java-config-2.2.0-r4.ebuild b/dev-java/java-config/java-config-2.2.0-r4.ebuild
20 index 6cec0799a1c..f74fb67ff8f 100644
21 --- a/dev-java/java-config/java-config-2.2.0-r4.ebuild
22 +++ b/dev-java/java-config/java-config-2.2.0-r4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -10,7 +10,7 @@ inherit distutils-r1
30
31 DESCRIPTION="Java environment configuration query tool"
32 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
33 -SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2"
34 +SRC_URI="https://dev.gentoo.org/~gyakovlev/distfiles/${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37 SLOT="2"