diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-06-22 18:53:19 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-06-22 18:53:19 +0000 |
commit | 191217435831c0c021f1dcbb61dc4b5501f2c8b5 (patch) | |
tree | 87343abfb11bc251b6605adc3b2c394d83c789f8 /sci-mathematics | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-191217435831c0c021f1dcbb61dc4b5501f2c8b5.tar.gz gentoo-2-191217435831c0c021f1dcbb61dc4b5501f2c8b5.tar.bz2 gentoo-2-191217435831c0c021f1dcbb61dc4b5501f2c8b5.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gretl/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.8.1.ebuild (renamed from sci-mathematics/gretl/gretl-1.7.9.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog index 8cdfdc563bfc..d4b4bb9753ec 100644 --- a/sci-mathematics/gretl/ChangeLog +++ b/sci-mathematics/gretl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/gretl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.17 2009/02/02 23:52:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.18 2009/06/22 18:53:19 bicatali Exp $ + +*gretl-1.8.1 (22 Jun 2009) + + 22 Jun 2009; Sébastien Fabbro <bicatali@gentoo.org> -gretl-1.7.9.ebuild, + +gretl-1.8.1.ebuild: + Version bump *gretl-1.8.0 (02 Feb 2009) diff --git a/sci-mathematics/gretl/gretl-1.7.9.ebuild b/sci-mathematics/gretl/gretl-1.8.1.ebuild index 9779e76d4714..21d91d6713eb 100644 --- a/sci-mathematics/gretl/gretl-1.7.9.ebuild +++ b/sci-mathematics/gretl/gretl-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.9.ebuild,v 1.2 2009/02/02 23:52:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.8.1.ebuild,v 1.1 2009/06/22 18:53:19 bicatali Exp $ USE_EINSTALL=true EAPI=2 @@ -46,7 +46,7 @@ SITEFILE=50${PN}-gentoo.el src_prepare() { epatch "${FILESDIR}"/${PN}-1.7.5-locale.patch - epatch "${FILESDIR}"/${PN}-1.7.6-ldflags.patch + epatch "${FILESDIR}"/${PN}-1.8.0-ldflags.patch epatch "${FILESDIR}"/${PN}-1.7.9-nls.patch } @@ -84,7 +84,7 @@ src_install() { if use gnome; then gnome2_src_install gnome_prefix="${D}"/usr svprefix="${D}usr" else - einstall svprefix="${D}usr" || die "einstall failed" + einstall svprefix="${D}usr" fi if use gtk && ! use gnome; then doicon gnome/gretl.png |