# ChangeLog for app-sci/otter
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-sci/otter/ChangeLog,v 1.1 2003/05/16 09:54:21 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/otter/ChangeLog,v 1.2 2004/01/01 04:04:22 george Exp $
+
+*otter-3.3.ebuild (31 Dec 2003)
+
+ 31 Dec 2003; George Shapovalov <george@gentoo.org> otter-3.2.ebuild :
+ new version. Build procedure has slightly changed, adjusted ebuild to follow
*otter-3.2.ebuild (16 May 2003)
-MD5 756057cd6d74bff8b4d6d5d30e880f0e ChangeLog 1031
-MD5 c17f2faaafec0a69cc6b4a5394cb1c87 otter-3.2.ebuild 693
+MD5 32241a0477811627a036a7331003e888 otter-3.3.ebuild 708
+MD5 4675c1e4d650d8152221fa01f938bc96 otter-3.2.ebuild 692
+MD5 eed755b1d448a416bbaa5d200a74c44c ChangeLog 1216
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 b299411e0aa76723d9617046d8d7ea5e files/digest-otter-3.2 62
+MD5 aa559b24f0a62ba3189129735c89b785 files/digest-otter-3.3 62
--- /dev/null
+MD5 516b659ffe23ff64ea8af45724b83196 otter-3.3.tar.gz 2809092
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/otter/otter-3.2.ebuild,v 1.1 2003/05/16 09:54:21 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/otter/otter-3.2.ebuild,v 1.2 2004/01/01 04:04:22 george Exp $
DESCRIPTION="An Automated Deduction System."
SRC_URI="http://www-unix.mcs.anl.gov/AR/${PN}/${P}.tar.gz"
HOMEPAGE="http://www-unix.mcs.anl.gov/AR/otter/"
-KEYWORDS="~x86"
+KEYWORDS="x86"
LICENSE="otter"
SLOT="0"
IUSE=""
--- /dev/null
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/otter/otter-3.3.ebuild,v 1.1 2004/01/01 04:04:22 george Exp $
+
+DESCRIPTION="An Automated Deduction System."
+SRC_URI="http://www-unix.mcs.anl.gov/AR/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www-unix.mcs.anl.gov/AR/otter/"
+
+KEYWORDS="~x86"
+LICENSE="otter"
+SLOT="0"
+IUSE=""
+DEPEND="virtual/glibc"
+
+
+
+src_compile() {
+ cd source
+ make || die
+ cd ${S}/mace2
+ make || die
+}
+
+src_install() {
+ dobin bin/* source/formed/formed
+ dodoc README* Legal Changelog Contents documents/*.{tex,ps}
+ insinto /usr/share/doc/${PF}
+ doins documents/*.pdf
+ dohtml index.html
+}
+