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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66AB0158090 for ; Sat, 28 May 2022 18:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8CA9E0831; Sat, 28 May 2022 18:08:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7529EE0831 for ; Sat, 28 May 2022 18:08:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B071341361 for ; Sat, 28 May 2022 18:08:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F62448C for ; Sat, 28 May 2022 18:08:14 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1653761266.b2a457c7073574abdc7664bf5b748e5c3ccbfa83.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rrdtool-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rrdtool-bindings/Manifest dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild X-VCS-Directories: dev-ruby/rrdtool-bindings/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b2a457c7073574abdc7664bf5b748e5c3ccbfa83 X-VCS-Branch: master Date: Sat, 28 May 2022 18:08:14 +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: c12e20c3-7eea-4330-b6fc-28af64292751 X-Archives-Hash: 8dbe719562986ec6727e3fd55294580a commit: b2a457c7073574abdc7664bf5b748e5c3ccbfa83 Author: Conrad Kostecki gentoo org> AuthorDate: Sat May 28 18:07:46 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat May 28 18:07:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a457c7 dev-ruby/rrdtool-bindings: drop 1.7.2 Signed-off-by: Conrad Kostecki gentoo.org> dev-ruby/rrdtool-bindings/Manifest | 1 - .../rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild | 62 ---------------------- 2 files changed, 63 deletions(-) diff --git a/dev-ruby/rrdtool-bindings/Manifest b/dev-ruby/rrdtool-bindings/Manifest index 2fce6e694e1d..e3ece643a7cd 100644 --- a/dev-ruby/rrdtool-bindings/Manifest +++ b/dev-ruby/rrdtool-bindings/Manifest @@ -1,2 +1 @@ -DIST rrdtool-1.7.2.tar.gz 2883737 BLAKE2B f3ff6cc4e325cdec42a6f9e67a1644f501c11edc47bc281df58c2e1d7be4c01767c35166f4301f68cf9c22dcd5c159bb51ee704a5e36776acdf166100122cebb SHA512 453230efc68aeb4a12842d20a9d246ba478a79c2f6bfd9693a91837c1c1136abe8af177be64fe29aa40bf84ccfce7f2f15296aefe095e89b8b62aef5a7623e29 DIST rrdtool-1.8.0.tar.gz 2955398 BLAKE2B d821d662af432c53760bc0e9636b84d9209933a810fa71091fc4c2b44518c89c7ad509bde7955d952279ee41464c3bfa4f631662dde61b6fff46699bb382653f SHA512 8ae6f94d119e8d0e1ba7f2d0738f1ba008a4880d1022f1c0c5436f662d961fceec5c42e01c241493ece3d6f55c60fd7d1d264f93e678f3cf1251201dcde027c1 diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild deleted file mode 100644 index d52b6b98cdec..000000000000 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" -RUBY_FAKEGEM_TASK_DOC="" -inherit ruby-ng - -MY_P=${P/-bindings} -MY_P=${MY_P/_/-} - -DESCRIPTION="Ruby bindings for rrdtool" -HOMEPAGE="https://oss.oetiker.ch/rrdtool/" -SRC_URI="https://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz" -RUBY_S="$MY_P"/bindings/ruby - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="graph test" -RESTRICT="!test? ( test )" -REQUIRED_USE="test? ( graph )" - -# Block on older versions of rrdtool that install the bindings themselves. -# requires rrd_xport which requires rrd_graph -RDEPEND=" - ~net-analyzer/rrdtool-${PV}[graph=] -" -DEPEND=" - ${RDEPEND} - test? ( ~net-analyzer/rrdtool-${PV}[graph] ) -" - -all_ruby_prepare() { - eapply -p3 "${FILESDIR}"/${PN}-1.4.8-graph-ruby.patch -} - -each_ruby_configure() { - rm ../../src/rrd_config.h || die - touch ../../src/rrd_config.h || die - - ${RUBY} extconf.rb \ - --with-cflags="${CFLAGS} $(usex graph -DHAVE_RRD_GRAPH -UHAVE_RRD_GRAPH)" || die -} - -each_ruby_compile() { - emake V=1 ABS_TOP_SRCDIR="${PWD}/../.." -} - -each_ruby_test() { - if use graph; then - ${RUBY} -I. test.rb || die - fi -} - -all_ruby_install() { - dodoc CHANGES README -} - -each_ruby_install() { - DESTDIR=${D} emake install -}