diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-17 20:33:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-17 20:33:10 +0100 |
commit | 1c9a2b6cf059fca455a527c1bd76a2321f93b310 (patch) | |
tree | 1b35cf6afe711f7eaedfe2e5fe41b14e517ee215 /app-admin/integrit | |
parent | b9d1ad143f4a37061059ce69b1251e23fd760f95 (diff) |
gentoo auto-resync : 17:08:2022 - 20:33:10
Diffstat (limited to 'app-admin/integrit')
-rw-r--r-- | app-admin/integrit/Manifest | 2 | ||||
-rw-r--r-- | app-admin/integrit/integrit-4.1-r1.ebuild | 65 |
2 files changed, 0 insertions, 67 deletions
diff --git a/app-admin/integrit/Manifest b/app-admin/integrit/Manifest index 0f11662f465f..0f43d8960688 100644 --- a/app-admin/integrit/Manifest +++ b/app-admin/integrit/Manifest @@ -1,6 +1,4 @@ AUX integrit-4.1-fix-build-system.patch 1169 BLAKE2B 36b13162ea3a583968bda35ece1b4b1cc83871d4c2352ebcbffd079a9265d84b15e72d5e93f10e2404cd26e0622c666cb8b60e1cd53f207f0149a55814e10477 SHA512 4ed15ee8383e280b2d16d353f3401a058ad03c4ad84e4d0932ceec74391e04d266c2468270d2a08d299c57ee105f504c917fcf04b4ac07639bcba42e0fde84f6 -DIST integrit-4.1.tar.gz 271626 BLAKE2B 538a34c8e5c00e1be66ba35095be4d61402372ea7fd9ba9bfff9149c9a82c43d625ffb345fe84b7561100b31f2a2a1ba319e8b9a7d2b78e44a81d1ed6ae64f3a SHA512 599ae66a193fd87971994f59422e148e1ae01a5ff0fea93a0f2555c972f5254f0213116950766e72c87a57b1bd490f04afd3e0557d25a366c41dbbacc80b6842 DIST integrit-4.2_rc1.tar.gz 223627 BLAKE2B ff0dead8a8903dba0f43c7746672ca2d57aced352df2fef7b195fc90e9b38e77bb21affb40c424c5d23df7dcecf3192c1bff5c7c04d3fcbc5dad0dae60565f93 SHA512 2a86a37c684ca0b78bbf7901c8e72511f1169e8af7e9b4efdeadbade52e8fc7302167f6d82bd02b5af9688a05d13fc56d4f5474e3e04d1aef3dd9f72d782d739 -EBUILD integrit-4.1-r1.ebuild 1264 BLAKE2B 208f5ff74d53a189f7eabd131e3f032cff73d467e4622d317148d9a17c4b7db55335815ec6e59ba85794794bac1bff901dbd7d21b04e32ea0714fd3c7c54d5f1 SHA512 8cbb22064be0107ae5fa363185ccdecf347e7078a0d455d0af8af59b504282005816c1c52e3a01999568bb39a89e30043c48c556b6e78579c25dbc72afe8a5f4 EBUILD integrit-4.2_rc1.ebuild 1508 BLAKE2B 0184dfc915b21b07852b5c105237b44d2f41b53c4f313e687fa939b615220a87241d440391adfe6af3f151a0c43a547ad2d898ffbae924074f49023ca91e8fc8 SHA512 2323dbd228d16300c61c43607d61fc2e64f04c79271fb6044bb2594224b72c84b9ad389b1dcc766416f254be7469085dc831d868e5fa77b69ebc64e52910c90b MISC metadata.xml 303 BLAKE2B fa06e292a0bc17c82d114a06632afd3c17eb1d527e1d83af4f1dd2e6e87275649bc49f48a64c6684c9c9c6595ba80e483b41682205c9336c3f322efd278904c6 SHA512 3768d8d20baa316af2c088cd97d446deae2a67dcc828f2514ce9c3f6084ef17d5adbb6726878b8aae0977a5f6d8d9cd93c4801f2a585c841770276de1841b945 diff --git a/app-admin/integrit/integrit-4.1-r1.ebuild b/app-admin/integrit/integrit-4.1-r1.ebuild deleted file mode 100644 index bac0fe23c099..000000000000 --- a/app-admin/integrit/integrit-4.1-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="file integrity verification program" -HOMEPAGE="http://integrit.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -PATCHES=( "${FILESDIR}"/${PN}-4.1-fix-build-system.patch ) - -src_prepare() { - default - mv configure.{in,ac} || die - mv hashtbl/configure.{in,ac} || die - - # tests are not executable - chmod +x test/test || die - - eautoreconf -} - -src_compile() { - emake - emake utils - - emake -C doc - emake -C hashtbl hashtest -} - -src_install() { - dosbin integrit - dolib.a libintegrit.a - dodoc Changes HACKING README todo.txt - - # utils - dosbin utils/i-viewdb - dobin utils/i-ls - - # hashtbl - dolib.a hashtbl/libhashtbl.a - doheader hashtbl/hashtbl.h - dobin hashtbl/hashtest - newdoc hashtbl/README README.hashtbl - - # doc - doman doc/{i-ls.1,i-viewdb.1,integrit.1} - doinfo doc/integrit.info - - # examples - dodoc -r examples -} - -pkg_postinst() { - elog "It is recommended that the integrit binary is copied to a secure" - elog "location and re-copied at runtime or run from a secure medium." - elog "You should also create a configuration file (see examples)." -} |