diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:29:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:29:55 +0000 |
commit | d90fb5e7e921d5f0b3adea73ce700b23a202034e (patch) | |
tree | 63890ee1925157b2f716783287bfe3bed190f5a8 | |
parent | sync IUSE (+doc), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (M... (diff) | |
download | gentoo-2-d90fb5e7e921d5f0b3adea73ce700b23a202034e.tar.gz gentoo-2-d90fb5e7e921d5f0b3adea73ce700b23a202034e.tar.bz2 gentoo-2-d90fb5e7e921d5f0b3adea73ce700b23a202034e.zip |
sync IUSE (missing)
-rw-r--r-- | dev-lisp/mzscheme/mzscheme-103_pre1.ebuild | 3 | ||||
-rw-r--r-- | dev-lisp/mzscheme/mzscheme-201.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild b/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild index 30993850bb08..cfaebc21f1f2 100644 --- a/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild +++ b/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild,v 1.8 2004/06/25 00:00:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild,v 1.9 2004/07/14 16:25:04 agriffis Exp $ S=${WORKDIR}/plt DESCRIPTION="MzScheme scheme compiler" @@ -11,6 +11,7 @@ DEPEND="" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86" +IUSE="" src_compile() { cd src diff --git a/dev-lisp/mzscheme/mzscheme-201.ebuild b/dev-lisp/mzscheme/mzscheme-201.ebuild index c1eee92320a2..f421d233feea 100644 --- a/dev-lisp/mzscheme/mzscheme-201.ebuild +++ b/dev-lisp/mzscheme/mzscheme-201.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-201.ebuild,v 1.7 2004/06/25 00:00:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-201.ebuild,v 1.8 2004/07/14 16:25:04 agriffis Exp $ S=${WORKDIR}/plt DESCRIPTION="MzScheme scheme compiler" @@ -11,6 +11,7 @@ DEPEND=">=sys-devel/gcc-2.95.3-r7" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86" +IUSE="" src_compile() { cd ${S}/src diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild index 42db96d49dae..768a620783fb 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild,v 1.7 2004/06/25 00:03:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild,v 1.8 2004/07/14 16:29:55 agriffis Exp $ DESCRIPTION="Perl Compatibility Regular Expressions for OCaml" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -13,6 +13,7 @@ SRC_URI="http://www.ai.univie.ac.at/~markus/ocaml_sources/pcre-ocaml-4.26.3.tar. SLOT="3" KEYWORDS="x86" +IUSE="" src_compile() { make all opt || die |