From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE9921397E9 for ; Tue, 18 Aug 2015 15:41:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EED53E083C; Tue, 18 Aug 2015 15:41:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 930E8E083C for ; Tue, 18 Aug 2015 15:41:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE1BD34086C for ; Tue, 18 Aug 2015 15:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C60B7124 for ; Tue, 18 Aug 2015 15:41:17 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1439912452.62e62d96e222203f221b39479730adc0b5e4ee04.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/opencv-3.0.0.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 62e62d96e222203f221b39479730adc0b5e4ee04 X-VCS-Branch: master Date: Tue, 18 Aug 2015 15:41:17 +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: 84a410f5-2194-4859-95f9-95eed3b24691 X-Archives-Hash: e7b7fa3fc5eda49715df2bb80a799dc3 commit: 62e62d96e222203f221b39479730adc0b5e4ee04 Author: Amy Winston gentoo org> AuthorDate: Tue Aug 18 15:40:19 2015 +0000 Commit: Amy Winston gentoo org> CommitDate: Tue Aug 18 15:40:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e62d96 media-libs/opencv: url for contrib changed. Package-Manager: portage-2.2.20.1 media-libs/opencv/opencv-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/opencv/opencv-3.0.0.ebuild b/media-libs/opencv/opencv-3.0.0.ebuild index b71e509..e2d2c75 100644 --- a/media-libs/opencv/opencv-3.0.0.ebuild +++ b/media-libs/opencv/opencv-3.0.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://opencv.org" SRC_URI=" mirror://sourceforge/opencvlibrary/opencv-unix/${PV}/${P}.zip https://github.com/Itseez/${PN}/archive/${PV}.zip -> ${P}.zip - contrib? ( https://github.com/Itseez/${PN}_contrib/archive/master.zip -> ${PN}_contrib.zip )" + contrib? ( https://github.com/Itseez/opencv_contrib/archive/172fdb315280325a617fbb9db5ec5631acd8180e.zip -> ${PN}_contrib.zip )" # commit from 6.8.2015 LICENSE="BSD" SLOT="0/3.0"