diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-23 07:45:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-23 07:45:47 +0000 |
commit | 3bb341eddff1f3b915e752736f88e0fafea08177 (patch) | |
tree | 57b38b6f3d01b7a21448c03ffc0689ec1a7299d5 /dev-db/stldb4/stldb4-0.4.96.ebuild | |
parent | fix fake-rubygem.eclass for Prefix, bug #336906 (diff) | |
download | historical-3bb341eddff1f3b915e752736f88e0fafea08177.tar.gz historical-3bb341eddff1f3b915e752736f88e0fafea08177.tar.bz2 historical-3bb341eddff1f3b915e752736f88e0fafea08177.zip |
punt masked package, fails to install since 2008
Diffstat (limited to 'dev-db/stldb4/stldb4-0.4.96.ebuild')
-rw-r--r-- | dev-db/stldb4/stldb4-0.4.96.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-db/stldb4/stldb4-0.4.96.ebuild b/dev-db/stldb4/stldb4-0.4.96.ebuild deleted file mode 100644 index 03fc255b802d..000000000000 --- a/dev-db/stldb4/stldb4-0.4.96.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/stldb4/stldb4-0.4.96.ebuild,v 1.1 2008/01/06 09:49:39 vapier Exp $ - -DESCRIPTION="a nice C++ wrapper for db4" -HOMEPAGE="http://witme.sourceforge.net/libferris.web/" -SRC_URI="mirror://sourceforge/witme/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-libs/ferrisloki-3.0.1 - >=dev-libs/libferrisstreams-0.5.2 - dev-libs/STLport" - -src_compile() { - # the --with-pic flag is to workaround broken handling of - # the berkdb subdir. note that this package does not - # actually produce a static archive, so it isn't a big deal - econf \ - --enable-wrapdebug \ - --enable-rpc \ - --with-uniquename=stldb4 \ - --enable-hiddensymbols \ - --with-pic \ - || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README -} |