diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:48:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:48:09 +0000 |
commit | d8a6d84685bb0cc35c249bcfe36dfa77c8f71390 (patch) | |
tree | 3ed5d7682e90af98aae459717855cf4d7ed8d6ed /media-gfx/gnuplot | |
parent | fix gtk2.4 build (Manifest recommit) (diff) | |
download | gentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.tar.gz gentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.tar.bz2 gentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.zip |
Add inherit eutils
Diffstat (limited to 'media-gfx/gnuplot')
-rw-r--r-- | media-gfx/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog index a5644a5d8028..739cd0d2d974 100644 --- a/media-gfx/gnuplot/ChangeLog +++ b/media-gfx/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gnuplot # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.18 2004/04/09 04:01:51 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.19 2004/04/27 21:43:40 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> gnuplot-3.8j-r1.ebuild: + Add inherit eutils *gnuplot-3.8j-r1 (08 Apr 2004) diff --git a/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild b/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild index 305160cbcf77..290576019481 100644 --- a/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild +++ b/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild @@ -1,6 +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-3.8j-r1.ebuild,v 1.1 2004/04/09 04:01:51 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild,v 1.2 2004/04/27 21:43:40 agriffis Exp $ + +inherit eutils MY_P="${P}.0" S=${WORKDIR}/${MY_P} |