diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:41:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:41:45 +0000 |
commit | 596811be875de77ed8dbcea75a0c95a8d354f936 (patch) | |
tree | 0f56d20034f4bd7514cf7c228d83790ed9cc06c0 /sci-mathematics/gretl | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | historical-596811be875de77ed8dbcea75a0c95a8d354f936.tar.gz historical-596811be875de77ed8dbcea75a0c95a8d354f936.tar.bz2 historical-596811be875de77ed8dbcea75a0c95a8d354f936.zip |
Move EAPI assignment to top of ebuild, bug 411875.
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/gretl')
-rw-r--r-- | sci-mathematics/gretl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.5.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.6-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.7.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog index 2f064d305e73..1472b20d7e79 100644 --- a/sci-mathematics/gretl/ChangeLog +++ b/sci-mathematics/gretl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gretl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.35 2012/01/03 02:44:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.36 2012/04/13 19:39:59 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> gretl-1.9.5.ebuild, + gretl-1.9.6-r1.ebuild, gretl-1.9.7.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. *gretl-1.9.7 (03 Jan 2012) diff --git a/sci-mathematics/gretl/gretl-1.9.5.ebuild b/sci-mathematics/gretl/gretl-1.9.5.ebuild index 2e342de646d2..c568f76f3ac8 100644 --- a/sci-mathematics/gretl/gretl-1.9.5.ebuild +++ b/sci-mathematics/gretl/gretl-1.9.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.5.ebuild,v 1.1 2011/05/03 16:31:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.5.ebuild,v 1.2 2012/04/13 19:39:59 ulm Exp $ -USE_EINSTALL=true EAPI=4 +USE_EINSTALL=true inherit eutils gnome2 elisp-common DESCRIPTION="Regression, econometrics and time-series library" diff --git a/sci-mathematics/gretl/gretl-1.9.6-r1.ebuild b/sci-mathematics/gretl/gretl-1.9.6-r1.ebuild index 401834486572..fe0d0e4c7a86 100644 --- a/sci-mathematics/gretl/gretl-1.9.6-r1.ebuild +++ b/sci-mathematics/gretl/gretl-1.9.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.6-r1.ebuild,v 1.1 2011/12/17 06:25:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.6-r1.ebuild,v 1.2 2012/04/13 19:39:59 ulm Exp $ -USE_EINSTALL=true EAPI=4 +USE_EINSTALL=true inherit eutils gnome2 elisp-common DESCRIPTION="Regression, econometrics and time-series library" diff --git a/sci-mathematics/gretl/gretl-1.9.7.ebuild b/sci-mathematics/gretl/gretl-1.9.7.ebuild index 2bbf1c58fe20..aa258cba222a 100644 --- a/sci-mathematics/gretl/gretl-1.9.7.ebuild +++ b/sci-mathematics/gretl/gretl-1.9.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.7.ebuild,v 1.1 2012/01/03 02:44:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.7.ebuild,v 1.2 2012/04/13 19:39:59 ulm Exp $ -USE_EINSTALL=true EAPI=4 +USE_EINSTALL=true inherit eutils gnome2 elisp-common DESCRIPTION="Regression, econometrics and time-series library" |