public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/
Date: Wed, 15 Feb 2017 22:35:23 +0000 (UTC)	[thread overview]
Message-ID: <1487196728.18eb2014f173767fa6042069fb91c2e8555327b7.leio@gentoo> (raw)

commit:     18eb2014f173767fa6042069fb91c2e8555327b7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 22:12:08 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 22:12:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18eb2014

media-video/pitivi: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/pitivi/Manifest              |  2 -
 media-video/pitivi/pitivi-0.95.ebuild    | 81 --------------------------------
 media-video/pitivi/pitivi-0.96-r1.ebuild | 77 ------------------------------
 3 files changed, 160 deletions(-)

diff --git a/media-video/pitivi/Manifest b/media-video/pitivi/Manifest
index 29191e7185..8cefd74ba8 100644
--- a/media-video/pitivi/Manifest
+++ b/media-video/pitivi/Manifest
@@ -1,3 +1 @@
-DIST pitivi-0.95.tar.xz 3341488 SHA256 5f15220bcc3d02cef4edacaa19da284014caf725e41fc9cbec70469582e1d313 SHA512 e628302ecbb790e955459a4dc124e8580081f6eff8abde210a1b537ae18696c3861bd619efe1434e8e1cf1069adb72cbff0cf44c64706c4046d2cfb7f9aecdfa WHIRLPOOL df6e625dddcf113a8e84aabf5a7a40d90e6b38130e63201a1674f4a576a735696c6b9a9a35b2743cbe5bac8d444c04cd0ea9c5a43358718e1b32b6ebc97f435c
-DIST pitivi-0.96.tar.xz 3324396 SHA256 fa0b469bb71ea10138144ec2adbe3e575d33678b5e48fc906e5e8cb8eb19ad84 SHA512 dd608effc1f7196ac4784d707ec5a6f25088a3a216262a004ed81fd4e078bc80dde67c0601cc690b4b6a3a8febeef6bd841c30513449cbf722aa23d5d655f00d WHIRLPOOL 4a61842cbd7704e2c2445fb47ce8016fc96be543b72825d092bfbcf6d35fdd3944d5395a09386c6102ffb1fc672a1c8226f7c48390cce43bcb23563b3fce6478
 DIST pitivi-0.97.1.tar.xz 5096672 SHA256 41b23cfd21353647e55a0b2e86bab368b61d6f1a76cc132e80ca0dd27f000e77 SHA512 be5fcf5148349f685f0ee23a82b36d90fe0b7ff6d1d8cdcaf73272b8e5c29ddfe1d6c21353eb95f2d786fe4922a93c747403e5e27141d815f5b46f846a1d95ba WHIRLPOOL dae38565e8665abdf4eacb76ecc87530f2a429266572bbd5db3138e31fa1ae949dafb077dcfffb75fe094c3b55839fba2259690aa5faa1258647b546f661e2e0

diff --git a/media-video/pitivi/pitivi-0.95.ebuild b/media-video/pitivi/pitivi-0.95.ebuild
deleted file mode 100644
index fca84e1170..0000000000
--- a/media-video/pitivi/pitivi-0.95.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome2 python-single-r1 virtualx
-
-DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
-HOMEPAGE="http://www.pitivi.org"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="v4l test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Do not forget to check pitivi/check.py for dependencies
-# pycanberra, gnome-desktop, libav and libnotify are optional
-COMMON_DEPEND="
-	${PYTHON_DEPS}
-	>=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
-	>=x11-libs/cairo-1.10
-"
-RDEPEND="${COMMON_DEPEND}
-	>=dev-libs/glib-2.30.0:2
-
-	>=dev-libs/gobject-introspection-1.34:=
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	>=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pycanberra[${PYTHON_USEDEP}]
-	>=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
-	dev-python/pyxdg[${PYTHON_USEDEP}]
-
-	gnome-base/librsvg:=
-	gnome-base/gnome-desktop:3=[introspection]
-
-	>=media-libs/gstreamer-1.6.0:1.0[introspection]
-	>=media-libs/gstreamer-editing-services-1.6.0:1.0[introspection]
-	>=media-libs/gst-plugins-base-1.6.0:1.0
-	>=media-libs/gst-plugins-bad-1.6.1:1.0[gtk]
-	>=media-libs/gst-plugins-good-1.6.0:1.0
-	>=media-plugins/gst-plugins-libav-1.6.0:1.0
-
-	x11-libs/libnotify[introspection]
-	>=x11-libs/gtk+-3.10.0:3[introspection]
-
-	v4l? ( >=media-plugins/gst-plugins-v4l2-1.4:1.0 )
-"
-DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	dev-python/setuptools
-	>=dev-util/intltool-0.35.5
-	dev-util/itstool
-	sys-devel/gettext
-	virtual/pkgconfig
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static
-}
-
-src_test() {
-	# Force Xvfb to be used
-	unset DISPLAY
-	export PITIVI_TOP_LEVEL_DIR="${S}"
-	Xemake check
-}
-
-src_install() {
-	gnome2_src_install
-	python_fix_shebang "${D}"
-}

