commit:     1e6440f57989cf8774f259a94608cb0496001209
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 18:53:28 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 01:02:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6440f5

media-libs/gstreamer-editing-services: remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-libs/gstreamer-editing-services/Manifest     |  2 -
 .../gstreamer-editing-services-1.10.3.ebuild       | 57 ----------------------
 .../gstreamer-editing-services-1.10.4.ebuild       | 57 ----------------------
 3 files changed, 116 deletions(-)

diff --git a/media-libs/gstreamer-editing-services/Manifest 
b/media-libs/gstreamer-editing-services/Manifest
index 157eae7928c..d94bed73125 100644
--- a/media-libs/gstreamer-editing-services/Manifest
+++ b/media-libs/gstreamer-editing-services/Manifest
@@ -1,3 +1 @@
-DIST gstreamer-editing-services-1.10.3.tar.xz 1053808 BLAKE2B 
8c1d447d73c2348117fbdbc297abf3f3249d5a28c5abdc260a7fdce908fe8165409bbc269ad070f90b08f551b1d8a939ae516a4ce099d26fc3ef919f035a283b
 SHA512 
a50a60f6a8ca9f83940676c485f3b2b4a62d8e1cf9242dc9820933811a1a714ec4f74fb947b48ca56321eb1c43999510081e2a032d7cf3d91a396414a9a0fda3
-DIST gstreamer-editing-services-1.10.4.tar.xz 1054436 BLAKE2B 
06999daaccdaf248e65c9478cacb26271df8168c147afbe2d3d2d62c50371781c039be5b3519bf1b73fc53be5f4d6df402d886434aa564ac8c1a72987c203908
 SHA512 
4d5f1805ace390d345724b12abacda3c3e8da52b1a713fceccb625acb8e80f06a70d0dda745d9bf993cd50aaee1646ef572dd37e5ca4dd92167b2d2faf098b17
 DIST gstreamer-editing-services-1.12.3.tar.xz 1061796 BLAKE2B 
250983e470a607f5734a1dde799223521f3918f2c985ddc9995f4a9720e7ce7147a60f9d90b71be65f06f3caf7fe0428d90a7f9395f31930f06fc18b9710ce36
 SHA512 
18f2ae1e04e5848221f45728b5d4002549aeaaeaa39af58410666fbc6ab01971900fabaa92cc3d17f910c4d4d5dc691689aeb7930164a24a6b9c49709e7fb669

diff --git 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.10.3.ebuild
 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.10.3.ebuild
deleted file mode 100644
index 7c13db557c9..00000000000
--- 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.10.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit bash-completion-r1 gnome2 python-r1
-
-DESCRIPTION="SDK for making video editors and more"
-HOMEPAGE="http://wiki.pitivi.org/wiki/GES";
-SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2+"
-SLOT="1.0"
-KEYWORDS="amd64 x86"
-
-IUSE="+introspection"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-       ${PYTHON_DEPS}
-       >=dev-libs/glib-2.40.0:2
-       dev-libs/libxml2:2
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=media-libs/gstreamer-${PV}:1.0[introspection?]
-       >=media-libs/gst-plugins-base-${PV}:1.0[introspection?]
-       introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-"
-RDEPEND="${COMMON_DEPEND}
-       media-libs/gnonlin:1.0
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/gtk-doc-am-1.3
-       virtual/pkgconfig
-"
-# XXX: tests do pass but need g-e-s to be installed due to missing
-# AM_TEST_ENVIRONMENT setup.
-RESTRICT="test"
-
-src_configure() {
-       # gtk is only used for examples
-       gnome2_src_configure \
-               $(use_enable introspection) \
-               --disable-examples \
-               --without-gtk \
-               --with-bash-completion-dir="$(get_bashcompdir)" \
-               --with-package-name="GStreamer editing services ebuild for 
Gentoo" \
-               
--with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer-editing-services";
-}
-
-src_compile() {
-       # Prevent sandbox violations, bug #538888
-       # https://bugzilla.gnome.org/show_bug.cgi?id=744135
-       # https://bugzilla.gnome.org/show_bug.cgi?id=744134
-       addpredict /dev
-       gnome2_src_compile
-}

diff --git 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.10.4.ebuild
 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.10.4.ebuild
deleted file mode 100644
index 03a50fcdb86..00000000000
--- 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.10.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit bash-completion-r1 gnome2 python-r1
-
-DESCRIPTION="SDK for making video editors and more"
-HOMEPAGE="http://wiki.pitivi.org/wiki/GES";
-SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2+"
-SLOT="1.0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+introspection"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-       ${PYTHON_DEPS}
-       >=dev-libs/glib-2.40.0:2
-       dev-libs/libxml2:2
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=media-libs/gstreamer-${PV}:1.0[introspection?]
-       >=media-libs/gst-plugins-base-${PV}:1.0[introspection?]
-       introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-"
-RDEPEND="${COMMON_DEPEND}
-       media-libs/gnonlin:1.0
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/gtk-doc-am-1.3
-       virtual/pkgconfig
-"
-# XXX: tests do pass but need g-e-s to be installed due to missing
-# AM_TEST_ENVIRONMENT setup.
-RESTRICT="test"
-
-src_configure() {
-       # gtk is only used for examples
-       gnome2_src_configure \
-               $(use_enable introspection) \
-               --disable-examples \
-               --without-gtk \
-               --with-bash-completion-dir="$(get_bashcompdir)" \
-               --with-package-name="GStreamer editing services ebuild for 
Gentoo" \
-               
--with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer-editing-services";
-}
-
-src_compile() {
-       # Prevent sandbox violations, bug #538888
-       # https://bugzilla.gnome.org/show_bug.cgi?id=744135
-       # https://bugzilla.gnome.org/show_bug.cgi?id=744134
-       addpredict /dev
-       gnome2_src_compile
-}

Reply via email to