Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gnonlin/
Date: Thu, 16 Feb 2017 00:18:23
Message-Id: 1487204127.15bd235c8eb0445662dcd7d7849fc9c98e166583.leio@gentoo
1 commit: 15bd235c8eb0445662dcd7d7849fc9c98e166583
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 00:00:16 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 00:15:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bd235c
7
8 media-libs/gnonlin: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/gnonlin/gnonlin-1.4.0.ebuild | 40 ---------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/media-libs/gnonlin/gnonlin-1.4.0.ebuild b/media-libs/gnonlin/gnonlin-1.4.0.ebuild
16 deleted file mode 100644
17 index e26beb0797..0000000000
18 --- a/media-libs/gnonlin/gnonlin-1.4.0.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -inherit gst-plugins10
27 -
28 -DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
29 -HOMEPAGE="http://gnonlin.sourceforge.net"
30 -
31 -LICENSE="LGPL-2"
32 -SLOT="1.0"
33 -KEYWORDS="amd64 x86"
34 -IUSE="test"
35 -
36 -RDEPEND="
37 - >=dev-libs/glib-2.32:2
38 - >=media-libs/gstreamer-1.4.0:1.0
39 - >=media-libs/gst-plugins-base-1.4.0:1.0
40 -"
41 -DEPEND="${RDEPEND}
42 - virtual/pkgconfig
43 - >=dev-util/gtk-doc-am-1.13
44 - test? (
45 - dev-libs/check
46 - >=media-libs/gst-plugins-good-1.4.0:1.0 )
47 -" # videomixer
48 -
49 -src_configure() {
50 - econf --disable-gtk-doc
51 -}
52 -
53 -src_compile() {
54 - default
55 -}
56 -
57 -src_install() {
58 - default
59 - prune_libtool_files --modules
60 -}