diff --git a/media-video/pitivi/pitivi-0.96-r1.ebuild b/media-video/pitivi/pitivi-0.96-r1.ebuild
deleted file mode 100644
index 85a63ed912..0000000000
--- a/media-video/pitivi/pitivi-0.96-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome2 python-single-r1 virtualx
-
-DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
-HOMEPAGE="http://www.pitivi.org"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="v4l test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Do not forget to check pitivi/check.py for dependencies!!!
-# pycanberra, gnome-desktop, libav and libnotify are optional
-GST_VER="1.8.2"
-
-COMMON_DEPEND="
-	${PYTHON_DEPS}
-	>=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
-	>=x11-libs/cairo-1.10
-"
-RDEPEND="${COMMON_DEPEND}
-	>=dev-libs/glib-2.30.0:2
-
-	>=dev-libs/gobject-introspection-1.34:=
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	>=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pycanberra[${PYTHON_USEDEP}]
-	>=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
-	dev-python/pyxdg[${PYTHON_USEDEP}]
-
-	gnome-base/librsvg:=
-	gnome-base/gnome-desktop:3=[introspection]
-
-	>=media-libs/gstreamer-${GST_VER}:1.0[introspection]
-	>=media-libs/gstreamer-editing-services-${GST_VER}:1.0[introspection]
-	>=media-libs/gst-plugins-base-${GST_VER}:1.0
-	>=media-libs/gst-plugins-bad-${GST_VER}:1.0[gtk]
-	>=media-libs/gst-plugins-good-${GST_VER}:1.0
-	>=media-plugins/gst-plugins-libav-${GST_VER}:1.0
-	>=media-plugins/gst-transcoder-1.8
-
-	x11-libs/libnotify[introspection]
-	>=x11-libs/gtk+-3.20.0:3[introspection]
-
-	v4l? ( >=media-plugins/gst-plugins-v4l2-${GST_VER}:1.0 )
-"
-DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	dev-python/setuptools
-	>=dev-util/intltool-0.35.5
-	dev-util/itstool
-	sys-devel/gettext
-	virtual/pkgconfig
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-src_test() {
-	export PITIVI_TOP_LEVEL_DIR="${S}"
-	virtx emake check
-}
-
-src_install() {
-	gnome2_src_install
-	python_fix_shebang "${D}"
-}


             reply	other threads:[~2017-02-15 22:35 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 22:35 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 11:07 [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/ Pacho Ramos
2023-10-29 22:23 Mart Raudsepp
2023-05-06 11:34 Sam James
2023-05-06 11:34 Sam James
2023-05-03 10:21 Arthur Zamarin
2023-05-02 17:53 Arthur Zamarin
2023-04-12 15:45 Matt Turner
2022-10-29 17:44 Matt Turner
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-07-20 15:03 Pacho Ramos
2022-06-18 16:57 Agostino Sarubbo
2022-06-18 16:54 Agostino Sarubbo
2022-01-06 15:01 Agostino Sarubbo
2022-01-03 12:11 Jakov Smolić
2021-07-28 21:15 Sam James
2021-05-31 20:53 Michał Górny
2021-05-15  2:01 Sam James
2021-05-15  2:01 Sam James
2021-05-02 20:41 Matt Turner
2020-06-20 20:35 Mart Raudsepp
2020-05-12  6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-05-09 16:22 Mart Raudsepp
2020-02-09 16:31 Michał Górny
2019-04-14 11:12 Agostino Sarubbo
2019-04-12 21:56 Pacho Ramos
2019-03-31 12:12 Pacho Ramos
2019-03-31 12:12 Pacho Ramos
2018-06-26 19:08 Pacho Ramos
2017-11-30 20:40 Thomas Deutschmann
2016-11-25 21:40 Patrice Clement
2016-10-15 15:46 Gilles Dartiguelongue
2016-08-06  7:05 Pacho Ramos
2016-08-06  7:05 Pacho Ramos
2016-07-02 17:12 Pacho Ramos
2016-03-06 20:36 Mikle Kolyada
2015-12-12 14:29 Pacho Ramos
2015-09-06 20:55 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487196728.18eb2014f173767fa6042069fb91c2e8555327b7.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox