commit:     6b85dca807344a1e40208905aa8195b82af5bb37
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 19:34:32 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}

Reply via email to