* [gentoo-commits] gentoo-x86 commit in app-admin/integrit: integrit-4.1-r1.ebuild ChangeLog
@ 2012-10-22 12:58 Agostino Sarubbo (ago)
0 siblings, 0 replies; only message in thread
From: Agostino Sarubbo (ago) @ 2012-10-22 12:58 UTC (permalink / raw
To: gentoo-commits
ago 12/10/22 12:58:58
Modified: ChangeLog
Added: integrit-4.1-r1.ebuild
Log:
New revision, EAPI4 + restrict test
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.24 app-admin/integrit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/integrit/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/integrit/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/integrit/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/integrit/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 4 Jan 2009 23:03:27 -0000 1.23
+++ ChangeLog 22 Oct 2012 12:58:58 -0000 1.24
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/integrit
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/ChangeLog,v 1.23 2009/01/04 23:03:27 patrick Exp $
+# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/ChangeLog,v 1.24 2012/10/22 12:58:58 ago Exp $
+
+*integrit-4.1-r1 (22 Oct 2012)
+
+ 22 Oct 2012; Agostino Sarubbo <ago@gentoo.org> +integrit-4.1-r1.ebuild:
+ New revision, EAPI4 + restrict test
*integrit-4.1 (04 Jan 2009)
@@ -69,4 +74,3 @@
23 Oct 2002; Zach Welch <zwelch@gentoo.org> :
Import from bug 9454, contributed by Danny Pansters <danny@ricin.com>
-
1.1 app-admin/integrit/integrit-4.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/integrit/integrit-4.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/integrit/integrit-4.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: integrit-4.1-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/integrit-4.1-r1.ebuild,v 1.1 2012/10/22 12:58:58 ago Exp $
EAPI=4
inherit autotools toolchain-funcs
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=""
RESTRICT="test" # 276190
src_prepare() {
sed -i -e "/^CC/d" configure.in hashtbl/configure.in || die
sed -i -e "/^AC_PROGRAM_PATH/d" configure.in hashtbl/configure.in || die
eautoreconf
tc-export AR
}
src_compile() {
emake
emake utils
cd "${S}"/doc && emake
cd "${S}"/hashtbl && emake hashtest
}
src_install() {
dosbin integrit
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
newdoc README 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)."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-22 12:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 12:58 [gentoo-commits] gentoo-x86 commit in app-admin/integrit: integrit-4.1-r1.ebuild ChangeLog Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox