diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-08-03 19:33:45 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-08-03 19:33:45 +0000 |
commit | 2824f856138db175d468abc145d0db8d56df64bc (patch) | |
tree | a52190b9c3d765e8f171dc9a140c9d8772cfebaa /dev-lisp/clisp | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-2824f856138db175d468abc145d0db8d56df64bc.tar.gz gentoo-2-2824f856138db175d468abc145d0db8d56df64bc.tar.bz2 gentoo-2-2824f856138db175d468abc145d0db8d56df64bc.zip |
.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lisp/clisp')
-rw-r--r-- | dev-lisp/clisp/Manifest | 14 | ||||
-rw-r--r-- | dev-lisp/clisp/clisp-2.34-r1.ebuild (renamed from dev-lisp/clisp/clisp-2.34.ebuild) | 11 | ||||
-rw-r--r-- | dev-lisp/clisp/files/digest-clisp-2.34-r1 (renamed from dev-lisp/clisp/files/digest-clisp-2.34) | 0 |
3 files changed, 12 insertions, 13 deletions
diff --git a/dev-lisp/clisp/Manifest b/dev-lisp/clisp/Manifest index 47209168e3a9..834b471cdd62 100644 --- a/dev-lisp/clisp/Manifest +++ b/dev-lisp/clisp/Manifest @@ -1,17 +1,17 @@ MD5 3b853208a763c60409534dfea44fd374 ChangeLog 8765 MD5 ce231fc033009fe5fec7c7cee5634165 clisp-2.33.2-r2.ebuild 4238 MD5 485cde76397408cf913fc6d4c7a45a67 metadata.xml 882 -MD5 85c22f7cd00999cd279e0ab19c3cc825 clisp-2.34.ebuild 4235 +MD5 4679d6c45c709624d46d333aa3b54c39 clisp-2.34-r1.ebuild 4159 MD5 9a2df7725b74af8b8b9f3db39b350e79 files/digest-clisp-2.33.2-r2 66 -MD5 d8868b134ba5463d87df11818719fcec files/digest-clisp-2.34 64 -MD5 66e5b3968b3a6ad0301ca028447b26b3 files/2.34/README.Gentoo 334 -MD5 fe93240f140623bf55d2e503f6d8e01e files/2.34/clisp.sh 2792 -MD5 a68a303f8d8e4eec8542f36167df1377 files/2.34/fastcgi-Makefile.in-gentoo.patch 662 -MD5 e415e209cc23163e624face90f97e024 files/2.34/glibc-linux.lisp-sigpause-gentoo.patch 614 -MD5 2f431f5c714c00d04b55e02a9d54f452 files/2.34/install-clc.lisp 501 +MD5 d8868b134ba5463d87df11818719fcec files/digest-clisp-2.34-r1 64 MD5 66e5b3968b3a6ad0301ca028447b26b3 files/2.33.2/README.Gentoo 334 MD5 fe93240f140623bf55d2e503f6d8e01e files/2.33.2/clisp.sh 2792 MD5 8d8449ba456d4f8b789d4349496845b6 files/2.33.2/compilefix.patch 1174 MD5 a9325cfeff703a21e63dbd2b3aad34c1 files/2.33.2/fastcgi-Makefile.in-gentoo.patch 670 MD5 3eb393d2fbfe2e395744f45ce0d3e4f0 files/2.33.2/glibc-linux.lisp-sigpause-gentoo.patch 622 MD5 2f431f5c714c00d04b55e02a9d54f452 files/2.33.2/install-clc.lisp 501 +MD5 66e5b3968b3a6ad0301ca028447b26b3 files/2.34/README.Gentoo 334 +MD5 fe93240f140623bf55d2e503f6d8e01e files/2.34/clisp.sh 2792 +MD5 a68a303f8d8e4eec8542f36167df1377 files/2.34/fastcgi-Makefile.in-gentoo.patch 662 +MD5 e415e209cc23163e624face90f97e024 files/2.34/glibc-linux.lisp-sigpause-gentoo.patch 614 +MD5 2f431f5c714c00d04b55e02a9d54f452 files/2.34/install-clc.lisp 501 diff --git a/dev-lisp/clisp/clisp-2.34.ebuild b/dev-lisp/clisp/clisp-2.34-r1.ebuild index 820d3ff9ee69..7966c4f427c4 100644 --- a/dev-lisp/clisp/clisp-2.34.ebuild +++ b/dev-lisp/clisp/clisp-2.34-r1.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/dev-lisp/clisp/clisp-2.34.ebuild,v 1.1 2005/07/22 19:25:22 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.34-r1.ebuild,v 1.1 2005/08/03 19:33:45 mkennedy Exp $ inherit flag-o-matic common-lisp-common-2 eutils toolchain-funcs @@ -11,15 +11,16 @@ SRC_URI="mirror://sourceforge/clisp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" KEYWORDS="~x86 ~ppc ~ppc-macos ~amd64 ~sparc" -IUSE="X fastcgi nls pcre postgres readline unicode zlib" +IUSE="X fastcgi pcre postgres readline zlib" DEPEND="dev-libs/libsigsegv dev-lisp/common-lisp-controller + sys-devel/gettext + virtual/tetex fastcgi? ( dev-libs/fcgi ) postgres? ( dev-db/postgresql ) X? ( virtual/x11 ) readline? ( sys-libs/readline ) - nls? ( sys-devel/gettext ) pcre? ( dev-libs/libpcre ) zlib? ( sys-libs/zlib )" @@ -69,11 +70,9 @@ src_compile() { unset CFLAGS CXXFLAGS local myconf="--with-dynamic-ffi --with-module=wildcard - --with-module=rawsock - $(use_with unicode)" + --with-module=rawsock" use ppc-macos || myconf="${myconf} --with-module=bindings/glibc" use readline || myconf="${myconf} --with-noreadline" - use nls || myconf="${myconf} --with-nogettext" use X && myconf="${myconf} --with-module=clx/new-clx" if use postgres; then myconf="${myconf} --with-module=postgresql" diff --git a/dev-lisp/clisp/files/digest-clisp-2.34 b/dev-lisp/clisp/files/digest-clisp-2.34-r1 index cd5424c2e086..cd5424c2e086 100644 --- a/dev-lisp/clisp/files/digest-clisp-2.34 +++ b/dev-lisp/clisp/files/digest-clisp-2.34-r1 |