jlec        14/10/26 14:40:18

  Modified:             dataplot-20090821.ebuild metadata.xml ChangeLog
  Log:
  sci-mathematics/dataplot: Drop bashisms from configure.ac, #526888
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.7                  sci-mathematics/dataplot/dataplot-20090821.ebuild

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

Index: dataplot-20090821.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dataplot-20090821.ebuild    16 Oct 2012 19:13:05 -0000      1.6
+++ dataplot-20090821.ebuild    26 Oct 2014 14:40:18 -0000      1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.6 
2012/10/16 19:13:05 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.7 
2014/10/26 14:40:18 jlec Exp $
 
-EAPI=4
+EAPI=5
 
 inherit eutils fortran-2 toolchain-funcs autotools
 
@@ -39,19 +39,19 @@
 src_unpack() {
        # unpacking and renaming because
        # upstream does not use directories
-       mkdir "${S_AUX}"
-       pushd "${S_AUX}" > /dev/null
+       mkdir "${S_AUX}" || die
+       pushd "${S_AUX}" > /dev/null || die
        unpack ${MY_P_AUX}.tar.gz
-       popd > /dev/null
-       mkdir ${MY_P}
-       cd "${S}"
+       popd > /dev/null || die
+       mkdir ${MY_P} || die
+       cd "${S}" || die
        unpack ${MY_P}.tar.gz
 }
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-opengl.patch
-       cp "${FILESDIR}"/Makefile.am.${PV} Makefile.am
-       cp "${FILESDIR}"/configure.ac.${PV} configure.ac
+       cp "${FILESDIR}"/Makefile.am.${PV} Makefile.am || die
+       cp "${FILESDIR}"/configure.ac.${PV} configure.ac || die
        sed -e "s:IHOST1='SUN':IHOST1='@HOST@:" \
                -e "s:/usr/local/lib:@datadir@:g" \
                dp1_linux.f > dp1_linux.f.in || die
@@ -69,7 +69,7 @@
 }
 
 src_install() {
-       emake DESTDIR="${D}" install
+       default
 
        if use examples; then
                insinto /usr/share/doc/${PF}/examples
@@ -79,8 +79,3 @@
        doins "${S_AUX}"/dp{mes,sys,log}f.tex
        doenvd "${FILESDIR}"/90${PN}
 }
-
-pkg_postinst() {
-       elog "Before using dataplot, please run (as root):"
-       elog "env-update && source /etc/profile"
-}



1.9                  sci-mathematics/dataplot/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/metadata.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/metadata.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/metadata.xml?r1=1.8&r2=1.9

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml        16 Oct 2012 19:13:05 -0000      1.8
+++ metadata.xml        26 Oct 2014 14:40:18 -0000      1.9
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <herd>sci-mathematics</herd>
-       <longdescription lang="en">
+  <herd>sci-mathematics</herd>
+  <longdescription lang="en">
   Dataplot is a software system for scientific visualization,
   statistical analysis, and non-linear modeling. The target Dataplot
   user is the researcher and analyst engaged in the characterization,



1.19                 sci-mathematics/dataplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   16 Oct 2012 19:13:05 -0000      1.18
+++ ChangeLog   26 Oct 2014 14:40:18 -0000      1.19
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/dataplot
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.18 
2012/10/16 19:13:05 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.19 
2014/10/26 14:40:18 jlec Exp $
+
+  26 Oct 2014; Justin Lecher <j...@gentoo.org> dataplot-20090821.ebuild,
+  files/configure.ac.20090821, metadata.xml:
+  Drop bashisms from configure.ac, #526888
 
   16 Oct 2012; Justin Lecher <j...@gentoo.org> dataplot-20090821.ebuild,
   metadata.xml:




Reply via email to