app-misc/cmsv7: treeclean

Signed-off-by: Shimon Trolles <shimontrolles@gmail.com>
This commit is contained in:
Shimon Trolles
2026-07-04 00:04:15 +03:00
parent ce08e257f4
commit 79f1e75e80
3 changed files with 0 additions and 50 deletions

View File

@@ -1 +0,0 @@
DIST CMSV7_LINUX(AMD64)_7.36.0.1_260327.rpm 78939585 BLAKE2B dc171d9e535ea3090ea6aaa859ec0a55c346e67e57bc884a517fc2925f09efddff03c19f62604f06423a65b6f3cfe46a7dddd3273693e397c32d6bec1341ab37 SHA512 b9032346ddc3521d73cbba75e131f19d63801ef17440b0cae1a6d579ab21c8419f34036370c144887c25a98d78cd47c84b508d1438a5908dd0174bd309546a42

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RPM_COMPRESS_TYPE="xz"
inherit rpm
MY_PV=$(ver_rs 3 '-')
MY_P=fetchmail-${MY_PV}
DESCRIPTION="A vehicle monitoring and management platform"
HOMEPAGE="https://www.cmsv7.com"
SRC_URI="https://www.cmsv7.com/cmssoft/CMSV7_LINUX(AMD64)_${PV}_260327.rpm"
S=${WORKDIR}
QA_PREBUILT="*"
LICENSE="GPL-2 public-domain"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
BDEPEND="
app-arch/rpm
app-arch/xz-utils
"
src_unpack() {
rpm_src_unpack ${A}
}
src_prepare() {
default
}
src_install()
{
cp -a opt usr "${ED}/" || die "Failed to copy installation files"
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>shimontrolles@gmail.com</email>
<name>Shimon Trolles</name>
</maintainer>
</pkgmetadata>