media-libs/zvbi: remove old
authorMichael Palimaka <kensington@gentoo.org>
Thu, 2 Feb 2017 11:37:05 +0000 (22:37 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 2 Feb 2017 11:39:07 +0000 (22:39 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-libs/zvbi/zvbi-0.2.35.ebuild [deleted file]

diff --git a/media-libs/zvbi/zvbi-0.2.35.ebuild b/media-libs/zvbi/zvbi-0.2.35.ebuild
deleted file mode 100644 (file)
index 679692d..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils libtool
-
-DESCRIPTION="VBI Decoding Library for Zapping"
-SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2"
-HOMEPAGE="http://zapping.sourceforge.net"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc dvb nls static-libs v4l X"
-
-RDEPEND=">=media-libs/libpng-1.4
-       sys-libs/zlib
-       nls? ( virtual/libintl )
-       X? ( x11-libs/libX11 )"
-DEPEND="${RDEPEND}
-       virtual/os-headers
-       doc? ( app-doc/doxygen )
-       nls? ( sys-devel/gettext )
-       X? ( x11-libs/libXt )"
-
-src_prepare() {
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable v4l) \
-               $(use_enable dvb) \
-               $(use_enable nls) \
-               $(use_with X x) \
-               $(use_with doc doxygen)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-       use doc && dohtml -a png,gif,html,css doc/html/*
-
-       find "${D}" -name '*.la' -delete
-}