diff options
author | 2004-05-05 09:25:13 +0000 | |
---|---|---|
committer | 2004-05-05 09:25:13 +0000 | |
commit | cb82adbef4253b4dd806fd9e209d58c1472f12eb (patch) | |
tree | c0c4fe36a9e5975deb275b235dfe33f9fe8fac2a /media-gfx/gnuplot/gnuplot-4.0.ebuild | |
parent | Stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-cb82adbef4253b4dd806fd9e209d58c1472f12eb.tar.gz gentoo-2-cb82adbef4253b4dd806fd9e209d58c1472f12eb.tar.bz2 gentoo-2-cb82adbef4253b4dd806fd9e209d58c1472f12eb.zip |
Added a patch for bug #49263 and corrected the header.
Diffstat (limited to 'media-gfx/gnuplot/gnuplot-4.0.ebuild')
-rw-r--r-- | media-gfx/gnuplot/gnuplot-4.0.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media-gfx/gnuplot/gnuplot-4.0.ebuild b/media-gfx/gnuplot/gnuplot-4.0.ebuild index dabe32deb8b3..db54bb78cfa0 100644 --- a/media-gfx/gnuplot/gnuplot-4.0.ebuild +++ b/media-gfx/gnuplot/gnuplot-4.0.ebuild @@ -1,5 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0.ebuild,v 1.2 2004/05/05 09:25:13 phosphan Exp $ + +inherit eutils MY_P="${P}.0" S=${WORKDIR}/${MY_P} @@ -24,6 +27,12 @@ DEPEND=" readline? ( >=sys-libs/readline-4.2 ) plotutils? ( media-libs/plotutils )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/header-order.patch +} + src_compile() { local myconf |