From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/sigrok-cli/
Date: Mon, 30 Oct 2017 13:27:54 +0000 (UTC) [thread overview]
Message-ID: <1509370059.802bd08eb01998ac928649a8097f313a04c7d64b.swegener@gentoo> (raw)
commit: 802bd08eb01998ac928649a8097f313a04c7d64b
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 13:05:53 2017 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 13:27:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802bd08e
sci-electronics/sigrok-cli: Cleanup
Package-Manager: Portage-2.3.8, Repoman-2.3.4
sci-electronics/sigrok-cli/Manifest | 2 -
sci-electronics/sigrok-cli/sigrok-cli-0.5.0.ebuild | 45 ----------------------
sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild | 42 --------------------
3 files changed, 89 deletions(-)
diff --git a/sci-electronics/sigrok-cli/Manifest b/sci-electronics/sigrok-cli/Manifest
index 2f9bc35a220..860a288b4a6 100644
--- a/sci-electronics/sigrok-cli/Manifest
+++ b/sci-electronics/sigrok-cli/Manifest
@@ -1,3 +1 @@
-DIST sigrok-cli-0.5.0.tar.gz 390077 SHA256 73a30501525b13c09624ae00d37041cdaa50238d89c6febf169fc784affe723c SHA512 27945c8da71267b0e0e6762d646361ab23637e3187d68fba93a1306a4b01418c78d5779d885e1ad91304c3865f980e9472986215c40900ec25abe9eb5a437fde WHIRLPOOL 94a9c0c97cf9eae5b7b3b7d7157e0a38e27e74682f9f6d862a60eb3d812f5e9f951f8bf075e78f41e34bcee1b6acc0f5a10040e2c33edc6755527e492120c9fe
-DIST sigrok-cli-0.6.0.tar.gz 206733 SHA256 ab2ede4e245f3987e19a89a530bd204e0d792c07474d9fed3345d4af4e84723c SHA512 c60c0ca0897d8d6764f04f3ae46b0715c8e4f7d6bb9af1219419a961b6d0c7f2eb5ae61d98cc6746b0403d2bf6bea7d243e539a53ca53c68da50a4f262d0f6c0 WHIRLPOOL 8d107eff4ec90f99fc541435888db2d2a07c43aa2c08947839f508efb8af519d896e402bc3aa54070d48084d1d29fca443e32b7ace61016f0c1f29814174efac
DIST sigrok-cli-0.7.0.tar.gz 210736 SHA256 5669d968c2de3dfc6adfda76e83789b6ba76368407c832438cef5e7099a65e1c SHA512 c3323fea1a10fb67787e287195c8d7c1a1a47540fb90f6f41ac5f1adc19e1496a0712b41e17253d8e9d269b1da84a9058f0f099cf2ca96dd0201f5c6172e4ff6 WHIRLPOOL 23b4cc2d62dea79d1a25f651a078380fa7925578de131d12701859af7254604f57d2a663a05599c7262efc9c76f1f87caa82e86af9c708d7811039af9ba9a7a7
diff --git a/sci-electronics/sigrok-cli/sigrok-cli-0.5.0.ebuild b/sci-electronics/sigrok-cli/sigrok-cli-0.5.0.ebuild
deleted file mode 100644
index 53095574cf6..00000000000
--- a/sci-electronics/sigrok-cli/sigrok-cli-0.5.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-inherit eutils python-single-r1
-
-if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="git://sigrok.org/${PN}"
- inherit git-r3 autotools
-else
- SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Command-line client for the sigrok logic analyzer software"
-HOMEPAGE="http://sigrok.org/wiki/Sigrok-cli"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+decode"
-REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND=">=dev-libs/glib-2.28.0
- >=sci-libs/libsigrok-0.3.0
- decode? (
- >=sci-libs/libsigrokdecode-0.3.0
- ${PYTHON_DEPS}
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- [[ ${PV} == "9999" ]] && eautoreconf
-
- # This is fixed after the 0.5.0 release.
- sed -i \
- -e '/WITH_SRD=$enableval/s:=$enableval:=$withval:' \
- configure || die
-}
-
-src_configure() {
- econf $(use_with decode libsigrokdecode)
-}
diff --git a/sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild b/sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild
deleted file mode 100644
index 9febefda171..00000000000
--- a/sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 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="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Command-line client for the sigrok logic analyzer software"
-HOMEPAGE="http://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.4.0
- decode? (
- >=sci-libs/libsigrokdecode-0.4.0[${PYTHON_USEDEP}]
- ${PYTHON_DEPS}
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- [[ ${PV} == "9999" ]] && eautoreconf
- eapply_user
-}
-
-src_configure() {
- econf $(use_with decode libsigrokdecode)
-}
next reply other threads:[~2017-10-30 13:28 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-30 13:27 Sven Wegener [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-31 16:00 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/sigrok-cli/ Sven Wegener
2023-02-26 20:03 Sven Wegener
2022-01-08 15:47 Sven Wegener
2022-01-08 15:47 Sven Wegener
2021-03-26 21:24 Sven Wegener
2020-11-16 22:31 Sven Wegener
2020-11-16 22:31 Sven Wegener
2020-11-16 22:31 Sven Wegener
2020-02-09 16:36 Michał Górny
2019-04-12 15:45 Sven Wegener
2018-12-08 21:34 Sven Wegener
2018-11-22 18:41 Sven Wegener
2018-11-03 11:03 Sven Wegener
2018-04-11 9:40 David Seifert
2017-11-07 22:13 Sven Wegener
2017-07-01 20:52 Sven Wegener
2017-07-01 20:52 Sven Wegener
2017-07-01 20:52 Sven Wegener
2017-06-15 17:37 Pacho Ramos
2016-08-03 11:41 Sven Wegener
2016-08-03 11:41 Sven Wegener
2016-08-03 11:41 Sven Wegener
2016-08-03 11:41 Sven Wegener
2016-08-03 11:41 Sven Wegener
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1509370059.802bd08eb01998ac928649a8097f313a04c7d64b.swegener@gentoo \
--to=swegener@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox