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 68290139694 for ; Wed, 22 Mar 2017 21:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9819F21C028; Wed, 22 Mar 2017 21:13:25 +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 64A3E21C028 for ; Wed, 22 Mar 2017 21:13:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2D99340806 for ; Wed, 22 Mar 2017 21:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520B5716F for ; Wed, 22 Mar 2017 21:13:22 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1490217196.62779b73bd9883374c4a0aec437fc640758849f8.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsigrok/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsigrok/libsigrok-0.3.0.ebuild sci-libs/libsigrok/libsigrok-0.4.0.ebuild sci-libs/libsigrok/libsigrok-9999.ebuild sci-libs/libsigrok/metadata.xml X-VCS-Directories: sci-libs/libsigrok/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 62779b73bd9883374c4a0aec437fc640758849f8 X-VCS-Branch: master Date: Wed, 22 Mar 2017 21:13:22 +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: e7eceb18-ab93-4e78-a9b2-d8fa35eb750f X-Archives-Hash: 3ecc82c1ed42111ae03f2c3012e3aa61 commit: 62779b73bd9883374c4a0aec437fc640758849f8 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Mar 22 21:12:50 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Mar 22 21:13:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62779b73 sci-libs/libsigrok: Set subslot operator on dev-libs/libzip atom Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/libsigrok/libsigrok-0.3.0.ebuild | 4 ++-- sci-libs/libsigrok/libsigrok-0.4.0.ebuild | 6 +++--- sci-libs/libsigrok/libsigrok-9999.ebuild | 6 +++--- sci-libs/libsigrok/metadata.xml | 5 +++++ 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/sci-libs/libsigrok/libsigrok-0.3.0.ebuild b/sci-libs/libsigrok/libsigrok-0.3.0.ebuild index 06e8eaf2e37..21530e0ef70 100644 --- a/sci-libs/libsigrok/libsigrok-0.3.0.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.3.0.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="amd64 x86" fi -DESCRIPTION="provide basic hardware drivers for logic analyzers and input/output file format support" +DESCRIPTION="basic hardware drivers for logic analyzers and input/output file format support" HOMEPAGE="http://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" @@ -22,7 +22,7 @@ IUSE="ftdi serial static-libs test usb" # We also support librevisa, but that isn't in the tree ... LIB_DEPEND=">=dev-libs/glib-2.32.0[static-libs(+)] - >=dev-libs/libzip-0.8[static-libs(+)] + >=dev-libs/libzip-0.8:=[static-libs(+)] ftdi? ( >=dev-embedded/libftdi-0.16:=[static-libs(+)] ) serial? ( >=dev-libs/libserialport-0.1.0[static-libs(+)] ) usb? ( virtual/libusb:1[static-libs(+)] )" diff --git a/sci-libs/libsigrok/libsigrok-0.4.0.ebuild b/sci-libs/libsigrok/libsigrok-0.4.0.ebuild index 75ff9fe29ae..8d30801c100 100644 --- a/sci-libs/libsigrok/libsigrok-0.4.0.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -15,7 +15,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="provide basic hardware drivers for logic analyzers and input/output file format support" +DESCRIPTION="basic hardware drivers for logic analyzers and input/output file format support" HOMEPAGE="http://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" @@ -25,7 +25,7 @@ REQUIRED_USE="java? ( cxx ) python? ( cxx ${PYTHON_REQUIRED_USE} )" # We also support librevisa, but that isn't in the tree ... LIB_DEPEND=">=dev-libs/glib-2.32.0[static-libs(+)] - >=dev-libs/libzip-0.8[static-libs(+)] + >=dev-libs/libzip-0.8:=[static-libs(+)] cxx? ( dev-cpp/glibmm:2[static-libs(+)] ) python? ( ${PYTHON_DEPS} >=dev-python/pygobject-3.0.0[${PYTHON_USEDEP}] ) ftdi? ( >=dev-embedded/libftdi-0.16:=[static-libs(+)] ) diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild index 75ff9fe29ae..8d30801c100 100644 --- a/sci-libs/libsigrok/libsigrok-9999.ebuild +++ b/sci-libs/libsigrok/libsigrok-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -15,7 +15,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="provide basic hardware drivers for logic analyzers and input/output file format support" +DESCRIPTION="basic hardware drivers for logic analyzers and input/output file format support" HOMEPAGE="http://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" @@ -25,7 +25,7 @@ REQUIRED_USE="java? ( cxx ) python? ( cxx ${PYTHON_REQUIRED_USE} )" # We also support librevisa, but that isn't in the tree ... LIB_DEPEND=">=dev-libs/glib-2.32.0[static-libs(+)] - >=dev-libs/libzip-0.8[static-libs(+)] + >=dev-libs/libzip-0.8:=[static-libs(+)] cxx? ( dev-cpp/glibmm:2[static-libs(+)] ) python? ( ${PYTHON_DEPS} >=dev-python/pygobject-3.0.0[${PYTHON_USEDEP}] ) ftdi? ( >=dev-embedded/libftdi-0.16:=[static-libs(+)] ) diff --git a/sci-libs/libsigrok/metadata.xml b/sci-libs/libsigrok/metadata.xml index 03c75dbad27..60598929d67 100644 --- a/sci-libs/libsigrok/metadata.xml +++ b/sci-libs/libsigrok/metadata.xml @@ -5,6 +5,11 @@ embedded@gentoo.org Embedded Gentoo + + libsigrok is a shared library written in C, which provides the basic + hardware access drivers for logic analyzers and other supported devices, + as well as input/output file format support. + Enable drivers that need libftdi Enable drivers that are parallel (IEEE1284) based