diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 10:36:17 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 10:36:17 +0000 |
commit | b2193a1f2b911e62bb09411ecada80ba9df639e4 (patch) | |
tree | ccfd303d8e3f16b88d0d8320f4b385019758c2a6 /sci-mathematics/glpk | |
parent | Added ~ppc64 (diff) | |
download | historical-b2193a1f2b911e62bb09411ecada80ba9df639e4.tar.gz historical-b2193a1f2b911e62bb09411ecada80ba9df639e4.tar.bz2 historical-b2193a1f2b911e62bb09411ecada80ba9df639e4.zip |
Removed * postfix from <, <=, >= and > dependencies.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/glpk/Manifest | 14 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.7.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index 9675880d4a82..c303f6e25ba4 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.3 2005/01/06 11:57:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.4 2005/05/06 10:36:17 swegener Exp $ + + 06 May 2005; Sven Wegener <swegener@gentoo.org> glpk-4.7.ebuild: + Removed * postfix from <, <=, >= and > dependencies. 06 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> -glpk-4.2.ebuild, glpk-4.7.ebuild: diff --git a/sci-mathematics/glpk/Manifest b/sci-mathematics/glpk/Manifest index 21d3ffdea6b7..f2c425fa2261 100644 --- a/sci-mathematics/glpk/Manifest +++ b/sci-mathematics/glpk/Manifest @@ -1,4 +1,14 @@ -MD5 1dae7c9330c9bacb927ed512fc8ec14e glpk-4.7.ebuild 901 -MD5 08392eb96aaa32ca8fed76a79f47a179 ChangeLog 1329 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 47f5d8fd834df318af1e0bfe10f9ce70 glpk-4.7.ebuild 901 +MD5 2996b3523bbdaa98b7ccc7db8fffddb5 ChangeLog 1453 MD5 f9b985eff5cf629c334273be8fbdee5c metadata.xml 219 MD5 8b0aabaae9e61d7aa12c4bb982b2a996 files/digest-glpk-4.7 60 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCe0ixI1lqEGTUzyQRAtJ3AKCTXbnZoquYFGqzBlOgS+udH9T+0gCfVCQh +N7EHzINZrmrWs/csVt4FmK8= +=FJiE +-----END PGP SIGNATURE----- diff --git a/sci-mathematics/glpk/glpk-4.7.ebuild b/sci-mathematics/glpk/glpk-4.7.ebuild index af389103f1e9..6a3860006d24 100644 --- a/sci-mathematics/glpk/glpk-4.7.ebuild +++ b/sci-mathematics/glpk/glpk-4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.7.ebuild,v 1.2 2005/01/06 11:57:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.7.ebuild,v 1.3 2005/05/06 10:36:17 swegener Exp $ DESCRIPTION="GNU Linear Programming Kit" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" @@ -12,7 +12,7 @@ KEYWORDS="x86 ~amd64" IUSE="doc" RDEPEND="sys-libs/glibc" -DEPEND=">=sys-devel/gcc-3.2* ${RDEPEND} +DEPEND=">=sys-devel/gcc-3.2 ${RDEPEND} doc? ( virtual/ghostscript )" src_compile() { |