swift       14/08/17 08:30:33

  Modified:             ChangeLog
  Added:                ima-evm-utils-0.8.ebuild
  Log:
  Bump to 0.8
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.2                  app-crypt/ima-evm-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ima-evm-utils/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ima-evm-utils/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ima-evm-utils/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ima-evm-utils/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   10 Feb 2013 10:23:44 -0000      1.1
+++ ChangeLog   17 Aug 2014 08:30:33 -0000      1.2
@@ -1,6 +1,11 @@
-# ChangeLog for app-admin/ima-evm-utils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ima-evm-utils/ChangeLog,v 1.1 
2013/02/10 10:23:44 swift Exp $
+# ChangeLog for app-crypt/ima-evm-utils
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ima-evm-utils/ChangeLog,v 1.2 
2014/08/17 08:30:33 swift Exp $
+
+*ima-evm-utils-0.8 (17 Aug 2014)
+
+  17 Aug 2014; Sven Vermeulen <[email protected]> +ima-evm-utils-0.8.ebuild:
+  Bump to 0.8
 
 *ima-evm-utils-0.2 (27 Dec 2012)
 
@@ -12,4 +17,3 @@
 
   12 Nov 2012; <[email protected]> +ima-evm-utils-9999.ebuild, +metadata.xml:
   Initial live ebuild for the ima and evm utilities
-



1.1                  app-crypt/ima-evm-utils/ima-evm-utils-0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ima-evm-utils/ima-evm-utils-0.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ima-evm-utils/ima-evm-utils-0.8.ebuild?rev=1.1&content-type=text/plain

Index: ima-evm-utils-0.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/ima-evm-utils/ima-evm-utils-0.8.ebuild,v 1.1 
2014/08/17 08:30:33 swift Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION="Supporting tools for IMA and EVM"
HOMEPAGE="http://linux-ima.sourceforge.net";
SRC_URI="mirror://sourceforge/linux-ima/${P}.tar.gz"

DEPEND="sys-apps/keyutils"
RDEPEND="${DEPEND}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_prepare() {
        sed -i 's:pkglib_PROGRAMS:pkglibexec_PROGRAMS:g' tests/Makefile.am
        sed -i 's:pkglib_SCRIPTS:pkglibexec_SCRIPTS:g' tests/Makefile.am
        eautoreconf
}

src_configure() {
        econf || die
}

src_install() {
        emake install DESTDIR="${D}" || die
}




Reply via email to