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 5F5BA158020 for ; Sat, 24 Dec 2022 14:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8111E08BB; Sat, 24 Dec 2022 14:49:35 +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 5A576E08BB for ; Sat, 24 Dec 2022 14:49:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 7C8F1340E5D for ; Sat, 24 Dec 2022 14:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7537EB for ; Sat, 24 Dec 2022 14:49:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1671893283.6b85dca807344a1e40208905aa8195b82af5bb37.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vcontrold/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/vcontrold/Manifest app-misc/vcontrold/vcontrold-0.98.10.ebuild X-VCS-Directories: app-misc/vcontrold/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b85dca807344a1e40208905aa8195b82af5bb37 X-VCS-Branch: master Date: Sat, 24 Dec 2022 14:49:33 +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: af9a0883-5f4f-483e-9154-894afcc00fcc X-Archives-Hash: 843cc80062fe9d27628579acb81e889b commit: 6b85dca807344a1e40208905aa8195b82af5bb37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 20 19:34:32 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 24 14:48:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b85dca8 app-misc/vcontrold: drop 0.98.10 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/vcontrold/Manifest | 1 - app-misc/vcontrold/vcontrold-0.98.10.ebuild | 43 ----------------------------- 2 files changed, 44 deletions(-) diff --git a/app-misc/vcontrold/Manifest b/app-misc/vcontrold/Manifest index a713563fe75a..e0ad310b6ccb 100644 --- a/app-misc/vcontrold/Manifest +++ b/app-misc/vcontrold/Manifest @@ -1,2 +1 @@ -DIST vcontrold-0.98.10.tar.gz 87721 BLAKE2B 06111f534d137d08f0a66b00f1238dd04856c3a7dbe630baeed89667de2840cfa6d9227a899b3ce4819accccd8d2228ef7e31e9562e1bb21027a3ddd2fe2b148 SHA512 4e65c23edd2542323a2815154544c2a4376c35a49a52168d6a3a08dba68f462dbd9c0c43020f86a4cb6c4eb7736b5d9460c2e4e2a67c015e2e51841338547c55 DIST vcontrold-0.98.11.tar.gz 108805 BLAKE2B ff9cde5fb807a67a891bdf0feeb692c88f52d2960eef77d12153602bd18588489f08a03ef2c4d6d847d30e2b19870453a48800cdc28f40e8797dda50d3601b3f SHA512 28693472897bae695cd2bab23bc0abd8fa0b85dcf1816983f6876b99a78114f81e5e64f199ca646bd37b6f1603c3824485c78d73e289cf5dbf702c22ed5100dc diff --git a/app-misc/vcontrold/vcontrold-0.98.10.ebuild b/app-misc/vcontrold/vcontrold-0.98.10.ebuild deleted file mode 100644 index 87e6097f057d..000000000000 --- a/app-misc/vcontrold/vcontrold-0.98.10.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Daemon for communication with Viessmann Vito heatings" -HOMEPAGE="https://github.com/openv/vcontrold/" -SRC_URI="https://github.com/openv/vcontrold/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+man +vclient vsim" - -RDEPEND="dev-libs/libxml2:2" -DEPEND="${RDEPEND} - man? ( dev-python/docutils )" - -src_prepare() { - sed "s/@VERSION@/${PV}/" "src/version.h.in" \ - > "src/version.h" || die "Setting version failed" - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DMANPAGES="$(usex man)" - -DVCLIENT="$(usex vclient)" - -DVSIM="$(usex vsim)" - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - doinitd "${FILESDIR}/vcontrold" - insinto /etc/vcontrold/ - doins -r xml -}