vapier      14/06/06 05:15:40

  Modified:             cksfv-1.3.14.ebuild ChangeLog
  Log:
  Update to EAPI=4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.3                  app-arch/cksfv/cksfv-1.3.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild?r1=1.2&r2=1.3

Index: cksfv-1.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cksfv-1.3.14.ebuild 10 Apr 2011 22:49:46 -0000      1.2
+++ cksfv-1.3.14.ebuild 6 Jun 2014 05:15:40 -0000       1.3
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v 1.2 
2011/04/10 22:49:46 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v 1.3 
2014/06/06 05:15:40 vapier Exp $
+
+EAPI="4"
 
-EAPI=3
 inherit toolchain-funcs
 
 DESCRIPTION="SFV checksum utility (simple file verification)"
@@ -14,12 +15,10 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux"
 IUSE=""
 
-DEPEND=""
-
 src_configure() {
        # note: not an autoconf configure script
        ./configure \
-               --compiler=$(tc-getCC) \
+               --compiler="$(tc-getCC)" \
                --prefix="${EPREFIX}"/usr \
                --package-prefix="${D}" \
                --bindir="${EPREFIX}"/usr/bin \
@@ -27,6 +26,6 @@
 }
 
 src_install() {
-       emake install || die
+       emake install
        dodoc ChangeLog README TODO
 }



1.44                 app-arch/cksfv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   10 Apr 2011 22:49:46 -0000      1.43
+++ ChangeLog   6 Jun 2014 05:15:40 -0000       1.44
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cksfv
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.43 2011/04/10 
22:49:46 abcd Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.44 2014/06/06 
05:15:40 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger <vap...@gentoo.org> cksfv-1.3.14.ebuild:
+  Update to EAPI=4.
 
   10 Apr 2011; Jonathan Callen <a...@gentoo.org> cksfv-1.3.14.ebuild:
   Add prefix support, bump EAPI to 3, add prefix keywords




Reply via email to