diff options
Diffstat (limited to 'dev-libs/btparser/btparser-0.13.ebuild')
-rw-r--r-- | dev-libs/btparser/btparser-0.13.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/btparser/btparser-0.13.ebuild b/dev-libs/btparser/btparser-0.13.ebuild deleted file mode 100644 index 12ac6392b73f..000000000000 --- a/dev-libs/btparser/btparser-0.13.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparser/btparser-0.13.ebuild,v 1.3 2012/01/14 15:55:32 maekke Exp $ - -EAPI="4" - -DESCRIPTION="Parser and analyzer for backtraces produced by gdb" -HOMEPAGE="https://fedorahosted.org/btparser/" -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -RDEPEND="" -DEPEND="${RDEPEND} - app-arch/xz-utils" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - --disable-maintainer-mode -} - -src_install() { - default - use static-libs || find "${D}" -name '*.la' -exec rm -f {} + -} |