Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/volpack/
Date: Wed, 29 May 2019 18:07:36
Message-Id: 1559153228.36bb054a70861354e7a49d5a8e1bca485890ae44.asturm@gentoo
1 commit: 36bb054a70861354e7a49d5a8e1bca485890ae44
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 16 19:07:17 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 18:07:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bb054a
7
8 media-libs/volpack: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/volpack/volpack-1.0_p7.ebuild | 39 --------------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/media-libs/volpack/volpack-1.0_p7.ebuild b/media-libs/volpack/volpack-1.0_p7.ebuild
17 deleted file mode 100644
18 index d1467b65dbd..00000000000
19 --- a/media-libs/volpack/volpack-1.0_p7.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -MYP=${PN}-${PV/_p/c}
28 -
29 -DESCRIPTION="Volume rendering library"
30 -HOMEPAGE="http://amide.sourceforge.net/packages.html"
31 -SRC_URI="mirror://sourceforge/amide/${MYP}.tgz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="doc examples static-libs"
37 -
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}
40 - sys-devel/m4"
41 -
42 -S="${WORKDIR}/${MYP}"
43 -
44 -src_configure() {
45 - econf $(use_enable static-libs static)
46 -}
47 -
48 -src_compile() {
49 - emake -j1
50 -}
51 -
52 -src_install() {
53 - default
54 - use doc && dodoc doc/*.pdf && dohtml doc/*.html
55 - if use examples; then
56 - insinto /usr/share/doc/${PF}
57 - doins -r examples
58 - fi
59 -
60 -}