summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-03-11 17:34:52 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-11 17:43:08 +0100
commit517686ae1b6c4e1f5190c2709380207cc8eb64a4 (patch)
treefcb563aef162b15552aac39a27c420c8f2b0f81c /sci-mathematics/prng/prng-3.0.2-r1.ebuild
parentRevert "media-libs/mesa: Build radeonsi if only VIDEO_CARDS="radeon" is selec... (diff)
downloadgentoo-517686ae1b6c4e1f5190c2709380207cc8eb64a4.tar.gz
gentoo-517686ae1b6c4e1f5190c2709380207cc8eb64a4.tar.bz2
gentoo-517686ae1b6c4e1f5190c2709380207cc8eb64a4.zip
sci-mathematics/prng: Fix static-libs building
* Also fix C99 inline semantics properly Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics/prng/prng-3.0.2-r1.ebuild')
-rw-r--r--sci-mathematics/prng/prng-3.0.2-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/sci-mathematics/prng/prng-3.0.2-r1.ebuild b/sci-mathematics/prng/prng-3.0.2-r1.ebuild
deleted file mode 100644
index b7ff16db417f..000000000000
--- a/sci-mathematics/prng/prng-3.0.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Pseudo-Random Number Generator library"
-HOMEPAGE="http://statmath.wu.ac.at/prng/"
-SRC_URI="${HOMEPAGE}${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT=0
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs"
-
-PATCHES=( "${FILESDIR}/${P}-shared.patch" )
-
-src_prepare() {
- append-cflags -std=gnu89
- default
- eautoreconf
-}
-
-src_install() {
- default
- use doc && dodoc doc/${PN}.pdf
- if use examples; then
- rm examples/Makefile* || die
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}