commit:     1edf0ff687faed81964aaa580b79527989e68795
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Thu Aug 27 15:36:33 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 15:37:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edf0ff6

dev-libs/liberasurecode: fixing qa issues for bug 558892

Package-Manager: portage-2.2.20.1

 .../liberasurecode/liberasurecode-1.0.8-r1.ebuild  | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-libs/liberasurecode/liberasurecode-1.0.8-r1.ebuild 
b/dev-libs/liberasurecode/liberasurecode-1.0.8-r1.ebuild
new file mode 100644
index 0000000..662fb53
--- /dev/null
+++ b/dev-libs/liberasurecode/liberasurecode-1.0.8-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools multilib toolchain-funcs
+
+DESCRIPTION="Erasure Code API library written in C with pluggable Erasure Code 
backends."
+HOMEPAGE="https://bitbucket.org/tsg-/liberasurecode/overview";
+SRC_URI="https://bitbucket.org/tsg-/${PN}/get/v${PV}.tar.gz -> ${P}.tar.gz"
+CUSTOM_VERSION="f61e907d2bbc"
+S="${WORKDIR}/tsg--${PN}-${CUSTOM_VERSION}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="sys-devel/autoconf
+       doc? ( app-doc/doxygen )"
+
+src_prepare() {
+       sed -i -e 's/-O2\ //g' \
+               -e 's/mmx\ /mmx2\ /g' \
+               -e 's/cat\ g/#cat\ g/g' configure.ac || die
+       sed -i -e 
"s/^TARGET_DIR.*$/TARGET_DIR=\/usr\/share\/doc\/${PF}\/html/g" doc/Makefile.am 
|| die
+       eautoreconf -i -v || die "autoconf failed"
+}
+
+src_configure() {
+               econf --htmldir /usr/share/doc/${PF}
+}
+
+src_install() {
+       emake DESTDIR="${D}" install
+       rm "${D}"/usr/$(get_libdir)/*.la || die
+}

Reply via email to