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 A8EDA138334 for ; Wed, 5 Dec 2018 08:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68C22E09DB; Wed, 5 Dec 2018 08:19:53 +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 3DB51E09DB for ; Wed, 5 Dec 2018 08:19:52 +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 28FB2335C95 for ; Wed, 5 Dec 2018 08:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520CF445 for ; Wed, 5 Dec 2018 08:19:49 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1543997918.cb1a5fb3fdd4f957378e09f02b0dfeda30121329.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/zbar/metadata.xml media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild media-gfx/zbar/zbar-0.20.1.ebuild X-VCS-Directories: media-gfx/zbar/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: cb1a5fb3fdd4f957378e09f02b0dfeda30121329 X-VCS-Branch: master Date: Wed, 5 Dec 2018 08:19:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4866be3a-67fe-482b-93fb-1881f0ba2a12 X-Archives-Hash: b9bb4b7fe90cf73d562ceec383c1fd01 commit: cb1a5fb3fdd4f957378e09f02b0dfeda30121329 Author: Louis Sautier gentoo org> AuthorDate: Wed Dec 5 08:15:50 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Wed Dec 5 08:18:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1a5fb3 media-gfx/zbar: update HOMEPAGE and upstream metadata Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Louis Sautier gentoo.org> media-gfx/zbar/metadata.xml | 2 ++ media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild | 4 ++-- media-gfx/zbar/zbar-0.20.1.ebuild | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/media-gfx/zbar/metadata.xml b/media-gfx/zbar/metadata.xml index 20edbb2faec..fd5ad454e03 100644 --- a/media-gfx/zbar/metadata.xml +++ b/media-gfx/zbar/metadata.xml @@ -4,5 +4,7 @@ zbar + mchehab/zbar + https://github.com/mchehab/zbar/issues diff --git a/media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild b/media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild index 719be7784d5..6990df2d2b3 100644 --- a/media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild +++ b/media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools flag-o-matic java-pkg-opt-2 multilib-minimal python-single-r1 virtualx DESCRIPTION="Library and tools for reading barcodes from images or video" -HOMEPAGE="http://zbar.sourceforge.net/" +HOMEPAGE="https://github.com/mchehab/zbar" SRC_URI="https://dev.gentoo.org/~xmw/zbar-0.10_p20121015.zip" LICENSE="LGPL-2.1" diff --git a/media-gfx/zbar/zbar-0.20.1.ebuild b/media-gfx/zbar/zbar-0.20.1.ebuild index a24c1daade0..8d21ca2a30a 100644 --- a/media-gfx/zbar/zbar-0.20.1.ebuild +++ b/media-gfx/zbar/zbar-0.20.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools flag-o-matic java-pkg-opt-2 multilib-minimal python-single-r1 virtualx DESCRIPTION="Library and tools for reading barcodes from images or video" -HOMEPAGE="https://github.com/procxx/zbar" +HOMEPAGE="https://github.com/mchehab/zbar" SRC_URI="https://linuxtv.org/downloads/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"