Portage is a package management system used by Gentoo Linux
# ChangeLog for app-admin/integrit
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/ChangeLog,v 1.21 2008/03/12 09:46:42 phreak Exp $
12 Mar 2008; Christian Heim
Removing Robert Clark (hyakuhei, #154737) from metadata.xml.
14 Jan 2008; Tobias Scherbaum
ppc. stable
19 Dec 2007; Raúl Porcel
x86 stable
07 Jun 2007; Christian Faulhammer
modified ChangeLog to meet common standards
24 Jan 2007; Marius Mauch
integrit-3.05.ebuild, integrit-4.0.ebuild:
Replacing einfo with elog
*integrit-4.0 (17 Jan 2007)
17 Jan 2007; Robert Clark
bumped to version 4. No outstanding bugs as of this date.
08 May 2006; Thomas Cort
integrit-3.05.ebuild:
Removed INSTALL from dodoc.
*integrit-3.05 (03 Oct 2005)
03 Oct 2005; Chris White
Bump to version 3.05. Fixes bug #106749. Tested by creating a database of
/usr and modifying a file in /usr/lib.
20 Aug 2005; Luis Medinas
Added ~amd64 keywords.
19 Apr 2005; Elfyn McBratney
Remove retired developer from metadata.xml.
31 Dec 2004; Chris White
Taking over as maintainer.
05 Oct 2004; Pieter Van den Abeele
integrit-3.02.00.ebuild:
Masked integrit-3.02.00.ebuild stable for ppc
06 Jun 2004; Daniel Black
QA - IUSE fix
11 Jun 2003;
fix Header
*integrit-3.02.00 (23 Oct 2002)
28 Mar 2003; Pieter Van den Abeele
Moving this to ppc unstable
23 Oct 2002; Zach Welch
Import from bug 9454, contributed by Danny Pansters
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST integrit-3.02.00.tar.gz 251649 RMD160 adc0766db91a3e9c33dfab0d4b39a2bddb54f2e7 SHA1 785d3b052ed62acaeb5c4a162a30db50e89d6b31 SHA256 c59e172e90e171a175dd680b4443cd1d15e473d781b1f150bb477d8293569ba5
DIST integrit-3.05.tar.gz 262784 RMD160 ed993d31f40ead1f0ca9bfb547bb15d7afcc1f3f SHA1 71326fb9dd608c02fea0f70e26e17fe41ab89cdf SHA256 12aa8e7506120af5d3dfb3a07869450f492f876d99f18d9f623d17120ac2475d
DIST integrit-4.0.tar.gz 266001 RMD160 7b314b31357e0072bd196285757c23edecb6759e SHA1 bbb7b7c34a7748a209a912ac646b834b57af6904 SHA256 b0c09cf90404045759571a768a1f4581c0fc7db9a07bc00fef7356c799b200ec
EBUILD integrit-3.02.00.ebuild 1281 RMD160 65789cd35f11d3d06db05fc1f3030117fbf40a92 SHA1 1b517b9eb79cc83aa3ff5befbc2c11463e385405 SHA256 c2be52c2d0c5d88d1302f6f6a491bcdc9e92920d1a49d88f527f515e19131b4c
EBUILD integrit-3.05.ebuild 1254 RMD160 41b9b4ca080fe5767ee720ee2900c70cb9a28e76 SHA1 4cc77aad550a9d4d571f6e67e5abbe4792684862 SHA256 f8e8baf4968f37a0736142cdbe3e99a152d51eeacc81b9ca900797aefdc258a4
EBUILD integrit-4.0.ebuild 1240 RMD160 623255596bb32189e73373ccef088cb5a2334311 SHA1 6587a8326a9101660c5ab95ba1de4fb5bfc29d77 SHA256 b61a7f550a109aa864f8861db45af7c5de74f3901d78a82c1a4ed867ec50b7a9
MISC ChangeLog 2143 RMD160 e0c2c22711f2f11a07eec0d1870facb4b7adf8f4 SHA1 56b659dd30cd437a274c1b49cc9d9a54736c294f SHA256 71f945f305eb18fb56755e44b6894f4c450ba7ea6d1358c6eb3ddba504acef31
MISC metadata.xml 163 RMD160 cd9adc76a05a5a4d079045e90a823e487000fbe0 SHA1 499d07496dd075e4685d50b4a3284386d29d7de4 SHA256 a072456ba64483cd3108f6125498634a060a449c9ce7dfa512549fbf78601e09
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH16aIyuNVb5qfaOYRAtpLAKC2JKEOwvV+OpA2w2Eix8+tVrUumgCgzjPD
9zsWQ089+elSD+BGsi6uSKc=
=SGlX
-----END PGP SIGNATURE-----
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/integrit-3.02.00.ebuild,v 1.16 2007/01/24 14:28:16 genone Exp $
DESCRIPTION="file integrity verification program"
HOMEPAGE="http://integrit.sourceforge.net/"
SRC_URI="http://www.noserose.net/e/integrit/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
DEPEND="virtual/libc"
S=${WORKDIR}/${PN}-3.02
src_compile() {
econf --prefix=/usr || die
emake || die
emake utils || die
cd ${S}/doc
emake || die
cd ${S}/hashtbl
emake hashtest || die
mv README README.hashtbl
}
src_install() {
dosbin integrit || die
dolib libintegrit.a
dodoc Changes HACKING README todo.txt
cd ${S}/utils
dosbin i-viewdb
dobin i-ls
cd ${S}/hashtbl
dolib libhashtbl.a
insinto /usr/include
doins hashtbl.h
dobin hashtest
dodoc README.hashtbl
cd ${S}/doc
doman i-ls.1 i-viewdb.1 integrit.1
doinfo integrit.info
cd ${S}/examples
docinto examples
dodoc *
}
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)."
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/integrit-3.05.ebuild,v 1.3 2007/01/24 14:28:16 genone Exp $
DESCRIPTION="file integrity verification program"
HOMEPAGE="http://integrit.sourceforge.net/"
SRC_URI="http://www.noserose.net/e/integrit/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="virtual/libc"
src_compile() {
econf --prefix=/usr || die
emake || die
emake utils || die
cd ${S}/doc
emake || die
cd ${S}/hashtbl
emake hashtest || die
mv README README.hashtbl
}
src_install() {
dosbin integrit || die
dolib libintegrit.a
dodoc Changes HACKING README todo.txt
cd ${S}/utils
dosbin i-viewdb
dobin i-ls
cd ${S}/hashtbl
dolib libhashtbl.a
insinto /usr/include
doins hashtbl.h
dobin hashtest
dodoc README.hashtbl
cd ${S}/doc
doman i-ls.1 i-viewdb.1 integrit.1
doinfo integrit.info
cd ${S}/examples
docinto examples
dodoc *
}
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)."
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/integrit-4.0.ebuild,v 1.4 2008/01/14 19:51:28 dertobi123 Exp $
DESCRIPTION="file integrity verification program"
HOMEPAGE="http://integrit.sourceforge.net/"
SRC_URI="mirror://sourceforge/integrit/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
DEPEND="virtual/libc"
src_compile() {
econf --prefix=/usr || die
emake || die
emake utils || die
cd ${S}/doc
emake || die
cd ${S}/hashtbl
emake hashtest || die
mv README README.hashtbl
}
src_install() {
dosbin integrit || die
dolib libintegrit.a
dodoc Changes HACKING README todo.txt
cd ${S}/utils
dosbin i-viewdb
dobin i-ls
cd ${S}/hashtbl
dolib libhashtbl.a
insinto /usr/include
doins hashtbl.h
dobin hashtest
dodoc README.hashtbl
cd ${S}/doc
doman i-ls.1 i-viewdb.1 integrit.1
doinfo integrit.info
cd ${S}/examples
docinto examples
dodoc *
}
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)."
}