Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jline/
Date: Wed, 31 Jan 2018 21:02:39
Message-Id: 1517432549.fd7f56451c1d331499a7e33c5748b6e297c87bfc.monsieurp@gentoo
1 commit: fd7f56451c1d331499a7e33c5748b6e297c87bfc
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 21:02:11 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 21:02:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7f5645
7
8 dev-java/jline: update SRC_URI.
9
10 Closes: https://bugs.gentoo.org/646198
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 dev-java/jline/jline-2.12.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-java/jline/jline-2.12.1-r1.ebuild b/dev-java/jline/jline-2.12.1-r1.ebuild
17 index d1355aaf283..2cf20f9d999 100644
18 --- a/dev-java/jline/jline-2.12.1-r1.ebuild
19 +++ b/dev-java/jline/jline-2.12.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple
27
28 DESCRIPTION="A Java library for handling console input"
29 HOMEPAGE="https://github.com/jline/jline2"
30 -SRC_URI="https://github.com/jline/${PN}/archive/${P}.tar.gz"
31 +SRC_URI="https://github.com/jline/${PN}2/archive/${P}.tar.gz"
32
33 LICENSE="BSD"
34 SLOT="2"