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 820E51382C5 for ; Wed, 31 Jan 2018 21:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A605DE0A93; Wed, 31 Jan 2018 21:02:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84C60E0A93 for ; Wed, 31 Jan 2018 21:02:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB172335C64 for ; Wed, 31 Jan 2018 21:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEDEE1BD for ; Wed, 31 Jan 2018 21:02:34 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1517432549.fd7f56451c1d331499a7e33c5748b6e297c87bfc.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jline/jline-2.12.1-r1.ebuild X-VCS-Directories: dev-java/jline/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fd7f56451c1d331499a7e33c5748b6e297c87bfc X-VCS-Branch: master Date: Wed, 31 Jan 2018 21:02:34 +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: 94ae2701-58d7-4ec1-93ec-2857ce5eb9d1 X-Archives-Hash: 8db9699270937a112655c8169e520132 commit: fd7f56451c1d331499a7e33c5748b6e297c87bfc Author: Patrice Clement gentoo org> AuthorDate: Wed Jan 31 21:02:11 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jan 31 21:02:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7f5645 dev-java/jline: update SRC_URI. Closes: https://bugs.gentoo.org/646198 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-java/jline/jline-2.12.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jline/jline-2.12.1-r1.ebuild b/dev-java/jline/jline-2.12.1-r1.ebuild index d1355aaf283..2cf20f9d999 100644 --- a/dev-java/jline/jline-2.12.1-r1.ebuild +++ b/dev-java/jline/jline-2.12.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="A Java library for handling console input" HOMEPAGE="https://github.com/jline/jline2" -SRC_URI="https://github.com/jline/${PN}/archive/${P}.tar.gz" +SRC_URI="https://github.com/jline/${PN}2/archive/${P}.tar.gz" LICENSE="BSD" SLOT="2"