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 CB2F4139694 for ; Sun, 18 Jun 2017 08:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FA19234023; Sun, 18 Jun 2017 08:36:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FF1C234023 for ; Sun, 18 Jun 2017 08:36:11 +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 3726A341856 for ; Sun, 18 Jun 2017 08:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C98EF747F for ; Sun, 18 Jun 2017 08:36:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1497774956.7c5ac7b076ef1a792302f93da970893b51637476.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/kbibtex/kbibtex-9999.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c5ac7b076ef1a792302f93da970893b51637476 X-VCS-Branch: master Date: Sun, 18 Jun 2017 08:36:09 +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: 39a8e27f-939a-4202-ae2a-bcfa5e7fd50c X-Archives-Hash: 604e94a56d0cb3f80a82646b306fbedb commit: 7c5ac7b076ef1a792302f93da970893b51637476 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 18 08:35:56 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 18 08:35:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c5ac7b0 app-text/kbibtex: Fix SRC_URI Package-Manager: Portage-2.3.5, Repoman-2.3.1 app-text/kbibtex/kbibtex-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild index 68e60bbc9f..0cefb40342 100644 --- a/app-text/kbibtex/kbibtex-9999.ebuild +++ b/app-text/kbibtex/kbibtex-9999.ebuild @@ -10,8 +10,7 @@ inherit kde5 DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX" HOMEPAGE="http://home.gna.org/kbibtex/" if [[ ${KDE_BUILD_TYPE} != live ]]; then - inherit versionator - SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P/_/-}.tar.xz" + SRC_URI="mirror://kde/stable/KBibTeX/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi