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/gst-plugins-ugly/
Date: Tue, 05 Feb 2019 23:21:48
Message-Id: 1549408875.c5402ec848d1754260ce59f3517d579f9af9c719.leio@gentoo
1 commit: c5402ec848d1754260ce59f3517d579f9af9c719
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 23:21:15 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 23:21:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5402ec8
7
8 media-libs/gst-plugins-ugly: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 media-libs/gst-plugins-ugly/Manifest | 1 -
14 .../gst-plugins-ugly-1.14.1.ebuild | 37 ----------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/media-libs/gst-plugins-ugly/Manifest b/media-libs/gst-plugins-ugly/Manifest
18 index a9171e797be..5345172b072 100644
19 --- a/media-libs/gst-plugins-ugly/Manifest
20 +++ b/media-libs/gst-plugins-ugly/Manifest
21 @@ -1,3 +1,2 @@
22 DIST gst-plugins-ugly-0.10.19.tar.xz 882452 BLAKE2B df5319481ade22d7acdee6e22ca57a444e104c8540bc4b578cfe7554c79bb4ee33b23a8516940f6504c30d9403c4ced2434e11f3a48548c3721d3d3db2016757 SHA512 16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda
23 -DIST gst-plugins-ugly-1.14.1.tar.xz 884668 BLAKE2B 8e1cef0ebabac65ad2b1d6ac3fdc04fbb3ae0da0b9f4c0d18f03533ae12dda03d04763bbeab079aebe3637df664dc2e94adc36008cacfb6c00b9ac8b4a228241 SHA512 0eaa9435e93596cb2c2ed1d3540dd3c4f4de1dd18da8359ca5918b0fbdccda9d5b8f33e5aeb54186ed9d70518712aca92e8ffe7884fc13a3ca3174552c10a688
24 DIST gst-plugins-ugly-1.14.3.tar.xz 889492 BLAKE2B 0c76ca28e1f062d0eac438f1692d2af33536719913ec10229eb6bc64f1f957bc7f6afe45e1c528ab4015c25dec61b8b9d2c517fee78a8a992c76bd41ff9e75d1 SHA512 0866bbcc3f1d0d668e77b5ef83fa7469dc80c957d2c6526126e761db46e83ff18d941c247833d27336106d8ba043e9ad50cafbddbff241f95bb16f9b1a0fbacc
25
26 diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild
27 deleted file mode 100644
28 index 92ac4065429..00000000000
29 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -GST_ORG_MODULE="gst-plugins-ugly"
37 -
38 -inherit ltprune gstreamer
39 -
40 -DESCRIPTION="Basepack of plugins for gstreamer"
41 -HOMEPAGE="https://gstreamer.freedesktop.org/"
42 -
43 -LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL library
44 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
45 -
46 -RDEPEND="
47 - >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
48 - >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
49 - >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
50 -"
51 -DEPEND="${RDEPEND}
52 - >=dev-util/gtk-doc-am-1.12
53 -"
54 -
55 -multilib_src_configure() {
56 - gstreamer_multilib_src_configure
57 -
58 - if multilib_is_native_abi; then
59 - ln -s "${S}"/docs/plugins/html docs/plugins/html || die
60 - fi
61 -
62 -}
63 -
64 -multilib_src_install_all() {
65 - DOCS="AUTHORS ChangeLog NEWS README RELEASE"
66 - einstalldocs
67 - prune_libtool_files --modules
68 -}