diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-17 03:59:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-17 03:59:19 +0000 |
commit | e4ff6f272b85b715abdfe65caa630104080d5023 (patch) | |
tree | a97cfa7719d2211556601d31df3fce22e5961984 /dev-lang/swi-prolog-lite | |
parent | Version bump #69018 by Gavrila. (diff) | |
download | gentoo-2-e4ff6f272b85b715abdfe65caa630104080d5023.tar.gz gentoo-2-e4ff6f272b85b715abdfe65caa630104080d5023.tar.bz2 gentoo-2-e4ff6f272b85b715abdfe65caa630104080d5023.zip |
old
(Portage version: 2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/ )
Diffstat (limited to 'dev-lang/swi-prolog-lite')
-rw-r--r-- | dev-lang/swi-prolog-lite/files/digest-swi-prolog-lite-5.2.8 | 1 | ||||
-rw-r--r-- | dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-lang/swi-prolog-lite/files/digest-swi-prolog-lite-5.2.8 b/dev-lang/swi-prolog-lite/files/digest-swi-prolog-lite-5.2.8 deleted file mode 100644 index 845008aae0ce..000000000000 --- a/dev-lang/swi-prolog-lite/files/digest-swi-prolog-lite-5.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7709a102778c24216b6fafb9724e019 pl-5.2.8.tar.gz 7154851 diff --git a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild deleted file mode 100644 index e28b523cf3f6..000000000000 --- a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild,v 1.4 2005/02/19 20:36:35 weeve Exp $ - -IUSE="readline static" - -S="${WORKDIR}/pl-${PV}" -DESCRIPTION="free, small, and standard compliant Prolog compiler" -HOMEPAGE="http://www.swi-prolog.org/" -SRC_URI="http://www.swi.psy.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86" - -DEPEND="sys-libs/ncurses - sys-apps/gawk - sys-apps/sed - sys-devel/binutils - readline? ( sys-libs/readline )" - -src_compile() { - cd ${S}/src - #S="${S}/src" - - local myconf - use readline || myconf="${myconf} --disable-readline" - use static && myconf="${myconf} --disable-shared" - - econf ${myconf} --enable-mt || die "econf failed" - MAKEOPTS="-j1" emake || die "make failed" -} - -src_install() { - cd ${S}/src - einstall - - cd ${S} - dodoc ANNOUNCE ChangeLog INSTALL INSTALL.notes PORTING README VERSION -} |