jlec        15/01/04 13:37:37

  Modified:             inchi-1.04.ebuild metadata.xml ChangeLog
  Removed:              inchi-1.03.ebuild
  Log:
  sci-libs/inchi: Drop old; add missing die; bump EAPI
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.6                  sci-libs/inchi/inchi-1.04.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/inchi-1.04.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/inchi-1.04.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/inchi-1.04.ebuild?r1=1.5&r2=1.6

Index: inchi-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/inchi/inchi-1.04.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- inchi-1.04.ebuild   20 Feb 2013 19:42:07 -0000      1.5
+++ inchi-1.04.ebuild   4 Jan 2015 13:37:37 -0000       1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/inchi/inchi-1.04.ebuild,v 1.5 
2013/02/20 19:42:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/inchi/inchi-1.04.ebuild,v 1.6 
2015/01/04 13:37:37 jlec Exp $
 
-EAPI=4
+EAPI=5
 
 inherit eutils toolchain-funcs
 
@@ -44,17 +44,17 @@
                        ISLINUX=1
        )
        for dir in  INCHI/gcc/inchi-1 INCHI_API/gcc_so_makefile; do
-       pushd ${dir} > /dev/null
+               pushd ${dir} > /dev/null
                emake \
                        "${common_opts[@]}"
-               popd
+               popd > /dev/null
        done
        if use static-libs ; then
                pushd INCHI_API/gcc_so_makefile > /dev/null
                emake libinchi.a \
                                "${common_opts[@]}" \
                                STATIC=1
-               popd
+               popd > /dev/null
        fi
 }
 
@@ -66,10 +66,9 @@
                dodoc *.pdf readme.txt
        fi
        dobin "${S}"/INCHI/gcc/inchi-1/inchi-1
-       cd "${S}/INCHI_API/gcc_so_makefile/result"
-       rm *gz
+       cd "${S}/INCHI_API/gcc_so_makefile/result" || die
+       rm *gz || die
        dolib.so lib*so*
        use static-libs && dolib.a lib*a
-       insinto /usr/include
-       doins ../../inchi_main/inchi_api.h
+       doheader ../../inchi_main/inchi_api.h
 }



1.3                  sci-libs/inchi/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/inchi/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        4 Mar 2012 13:22:18 -0000       1.2
+++ metadata.xml        4 Jan 2015 13:37:37 -0000       1.3
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <herd>sci-chemistry</herd>
-       <longdescription>
+  <herd>sci-chemistry</herd>
+  <longdescription>
 Program v1.03 implementing IUPAC (Standard) InChI/InChIKey version 1.
 </longdescription>
 </pkgmetadata>



1.7                  sci-libs/inchi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/inchi/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/inchi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   20 Feb 2013 19:42:07 -0000      1.6
+++ ChangeLog   4 Jan 2015 13:37:37 -0000       1.7
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/inchi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/inchi/ChangeLog,v 1.6 2013/02/20 
19:42:07 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/inchi/ChangeLog,v 1.7 2015/01/04 
13:37:37 jlec Exp $
+
+  04 Jan 2015; Justin Lecher <[email protected]> -inchi-1.03.ebuild,
+  inchi-1.04.ebuild, metadata.xml:
+  Drop old; add missing die; bump EAPI
 
   20 Feb 2013; Agostino Sarubbo <[email protected]> inchi-1.04.ebuild:
   Add ~arm, wrt bug #455960




Reply via email to