Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/buddy/
Date: Fri, 02 Sep 2016 20:09:47
Message-Id: 1472846949.f1bedf59adc214b0b3f6dce4da6265b05700330b.soap@gentoo
1 commit: f1bedf59adc214b0b3f6dce4da6265b05700330b
2 Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
3 AuthorDate: Fri Sep 2 14:07:35 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 20:09:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bedf59
7
8 sci-libs/buddy: Removed EAPI 4 ebuild buddy-2.4.ebuild
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/2188
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 sci-libs/buddy/buddy-2.4.ebuild | 39 ---------------------------------------
16 1 file changed, 39 deletions(-)
17
18 diff --git a/sci-libs/buddy/buddy-2.4.ebuild b/sci-libs/buddy/buddy-2.4.ebuild
19 deleted file mode 100644
20 index 6f2bbdc..00000000
21 --- a/sci-libs/buddy/buddy-2.4.ebuild
22 +++ /dev/null
23 @@ -1,39 +0,0 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Id$
27 -
28 -EAPI=4
29 -
30 -inherit eutils fortran-2
31 -
32 -DESCRIPTION="Binary Decision Diagram Package"
33 -HOMEPAGE="https://sourceforge.net/projects/buddy/"
34 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
35 -
36 -LICENSE="buddy"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
39 -IUSE="doc examples static-libs"
40 -
41 -src_prepare() {
42 - epatch \
43 - "${FILESDIR}"/${P}-gcc43.patch \
44 - "${FILESDIR}"/${P}-gold.patch
45 -}
46 -
47 -src_configure() {
48 - econf $(use_enable static-libs static)
49 -}
50 -
51 -src_install() {
52 - default
53 -
54 - dodoc doc/*.txt
55 -
56 - use doc && docinto /usr/share/doc/${PF}/ps && dodoc doc/*.ps
57 -
58 - if use examples; then
59 - insinto /usr/share/${PN}/
60 - doins -r examples
61 - fi
62 -}