summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-06-04 16:40:53 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-06-04 16:40:53 +0000
commitd910abdc6dcff7544a9530231a28ead7f8672ce6 (patch)
tree40475669a7994711229256b26c0f7cf4c73daa95 /sci-mathematics/dataplot
parentInitial import from sunrise. Proxy-maintaining for Thomas Anderson (diff)
downloadgentoo-2-d910abdc6dcff7544a9530231a28ead7f8672ce6.tar.gz
gentoo-2-d910abdc6dcff7544a9530231a28ead7f8672ce6.tar.bz2
gentoo-2-d910abdc6dcff7544a9530231a28ead7f8672ce6.zip
Fixed directory changes
(Portage version: 2.1.5.3)
Diffstat (limited to 'sci-mathematics/dataplot')
-rw-r--r--sci-mathematics/dataplot/ChangeLog6
-rw-r--r--sci-mathematics/dataplot/dataplot-20080225.ebuild9
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog
index 035fee50f3ec..725bfaa5683d 100644
--- a/sci-mathematics/dataplot/ChangeLog
+++ b/sci-mathematics/dataplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/dataplot
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.1 2008/06/04 16:31:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.2 2008/06/04 16:40:53 bicatali Exp $
+
+ 04 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ dataplot-20080225.ebuild:
+ Fixed directory changes
*dataplot-20080225 (04 Jun 2008)
diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild
index f99d5a0b5681..ed57e7983af6 100644
--- a/sci-mathematics/dataplot/dataplot-20080225.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20080225.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.1 2008/06/04 16:31:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.2 2008/06/04 16:40:53 bicatali Exp $
inherit eutils toolchain-funcs flag-o-matic autotools fortran
@@ -48,9 +48,12 @@ pkg_setup() {
src_unpack() {
# unpacking and renaming because
# upstream does not use directories
- mkdir "${S_AUX}" && cd "${S_AUX}"
+ mkdir "${S_AUX}"
+ pushd "${S_AUX}"
unpack ${MY_P_AUX}.tar.gz
- mkdir ${MY_P} && cd "${S}"
+ popd
+ mkdir ${MY_P}
+ cd "${S}"
unpack ${MY_P}.tar.gz
# autotoolization: need to fix a few files with