diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-24 23:05:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-24 23:05:48 +0000 |
commit | abed087d7c33b1b7efe026ca41fbabf9a1f3f955 (patch) | |
tree | 8728620a84b1285608f83e3cd071f53f55b28284 /sci-mathematics/glpk | |
parent | Add ~sparc keyword, required for Bug #204504. (diff) | |
download | gentoo-2-abed087d7c33b1b7efe026ca41fbabf9a1f3f955.tar.gz gentoo-2-abed087d7c33b1b7efe026ca41fbabf9a1f3f955.tar.bz2 gentoo-2-abed087d7c33b1b7efe026ca41fbabf9a1f3f955.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 10 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.19.ebuild | 41 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.27.ebuild (renamed from sci-mathematics/glpk/glpk-4.22.ebuild) | 4 | ||||
-rw-r--r-- | sci-mathematics/glpk/metadata.xml | 15 |
4 files changed, 25 insertions, 45 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index a999bda0783d..dcfb71e2e55b 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/glpk -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.15 2007/12/04 11:34:42 bicatali Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.16 2008/03/24 23:05:48 bicatali Exp $ + +*glpk-4.27 (24 Mar 2008) + + 24 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, + -glpk-4.19.ebuild, -glpk-4.22.ebuild, +glpk-4.27.ebuild: + Version bump *glpk-4.24 (04 Dec 2007) diff --git a/sci-mathematics/glpk/glpk-4.19.ebuild b/sci-mathematics/glpk/glpk-4.19.ebuild deleted file mode 100644 index 4e624b765c5f..000000000000 --- a/sci-mathematics/glpk/glpk-4.19.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.19.ebuild,v 1.1 2007/07/14 23:03:39 robbat2 Exp $ - -DESCRIPTION="GNU Linear Programming Kit" -LICENSE="GPL-2" -HOMEPAGE="http://www.gnu.org/software/glpk/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -SLOT="0" -IUSE="doc" -KEYWORDS="~x86 ~amd64 ~ppc" - -DEPEND=">=sys-devel/gcc-3.2 - virtual/libc - doc? ( virtual/ghostscript )" -RDEPEND="virtual/libc" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - # INSTALL include some usage docs - dodoc AUTHORS ChangeLog INSTALL NEWS README || \ - die "failed to install docs" - - # 385Kb - insinto /usr/share/doc/${PF}/examples - doins examples/*.{c,mod,tsp} || \ - die "failed to install examples" - - # manual/ is 2.5Mb in size - if use doc; then - cd "${S}"/doc - dvipdf refman.dvi - dvipdf lang.dvi - insinto /usr/share/doc/${PF}/manual - doins *.pdf || die "failed to install manual files" - docinto manual - dodoc *.txt || die "failed to install manual txt" - fi -} diff --git a/sci-mathematics/glpk/glpk-4.22.ebuild b/sci-mathematics/glpk/glpk-4.27.ebuild index 12aebc49cc7f..078281eb32f7 100644 --- a/sci-mathematics/glpk/glpk-4.22.ebuild +++ b/sci-mathematics/glpk/glpk-4.27.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.22.ebuild,v 1.1 2007/10/03 12:56:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild,v 1.1 2008/03/24 23:05:48 bicatali Exp $ DESCRIPTION="GNU Linear Programming Kit" LICENSE="GPL-2" diff --git a/sci-mathematics/glpk/metadata.xml b/sci-mathematics/glpk/metadata.xml index 6236520ca11f..34c36ade81c4 100644 --- a/sci-mathematics/glpk/metadata.xml +++ b/sci-mathematics/glpk/metadata.xml @@ -5,4 +5,19 @@ <maintainer> <email>robbat2@gentoo.org</email> </maintainer> +<longdescription lang="en"> + The GNU Linear Programming Kit package is intended for solving + large-scale linear programming (LP), mixed integer programming + (MIP), and other related problems. It is a set of routines written + in ANSI C and organized in the form of a callable library. + GLPK supports the GNU MathProg language, which is a subset of the + AMPL language. The GLPK package includes the following main + components: + * Revised simplex method. + * Primal-dual interior point method. + * Branch-and-bound method. + * Translator for GNU MathProg. + * Application program interface (API). + * Stand-alone LP/MIP solver. +</longdescription> </pkgmetadata> |