summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-17 04:39:30 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-17 04:39:30 +0000
commitcdd984ab1d36fbe26fac2c4207c03314bf55251c (patch)
tree1f2f2d5c62f61cdf2e4e9260e75562a938862a93 /sci-libs
parentDrop to ~mips due to unstable deps (diff)
downloadgentoo-2-cdd984ab1d36fbe26fac2c4207c03314bf55251c.tar.gz
gentoo-2-cdd984ab1d36fbe26fac2c4207c03314bf55251c.tar.bz2
gentoo-2-cdd984ab1d36fbe26fac2c4207c03314bf55251c.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gaul-devel/gaul-devel-0.1849.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sci-libs/gaul-devel/gaul-devel-0.1849.ebuild b/sci-libs/gaul-devel/gaul-devel-0.1849.ebuild
deleted file mode 100644
index be0b5e470863..000000000000
--- a/sci-libs/gaul-devel/gaul-devel-0.1849.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/gaul-devel-0.1849.ebuild,v 1.2 2007/07/20 18:45:10 je_fro Exp $
-
-DESCRIPTION="Genetic Algorithm Utility Library"
-HOMEPAGE="http://GAUL.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gaul/${P}-0.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="~x86 ~amd64"
-
-IUSE="slang debug"
-
-DEPEND="virtual/libc
- >=sys-apps/sed-4
- slang? ( =sys-libs/slang-1* )"
-
-S="${WORKDIR}/${P}-0"
-
-src_compile() {
- local myconf
- use slang || myconf="--enable-slang=no"
- if use debug ; then
- myconf="${myconf} --enable-debug=yes --enable-memory-debug=yes"
- else
- myconf="${myconf} --enable-g=no"
- fi
- econf ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Install failed"
- dodoc README
-}