diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-03-09 20:07:20 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-03-09 20:07:20 +0000 |
commit | 2f6afd49edb5ef958f07ec71a6459ed336b181f6 (patch) | |
tree | 754def0c109c53971ee865e7ebe446394de94eea /sci-libs/libgeda | |
parent | Stable for HPPA (xarchiver, perhaps bug #157879). (diff) | |
download | gentoo-2-2f6afd49edb5ef958f07ec71a6459ed336b181f6.tar.gz gentoo-2-2f6afd49edb5ef958f07ec71a6459ed336b181f6.tar.bz2 gentoo-2-2f6afd49edb5ef958f07ec71a6459ed336b181f6.zip |
Moved inherit statement before variables, thanks to Michael Sterrett.
(Portage version: 2.1.2.1)
Diffstat (limited to 'sci-libs/libgeda')
-rw-r--r-- | sci-libs/libgeda/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/libgeda/libgeda-20060123.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/libgeda/libgeda-20061020.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/libgeda/ChangeLog b/sci-libs/libgeda/ChangeLog index 36033b6e6c25..d13cafbbc083 100644 --- a/sci-libs/libgeda/ChangeLog +++ b/sci-libs/libgeda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libgeda # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.31 2007/03/09 06:26:37 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.32 2007/03/09 20:07:20 calchan Exp $ + + 09 Mar 2007; Denis Dupeyron <calchan@gentoo.org> libgeda-20060123.ebuild, + libgeda-20061020.ebuild: + Moved inherit statement before variables, thanks to Michael Sterrett. 09 Mar 2007; Denis Dupeyron <calchan@gentoo.org> libgeda-20060123.ebuild, libgeda-20061020.ebuild: diff --git a/sci-libs/libgeda/libgeda-20060123.ebuild b/sci-libs/libgeda/libgeda-20060123.ebuild index 041ecb0704ce..c63b511e1264 100644 --- a/sci-libs/libgeda/libgeda-20060123.ebuild +++ b/sci-libs/libgeda/libgeda-20060123.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20060123.ebuild,v 1.9 2007/03/09 06:26:37 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20060123.ebuild,v 1.10 2007/03/09 20:07:20 calchan Exp $ + +inherit eutils HOMEPAGE="http://www.geda.seul.org" DESCRIPTION="libgeda - this library provides functions needed for the gEDA core suite" SRC_URI="http://www.geda.seul.org/devel/${PV}/libgeda-${PV}.tar.gz" -inherit eutils - IUSE="png" LICENSE="GPL-2" KEYWORDS="amd64 ppc sparc x86" diff --git a/sci-libs/libgeda/libgeda-20061020.ebuild b/sci-libs/libgeda/libgeda-20061020.ebuild index 62496a6b97a0..3144a16263cd 100644 --- a/sci-libs/libgeda/libgeda-20061020.ebuild +++ b/sci-libs/libgeda/libgeda-20061020.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20061020.ebuild,v 1.6 2007/03/09 06:26:37 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20061020.ebuild,v 1.7 2007/03/09 20:07:20 calchan Exp $ + +inherit eutils HOMEPAGE="http://www.geda.seul.org" DESCRIPTION="libgeda - this library provides functions needed for the gEDA core suite" SRC_URI="http://www.geda.seul.org/devel/${PV}/libgeda-${PV}.tar.gz" -inherit eutils - IUSE="" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" |