Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
Date: Thu, 02 Feb 2017 11:39:22
Message-Id: 1486035547.c4443a76d0bfda3dda2ddb60a980d2bdcc5cb5ef.kensington@gentoo
1 commit: c4443a76d0bfda3dda2ddb60a980d2bdcc5cb5ef
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 11:37:05 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 11:39:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4443a76
7
8 media-libs/zvbi: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/zvbi/zvbi-0.2.35.ebuild | 48 --------------------------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/media-libs/zvbi/zvbi-0.2.35.ebuild b/media-libs/zvbi/zvbi-0.2.35.ebuild
16 deleted file mode 100644
17 index 679692d..00000000
18 --- a/media-libs/zvbi/zvbi-0.2.35.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit eutils libtool
27 -
28 -DESCRIPTION="VBI Decoding Library for Zapping"
29 -SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2"
30 -HOMEPAGE="http://zapping.sourceforge.net"
31 -
32 -LICENSE="GPL-2 LGPL-2"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
35 -IUSE="doc dvb nls static-libs v4l X"
36 -
37 -RDEPEND=">=media-libs/libpng-1.4
38 - sys-libs/zlib
39 - nls? ( virtual/libintl )
40 - X? ( x11-libs/libX11 )"
41 -DEPEND="${RDEPEND}
42 - virtual/os-headers
43 - doc? ( app-doc/doxygen )
44 - nls? ( sys-devel/gettext )
45 - X? ( x11-libs/libXt )"
46 -
47 -src_prepare() {
48 - elibtoolize
49 -}
50 -
51 -src_configure() {
52 - econf \
53 - $(use_enable static-libs static) \
54 - $(use_enable v4l) \
55 - $(use_enable dvb) \
56 - $(use_enable nls) \
57 - $(use_with X x) \
58 - $(use_with doc doxygen)
59 -}
60 -
61 -src_install() {
62 - emake DESTDIR="${D}" install
63 -
64 - dodoc AUTHORS BUGS ChangeLog NEWS README TODO
65 - use doc && dohtml -a png,gif,html,css doc/html/*
66 -
67 - find "${D}" -name '*.la' -delete
68 -}