media-libs/volpack: drop old
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 16 May 2019 19:07:17 +0000 (21:07 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 29 May 2019 18:07:08 +0000 (20:07 +0200)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/volpack/volpack-1.0_p7.ebuild [deleted file]

diff --git a/media-libs/volpack/volpack-1.0_p7.ebuild b/media-libs/volpack/volpack-1.0_p7.ebuild
deleted file mode 100644 (file)
index d1467b6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MYP=${PN}-${PV/_p/c}
-
-DESCRIPTION="Volume rendering library"
-HOMEPAGE="http://amide.sourceforge.net/packages.html"
-SRC_URI="mirror://sourceforge/amide/${MYP}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       sys-devel/m4"
-
-S="${WORKDIR}/${MYP}"
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_compile() {
-       emake -j1
-}
-
-src_install() {
-       default
-       use doc && dodoc doc/*.pdf && dohtml doc/*.html
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-       fi
-
-}