diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-06 09:09:25 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-06 09:09:25 +0000 |
commit | 544340b92560f7325ea78c7b9175d5b7a8a1a6af (patch) | |
tree | 0adad5e1b1fa9ce3e7919a1fdb918b51af0d9f33 /sci-chemistry/mopac7 | |
parent | Fix GStreamer dependencies (diff) | |
download | gentoo-2-544340b92560f7325ea78c7b9175d5b7a8a1a6af.tar.gz gentoo-2-544340b92560f7325ea78c7b9175d5b7a8a1a6af.tar.bz2 gentoo-2-544340b92560f7325ea78c7b9175d5b7a8a1a6af.zip |
New version. GCC-4 and 64-bit fixes, as well as new libmopac7.h
(Portage version: 2.0.53)
Diffstat (limited to 'sci-chemistry/mopac7')
-rw-r--r-- | sci-chemistry/mopac7/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/mopac7/files/digest-mopac7-1.00 | 1 | ||||
-rw-r--r-- | sci-chemistry/mopac7/files/digest-mopac7-1.10 | 1 | ||||
-rw-r--r-- | sci-chemistry/mopac7/mopac7-1.10.ebuild (renamed from sci-chemistry/mopac7/mopac7-1.00.ebuild) | 6 |
4 files changed, 11 insertions, 5 deletions
diff --git a/sci-chemistry/mopac7/ChangeLog b/sci-chemistry/mopac7/ChangeLog index e24b97fb7001..f2439178623e 100644 --- a/sci-chemistry/mopac7/ChangeLog +++ b/sci-chemistry/mopac7/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/mopac7 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/ChangeLog,v 1.5 2005/08/06 09:09:24 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/ChangeLog,v 1.6 2005/12/06 09:09:25 spyderous Exp $ + +*mopac7-1.10 (06 Dec 2005) + + 06 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -mopac7-1.00.ebuild, + +mopac7-1.10.ebuild: + New version. GCC-4 and 64-bit fixes, as well as new libmopac7.h 06 Aug 2005; David Holm <dholm@gentoo.org> mopac7-1.00-r1.ebuild: Added to ~ppc. diff --git a/sci-chemistry/mopac7/files/digest-mopac7-1.00 b/sci-chemistry/mopac7/files/digest-mopac7-1.00 deleted file mode 100644 index dacf853ca0d4..000000000000 --- a/sci-chemistry/mopac7/files/digest-mopac7-1.00 +++ /dev/null @@ -1 +0,0 @@ -MD5 d556f7166bcc809dd84ee93c8d874fa2 mopac7-1.00.tgz 1184447 diff --git a/sci-chemistry/mopac7/files/digest-mopac7-1.10 b/sci-chemistry/mopac7/files/digest-mopac7-1.10 new file mode 100644 index 000000000000..e7bcdc3bc869 --- /dev/null +++ b/sci-chemistry/mopac7/files/digest-mopac7-1.10 @@ -0,0 +1 @@ +MD5 d5352a3cf349b9ac4df943bb7992cfa9 mopac7-1.10.tgz 1596446 diff --git a/sci-chemistry/mopac7/mopac7-1.00.ebuild b/sci-chemistry/mopac7/mopac7-1.10.ebuild index cb18a870a910..d02ec982310d 100644 --- a/sci-chemistry/mopac7/mopac7-1.00.ebuild +++ b/sci-chemistry/mopac7/mopac7-1.10.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-chemistry/mopac7/mopac7-1.00.ebuild,v 1.3 2005/07/10 06:01:35 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/mopac7-1.10.ebuild,v 1.1 2005/12/06 09:09:25 spyderous Exp $ inherit flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://sourceforge.net/projects/mopac7/" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="mopac7" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND="dev-libs/libf2c sys-devel/autoconf @@ -34,7 +34,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - sed -i "s:./src/mopac7:./mopac7:g" run_mopac7 + sed -i "s:./src/mopac7:mopac7:g" run_mopac7 dobin run_mopac7 src/.libs/mopac7 dodoc AUTHORS README ChangeLog } |