From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1041697-garchives=archives.gentoo.org@lists.gentoo.org> 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 304D4138334 for <garchives@archives.gentoo.org>; Mon, 13 Aug 2018 21:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BEA4E08F7; Mon, 13 Aug 2018 21:40:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D9BE4E08F6 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Aug 2018 21:40: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 2A22E335CCD for <gentoo-commits@lists.gentoo.org>; Mon, 13 Aug 2018 21:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0BAE3AA for <gentoo-commits@lists.gentoo.org>; Mon, 13 Aug 2018 21:40:32 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1534196412.83d113887151ce24211c21ebffc17d48813d2b73.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xine-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/xine-lib/xine-lib-1.2.9999.ebuild X-VCS-Directories: media-libs/xine-lib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83d113887151ce24211c21ebffc17d48813d2b73 X-VCS-Branch: master Date: Mon, 13 Aug 2018 21:40:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c71c7354-3194-4c13-a869-fc41d99d8660 X-Archives-Hash: dd6a6f585db020ec5794ad6303194977 commit: 83d113887151ce24211c21ebffc17d48813d2b73 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 13 20:45:34 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Aug 13 21:40:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d11388 media-libs/xine-lib: Fix EHG_REPO_URI after upstream move Thanks-to: Andreas Fink <finkandreas <AT> web.de> Closes: https://bugs.gentoo.org/655838 Package-Manager: Portage-2.3.46, Repoman-2.3.10 media-libs/xine-lib/xine-lib-1.2.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild index 259b970d453..1281812e3dd 100644 --- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic libtool if [[ ${PV} == *9999* ]]; then - EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2" + EHG_REPO_URI="http://hg.code.sf.net/p/xine/xine-lib-1.2" inherit autotools mercurial unset NLS_IUSE NLS_DEPEND="sys-devel/gettext"