From a4d7cf93bd24a7acc65f7bfd28462e6c7ddf3784 Mon Sep 17 00:00:00 2001 From: "Chen, Chih-Chia" Date: Thu, 10 Mar 2022 14:52:19 +0800 Subject: Remove out-of-dated packages Signed-off-by: Chen, Chih-Chia --- app-crypt/tlsh/Manifest | 1 - app-crypt/tlsh/tlsh-4.2.1.ebuild | 1 - app-crypt/tlsh/tlsh-9999.ebuild | 49 ---------------------------------------- 3 files changed, 51 deletions(-) delete mode 100644 app-crypt/tlsh/Manifest delete mode 120000 app-crypt/tlsh/tlsh-4.2.1.ebuild delete mode 100644 app-crypt/tlsh/tlsh-9999.ebuild diff --git a/app-crypt/tlsh/Manifest b/app-crypt/tlsh/Manifest deleted file mode 100644 index 1ff7fd6..0000000 --- a/app-crypt/tlsh/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tlsh-4.2.1.tar.gz 3326729 BLAKE2B 666d2854efc880f37ee838c0798e50485c4e6411bd889692674852cb9b54fc232354aa65f55a905544e966b2c1ed37caddd369c49297fe0812dc951e61fe6c48 SHA512 ee653f02e96c839cb62262b1dcb84e3946801ef70a5b13f6596236d85931c4aa069de276021d8e4f1a8e95ce3c97946b73e7d0792fc82434ac539bb70dc9922e diff --git a/app-crypt/tlsh/tlsh-4.2.1.ebuild b/app-crypt/tlsh/tlsh-4.2.1.ebuild deleted file mode 120000 index 524efd2..0000000 --- a/app-crypt/tlsh/tlsh-4.2.1.ebuild +++ /dev/null @@ -1 +0,0 @@ -tlsh-9999.ebuild \ No newline at end of file diff --git a/app-crypt/tlsh/tlsh-9999.ebuild b/app-crypt/tlsh/tlsh-9999.ebuild deleted file mode 100644 index 3f92bf7..0000000 --- a/app-crypt/tlsh/tlsh-9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -MY_PN="github.com/trendmicro/${PN}" -MY_P="${P}" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://${MY_PN}" - EGIT_SUBMODULES=() - KEYWORDS="~amd64 ~x86" -else - EGIT_COMMIT=${PV} - MY_P="${PN}-${EGIT_COMMIT}" - SRC_URI="https://${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="Trend Micro Locality Sensitive Hash" -HOMEPAGE="https://github.com/trendmicro/tlsh" - -LICENSE="Apache-2.0" -SLOT="0/${PVR}" -IUSE="" -RESTRICT="mirror" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -CMAKE_BUILD_TYPE=Release - -src_compile() { - sh ./make.sh -notest -} - -src_install() { - cmake_src_install - - # Manually install supporting files that conflict with other packages - # but are needed for galera and initial installation - exeinto /usr/bin - newexe "${S}/bin/tlsh_unittest" tlsh -} -- cgit v1.2.3-65-gdbad