diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-15 17:52:05 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-15 17:52:05 +0000 |
commit | e963f89a4314aff34a3d3244a7fb8a92f5f5eb43 (patch) | |
tree | a64824f5059ed25ae1f7698700be59c732c5e2e8 /sci-mathematics | |
parent | Removed old version (diff) | |
download | gentoo-2-e963f89a4314aff34a3d3244a7fb8a92f5f5eb43.tar.gz gentoo-2-e963f89a4314aff34a3d3244a7fb8a92f5f5eb43.tar.bz2 gentoo-2-e963f89a4314aff34a3d3244a7fb8a92f5f5eb43.zip |
Version bump
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 10 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.35.ebuild (renamed from sci-mathematics/glpk/glpk-4.32.ebuild) | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index 9c449c41d874..078fefcef5bd 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/glpk -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.27 2008/10/28 08:54:09 bicatali Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.28 2009/01/15 17:52:05 bicatali Exp $ + +*glpk-4.35 (15 Jan 2009) + + 15 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> -glpk-4.32.ebuild, + +glpk-4.35.ebuild: + Version bump 28 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org> glpk-4.32.ebuild: Fixed doc install, bug #244710, thanks octoploid diff --git a/sci-mathematics/glpk/glpk-4.32.ebuild b/sci-mathematics/glpk/glpk-4.35.ebuild index 596ff4ace1fe..e1568fe4b4a1 100644 --- a/sci-mathematics/glpk/glpk-4.32.ebuild +++ b/sci-mathematics/glpk/glpk-4.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.32.ebuild,v 1.2 2008/10/28 08:54:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.1 2009/01/15 17:52:05 bicatali Exp $ inherit flag-o-matic @@ -34,7 +34,7 @@ src_compile() { $(use_with gmp) \ $(use_enable odbc) \ $(use_enable mysql) \ - ${myconf} || die "econf failed" + ${myconf} emake || die "emake failed" } @@ -52,7 +52,7 @@ src_install() { fi if use doc; then cd "${S}"/doc - doins notes/gomory.djvu || die "failed to instal memo" - dodoc *.ps *.txt || die "failed to install manual files" + doins *.pdf notes/gomory.djvu || die "failed to instal djvu and pdf" + dodoc *.txt || die "failed to install manual files" fi } |