diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-16 21:07:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-29 20:07:08 +0200 |
commit | 36bb054a70861354e7a49d5a8e1bca485890ae44 (patch) | |
tree | 98e85cd66adaf178a60eba567ddd94392c52daf0 /media-libs | |
parent | media-gfx/jpeginfo: drop old (diff) | |
download | gentoo-36bb054a70861354e7a49d5a8e1bca485890ae44.tar.gz gentoo-36bb054a70861354e7a49d5a8e1bca485890ae44.tar.bz2 gentoo-36bb054a70861354e7a49d5a8e1bca485890ae44.zip |
media-libs/volpack: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/volpack/volpack-1.0_p7.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/media-libs/volpack/volpack-1.0_p7.ebuild b/media-libs/volpack/volpack-1.0_p7.ebuild deleted file mode 100644 index d1467b65dbd7..000000000000 --- a/media-libs/volpack/volpack-1.0_p7.ebuild +++ /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 - -} |