diff options
author | Matthew Thode <mthode@mthode.org> | 2015-08-27 16:20:34 -0500 |
---|---|---|
committer | Matthew Thode <mthode@mthode.org> | 2015-08-27 16:22:01 -0500 |
commit | 56240c05e5e9fcbeabef53b465f01dadda09b4bb (patch) | |
tree | 200bdf9eccfefcdc558ca0af4cf2bf14f850fdf1 /dev-libs/gf-complete | |
parent | dev-lisp/sbcl: bump to version 1.2.14 (diff) | |
download | gentoo-56240c05e5e9fcbeabef53b465f01dadda09b4bb.tar.gz gentoo-56240c05e5e9fcbeabef53b465f01dadda09b4bb.tar.bz2 gentoo-56240c05e5e9fcbeabef53b465f01dadda09b4bb.zip |
herd/openstack: Split out libs from dev-python/PyECLib
gentoo-bug: 558884
gentoo-bug: 558886
Diffstat (limited to 'dev-libs/gf-complete')
-rw-r--r-- | dev-libs/gf-complete/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/gf-complete/gf-complete-0.0.0.ebuild | 30 | ||||
-rw-r--r-- | dev-libs/gf-complete/metadata.xml | 9 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-libs/gf-complete/Manifest b/dev-libs/gf-complete/Manifest new file mode 100644 index 000000000000..86ef162f21ed --- /dev/null +++ b/dev-libs/gf-complete/Manifest @@ -0,0 +1 @@ +DIST gf-complete-0.0.0.tar.gz 596339 SHA256 7ec49204d0ce28f9158c65535183f55c0964fad02707234f4982917308ca521b SHA512 7942a29b80972fffab15dc86c560345911db5aa976d2c505804d0eff10c9135f674f3511b579e2bac26342ca53a81d323826a1ff1d790836a4650a07769851a2 WHIRLPOOL 5e8b27c3514300869c42f6af4084dc498b7ad8bc02a2a2b5120038d3598b364f2344f323ca2b2d55c231f1d2d842266305585bab20582fd1bbc752e27323338a diff --git a/dev-libs/gf-complete/gf-complete-0.0.0.ebuild b/dev-libs/gf-complete/gf-complete-0.0.0.ebuild new file mode 100644 index 000000000000..f19f324f69a0 --- /dev/null +++ b/dev-libs/gf-complete/gf-complete-0.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils + +DESCRIPTION="A Comprehensive Open Source Library for Galois Field Arithmetic" +HOMEPAGE="http://jerasure.org/" +SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz" +S="${WORKDIR}/${PN}.git" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -i -e 's/ -O3 $(SIMD_FLAGS)//g' src/Makefile.am tools/Makefile.am test/Makefile.am examples/Makefile.am|| die + eautoreconf +} + +src_install() { + default + prune_libtool_files +} diff --git a/dev-libs/gf-complete/metadata.xml b/dev-libs/gf-complete/metadata.xml new file mode 100644 index 000000000000..4d820980847a --- /dev/null +++ b/dev-libs/gf-complete/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>openstack</herd> + <maintainer> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> +</pkgmetadata> |