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 302DF1396D9 for ; Tue, 10 Oct 2017 16:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1827A2BC004; Tue, 10 Oct 2017 16:32:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EB53E2BC004 for ; Tue, 10 Oct 2017 16:32:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 84E2533BE2E for ; Tue, 10 Oct 2017 16:32:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D1C79098 for ; Tue, 10 Oct 2017 16:32:29 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1507653129.aaf5048bea48dbd485133e3680ebf607e9a3daad.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/jabref-bin/jabref-bin-4.0.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: aaf5048bea48dbd485133e3680ebf607e9a3daad X-VCS-Branch: master Date: Tue, 10 Oct 2017 16:32:29 +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: ce13a3e8-abd4-496e-a0dd-c4a56997749d X-Archives-Hash: af1638fcc45c0274ac33d80720ca1e30 commit: aaf5048bea48dbd485133e3680ebf607e9a3daad Author: Nicolas Bock gentoo org> AuthorDate: Tue Oct 10 16:31:47 2017 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Tue Oct 10 16:32:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf5048b app-text/jabref-bin: Cleanup Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-text/jabref-bin/jabref-bin-4.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild index 5f6f30990ea..4073ddea85f 100644 --- a/app-text/jabref-bin/jabref-bin-4.0.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild @@ -12,7 +12,6 @@ MY_URI_PV="${MY_URI_PV_1//_/%20}" DESCRIPTION="Java GUI for managing BibTeX and other bibliographies" HOMEPAGE="http://www.jabref.org/" -# SRC_URI="mirror://sourceforge/jabref/JabRef-${MY_PV}.jar" SRC_URI="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar" LICENSE="MIT"