diff options
author | 2017-12-26 00:01:53 +0100 | |
---|---|---|
committer | 2017-12-26 00:01:53 +0100 | |
commit | 9bdb23b7c1db8aa7dfcb57ce8005886d74e00730 (patch) | |
tree | 4079cc4b90858a51a0dde6cac38eb0ef7b3e7989 /media-video | |
parent | app-text/html401: EAPI bump (diff) | |
download | gentoo-9bdb23b7c1db8aa7dfcb57ce8005886d74e00730.tar.gz gentoo-9bdb23b7c1db8aa7dfcb57ce8005886d74e00730.tar.bz2 gentoo-9bdb23b7c1db8aa7dfcb57ce8005886d74e00730.zip |
media-video/dirac: Drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dirac/dirac-1.0.2.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/media-video/dirac/dirac-1.0.2.ebuild b/media-video/dirac/dirac-1.0.2.ebuild deleted file mode 100644 index afc629a5c63e..000000000000 --- a/media-video/dirac/dirac-1.0.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit autotools eutils - -DESCRIPTION="Open Source video codec" -HOMEPAGE="http://dirac.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="debug doc cpu_flags_x86_mmx static-libs" - -RDEPEND="" -DEPEND=" - doc? ( - app-doc/doxygen - virtual/latex-base - media-gfx/graphviz - app-text/dvipdfm - )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.2-doc.patch - AT_M4DIR="m4" eautoreconf -} - -src_configure() { - export VARTEXFONTS="${T}/fonts" - - econf \ - $(use_enable static-libs static) \ - $(use_enable cpu_flags_x86_mmx mmx) \ - $(use_enable debug) \ - $(use_enable doc) -} - -src_install() { - emake \ - DESTDIR="${D}" \ - htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - latexdir="${EPREFIX}/usr/share/doc/${PF}/programmers" \ - algodir="${EPREFIX}/usr/share/doc/${PF}/algorithm" \ - faqdir="${EPREFIX}/usr/share/doc/${PF}" \ - install - - dodoc AUTHORS ChangeLog NEWS README TODO - - find "${ED}"usr -name '*.la' -exec rm -f {} + -} |