commit:     717b6e79268c275c1014affb9822bb995b6f205d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 22:59:26 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 22:59:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717b6e79

media-libs/gst-plugins-ugly: remove old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-libs/gst-plugins-ugly/Manifest               |  2 --
 .../gst-plugins-ugly-1.14.3.ebuild                 | 41 ----------------------
 .../gst-plugins-ugly-1.16.2.ebuild                 | 41 ----------------------
 3 files changed, 84 deletions(-)

diff --git a/media-libs/gst-plugins-ugly/Manifest 
b/media-libs/gst-plugins-ugly/Manifest
index daccdd078d3..a3ed5323fe2 100644
--- a/media-libs/gst-plugins-ugly/Manifest
+++ b/media-libs/gst-plugins-ugly/Manifest
@@ -1,3 +1 @@
-DIST gst-plugins-ugly-1.14.3.tar.xz 889492 BLAKE2B 
0c76ca28e1f062d0eac438f1692d2af33536719913ec10229eb6bc64f1f957bc7f6afe45e1c528ab4015c25dec61b8b9d2c517fee78a8a992c76bd41ff9e75d1
 SHA512 
0866bbcc3f1d0d668e77b5ef83fa7469dc80c957d2c6526126e761db46e83ff18d941c247833d27336106d8ba043e9ad50cafbddbff241f95bb16f9b1a0fbacc
-DIST gst-plugins-ugly-1.16.2.tar.xz 893964 BLAKE2B 
c607a7aa3459625a930021d247705f00e418e57557c57b8f9793bce74cb5c4d708b253250f0bbebd9698e9ff80d5636d578dded8c360ca2d34e3d43c9a722416
 SHA512 
9f393043f51b12b376607e68b3b86437af86e321e3a3566e59c7f3507ed26622211df87e30a23bcc927f37bc11f53ca3b29f1b12bf58e623ce18edc88a9cdee3
 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B 
f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d
 SHA512 
0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca

diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.3.ebuild 
b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.3.ebuild
deleted file mode 100644
index 155a2d797c3..00000000000
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-ugly"
-
-inherit gstreamer
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/";
-
-LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL 
library
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-
-RDEPEND="
-       >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-       >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-       >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.12
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.14.3-make43.patch # remove when bumping and 
switching to Meson
-)
-
-multilib_src_configure() {
-       gstreamer_multilib_src_configure
-
-       if multilib_is_native_abi; then
-               ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-       fi
-
-}
-
-multilib_src_install_all() {
-       DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-       einstalldocs
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.16.2.ebuild 
b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.16.2.ebuild
deleted file mode 100644
index 155a2d797c3..00000000000
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.16.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-ugly"
-
-inherit gstreamer
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/";
-
-LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL 
library
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-
-RDEPEND="
-       >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-       >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-       >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.12
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.14.3-make43.patch # remove when bumping and 
switching to Meson
-)
-
-multilib_src_configure() {
-       gstreamer_multilib_src_configure
-
-       if multilib_is_native_abi; then
-               ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-       fi
-
-}
-
-multilib_src_install_all() {
-       DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-       einstalldocs
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to