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 E55EB138334 for ; Fri, 12 Apr 2019 15:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35130E08ED; Fri, 12 Apr 2019 15:45:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ED177E08ED for ; Fri, 12 Apr 2019 15:45:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C302A340E76 for ; Fri, 12 Apr 2019 15:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A77265AF for ; Fri, 12 Apr 2019 15:45:15 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1555083851.74024699d6d0d71613fceb6bfffb10f37b3f27c4.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/sigrok-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/sigrok-cli/Manifest sci-electronics/sigrok-cli/sigrok-cli-0.7.0.ebuild X-VCS-Directories: sci-electronics/sigrok-cli/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 74024699d6d0d71613fceb6bfffb10f37b3f27c4 X-VCS-Branch: master Date: Fri, 12 Apr 2019 15:45:15 +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: 7f0fb6bf-c935-473f-9d48-30e411141221 X-Archives-Hash: efd3f430c9161cd05944e0db201b3eae commit: 74024699d6d0d71613fceb6bfffb10f37b3f27c4 Author: Sven Wegener gentoo org> AuthorDate: Fri Apr 12 15:31:23 2019 +0000 Commit: Sven Wegener gentoo org> CommitDate: Fri Apr 12 15:44:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74024699 sci-electronics/sigrok-cli: Cleanup Signed-off-by: Sven Wegener gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 sci-electronics/sigrok-cli/Manifest | 1 - sci-electronics/sigrok-cli/sigrok-cli-0.7.0.ebuild | 42 ---------------------- 2 files changed, 43 deletions(-) diff --git a/sci-electronics/sigrok-cli/Manifest b/sci-electronics/sigrok-cli/Manifest index 8205432060e..75127c49fb0 100644 --- a/sci-electronics/sigrok-cli/Manifest +++ b/sci-electronics/sigrok-cli/Manifest @@ -1,2 +1 @@ -DIST sigrok-cli-0.7.0.tar.gz 210736 BLAKE2B b375d3e50cdcf2d261e57237f9e9069cf67a90f6465c4f76f0a5a2279998b41bfc19386167114e6680394be12abade861aec19503bc3bbadd012f336b28189ac SHA512 c3323fea1a10fb67787e287195c8d7c1a1a47540fb90f6f41ac5f1adc19e1496a0712b41e17253d8e9d269b1da84a9058f0f099cf2ca96dd0201f5c6172e4ff6 DIST sigrok-cli-0.7.1.tar.gz 221754 BLAKE2B a2edd3ef990c484660dd3fa6f8b8f2ca3eb500a39ac66da1ce9b95c7dd6bfbc5f39b7e5a28872bc8b4c6b7e6282919bbb22f71796ad8e16f3549ef2e4674f02e SHA512 a56d9439efca74f8362ed225d8fa92adfaee053470b166629ad2d8f3ebf5bea05a37782750c9321aabd3b47e634734fa5e5b0cc5353bf49dd1629cdcdb98aef5 diff --git a/sci-electronics/sigrok-cli/sigrok-cli-0.7.0.ebuild b/sci-electronics/sigrok-cli/sigrok-cli-0.7.0.ebuild deleted file mode 100644 index 05ed1f40fa7..00000000000 --- a/sci-electronics/sigrok-cli/sigrok-cli-0.7.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit python-single-r1 - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://sigrok.org/${PN}" - inherit git-r3 autotools -else - SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Command-line client for the sigrok logic analyzer software" -HOMEPAGE="https://sigrok.org/wiki/Sigrok-cli" - -LICENSE="GPL-3" -SLOT="0" -IUSE="+decode" -REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=">=dev-libs/glib-2.32.0 - >=sci-libs/libsigrok-0.5.0:= - decode? ( - >=sci-libs/libsigrokdecode-0.5.0:=[${PYTHON_USEDEP}] - ${PYTHON_DEPS} - )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - [[ ${PV} == "9999" ]] && eautoreconf - eapply_user -} - -src_configure() { - econf $(use_with decode libsigrokdecode) -}