summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-01-31 21:55:05 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-01-31 21:55:05 +0000
commit6458071f2eaa65cc304197d83b2df8a16ed307ad (patch)
tree748ea3293b4567c3ca7662987e1f8e4f66c1fbcd /sci-mathematics/glpk
parentold (diff)
downloadgentoo-2-6458071f2eaa65cc304197d83b2df8a16ed307ad.tar.gz
gentoo-2-6458071f2eaa65cc304197d83b2df8a16ed307ad.tar.bz2
gentoo-2-6458071f2eaa65cc304197d83b2df8a16ed307ad.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r--sci-mathematics/glpk/ChangeLog8
-rw-r--r--sci-mathematics/glpk/glpk-4.42.ebuild (renamed from sci-mathematics/glpk/glpk-4.40.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog
index 413456fbfa99..db6777fd83f6 100644
--- a/sci-mathematics/glpk/ChangeLog
+++ b/sci-mathematics/glpk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/glpk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.41 2010/01/11 04:11:53 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.42 2010/01/31 21:55:05 bicatali Exp $
+
+*glpk-4.42 (31 Jan 2010)
+
+ 31 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> -glpk-4.40.ebuild,
+ +glpk-4.42.ebuild:
+ Version bump
*glpk-4.41 (11 Jan 2010)
diff --git a/sci-mathematics/glpk/glpk-4.40.ebuild b/sci-mathematics/glpk/glpk-4.42.ebuild
index fccfc5cd12c7..f01541b7c013 100644
--- a/sci-mathematics/glpk/glpk-4.40.ebuild
+++ b/sci-mathematics/glpk/glpk-4.42.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.40.ebuild,v 1.1 2009/11/21 08:07:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.42.ebuild,v 1.1 2010/01/31 21:55:05 bicatali Exp $
EAPI=2
inherit flag-o-matic
@@ -51,7 +51,7 @@ src_install() {
fi
if use doc; then
cd "${S}"/doc
- doins *.pdf notes/gomory.djvu || die "failed to instal djvu and pdf"
+ doins *.pdf notes/*.pdf || die "failed to instal djvu and pdf"
dodoc *.txt || die "failed to install manual files"
fi
}