diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-07-01 23:17:05 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-07-01 23:17:05 +0000 |
commit | e5eb0543f3dfd2ed4ece97368383b7f632e3076c (patch) | |
tree | a9ab8b77459ce66140db270ff06638a608921c7c /sci-mathematics/dataplot | |
parent | Remove app-vim/conky-syntax from tree. (diff) | |
download | gentoo-2-e5eb0543f3dfd2ed4ece97368383b7f632e3076c.tar.gz gentoo-2-e5eb0543f3dfd2ed4ece97368383b7f632e3076c.tar.bz2 gentoo-2-e5eb0543f3dfd2ed4ece97368383b7f632e3076c.zip |
Remove unnecessary inherit
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/dataplot')
-rw-r--r-- | sci-mathematics/dataplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20080225.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog index d24a6cfa1471..adca51d43a31 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.3 2008/06/20 17:48:20 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.4 2008/07/01 23:17:05 gentoofan23 Exp $ + + 01 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> + dataplot-20080225.ebuild: + Remove unnecessary inherit 20 Jun 2008; Thomas Anderson (gentoofan23) <gentoofan23@gentoo.org> metadata.xml: diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild index 3da4b1b39aee..9c29323d32b9 100644 --- a/sci-mathematics/dataplot/dataplot-20080225.ebuild +++ b/sci-mathematics/dataplot/dataplot-20080225.ebuild @@ -1,8 +1,8 @@ # 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.3 2008/06/04 17:07:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.4 2008/07/01 23:17:05 gentoofan23 Exp $ -inherit eutils toolchain-funcs flag-o-matic autotools fortran +inherit eutils toolchain-funcs autotools fortran # DAY MONTH YEAR MY_PV=${PV:4:2}_${PV:6:2}_${PV:0:4} |