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 7CFA313832E for ; Wed, 27 Jul 2016 06:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 975B921C091; Wed, 27 Jul 2016 06:42:09 +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 3D53621C091 for ; Wed, 27 Jul 2016 06:42:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DCC7340A15 for ; Wed, 27 Jul 2016 06:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A79937E2 for ; Wed, 27 Jul 2016 06:42:03 +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: <1469601718.faac97b26708e8bbaa4002d279a843a11df2b38f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild X-VCS-Directories: x11-plugins/pidgin-skypeweb/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: faac97b26708e8bbaa4002d279a843a11df2b38f X-VCS-Branch: master Date: Wed, 27 Jul 2016 06:42:03 +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: c1797b5a-103f-4ed2-85f0-54e3d9567589 X-Archives-Hash: f1b7903d648e8b8ec1d9dcc3deb519a9 commit: faac97b26708e8bbaa4002d279a843a11df2b38f Author: Patrice Clement gentoo org> AuthorDate: Wed Jul 27 06:39:26 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jul 27 06:41:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faac97b2 x11-plugins/pidgin-skypeweb: Fix typo in SRC_URI. Package-Manager: portage-2.2.28 x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild index 4a23cb0..3c622fa 100644 --- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 DESCRIPTION="SkypeWeb Plugin for Pidgin" HOMEPAGE="https://github.com/EionRobb/skype4pidgin" -SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86" SLOT="0"