public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/videocut/files/, media-video/videocut/
@ 2018-04-17 12:10 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2018-04-17 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b63746bdec9ffdbe2904fbb0a5ba5476489b2214
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 12:06:27 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 12:06:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63746bd

media-video/videocut: Remove last-rited package

Closes: https://bugs.gentoo.org/629728
Closes: https://bugs.gentoo.org/629728

 media-video/videocut/Manifest                      |  1 -
 .../videocut/files/01-fix-hardened-ftbfs.diff      | 16 ---------
 media-video/videocut/files/videocut                |  3 --
 media-video/videocut/metadata.xml                  | 10 ------
 media-video/videocut/videocut-0.2.0.ebuild         | 40 ----------------------
 profiles/package.mask                              |  4 ---
 6 files changed, 74 deletions(-)

diff --git a/media-video/videocut/Manifest b/media-video/videocut/Manifest
deleted file mode 100644
index a52a7d946f7..00000000000
--- a/media-video/videocut/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST videocut_0.2.0.tar.gz 146915 BLAKE2B bf51cefc979fa35b85347e32bdc37e1b2e951cf4633ab36938d3247b54b7b44ea9656cd3e29a07fcbcebcbb8342168eeeb26aff69453eda0d67937f8f7f6c348 SHA512 878f42a8ffe19cd5d9e3f9380eb549ea7eeb6fc378b00a883c98760b7d6bba36bcd31477a21799c92c288b421538e17e42d641593f691f528f24b209eab21478

diff --git a/media-video/videocut/files/01-fix-hardened-ftbfs.diff b/media-video/videocut/files/01-fix-hardened-ftbfs.diff
deleted file mode 100644
index 47fe7f97842..00000000000
--- a/media-video/videocut/files/01-fix-hardened-ftbfs.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-# Fix FTBFS with enabled hardened flags and gcc-4.6 failure
-# https://bugs.gentoo.org/show_bug.cgi?id=380439
-
---- a/src/TPreviewPanel/TPreviewPanel.cpp
-+++ b/src/TPreviewPanel/TPreviewPanel.cpp
-@@ -167,7 +167,9 @@
- 
- void TPreviewPanel::adjustItems()
- {
--	backgroundRect->setSize(&QRectF(0, 0, 1, 1));
-+	QRectF myRect(0, 0, 1, 1);
-+	backgroundRect->setSize(&myRect);
-+
- 	logo->setSize(QRect(0, 0, 1, 1));
- 	
- 	// adjust meta text

diff --git a/media-video/videocut/files/videocut b/media-video/videocut/files/videocut
deleted file mode 100644
index 5a33c7232fc..00000000000
--- a/media-video/videocut/files/videocut
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cd /usr/share/videocut
-exec /usr/libexec/videocut

diff --git a/media-video/videocut/metadata.xml b/media-video/videocut/metadata.xml
deleted file mode 100644
index 4f5dd18f15c..00000000000
--- a/media-video/videocut/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>media-video@gentoo.org</email>
-	</maintainer>
-	<upstream>
-		<remote-id type="google-code">videocut</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/media-video/videocut/videocut-0.2.0.ebuild b/media-video/videocut/videocut-0.2.0.ebuild
deleted file mode 100644
index 4e980534dda..00000000000
--- a/media-video/videocut/videocut-0.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils qt4-r2
-
-DESCRIPTION="A program to create compositions from video files"
-HOMEPAGE="https://code.google.com/p/videocut/"
-SRC_URI="https://${PN}.googlecode.com/files/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4
-	dev-qt/qtsvg:4
-	media-libs/xine-lib"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P}.orig
-
-PATCHES=( "${FILESDIR}"/01-fix-hardened-ftbfs.diff )
-
-src_compile() {
-	emake || die
-	lrelease i18n/*.ts
-}
-
-src_install() {
-	exeinto /usr/libexec
-	doexe build/result/${PN} || die
-	dobin "${FILESDIR}"/${PN} || die
-	insinto /usr/share/${PN}/i18n
-	doins -r i18n/*.qm || die
-	domenu ${PN}.desktop
-	doicon videocut.svg
-	dodoc ABOUT AUTHORS THANKSTO
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 343b578fd61..3ff746f6e81 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -311,10 +311,6 @@ x11-libs/libdesktop-agnostic
 x11-misc/dockmanager
 games-arcade/monster-masher
 
-# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
-# Relies on dead QT4 (#644422), build issues (#629728). Removal in a month.
-media-video/videocut
-
 # Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
 # Tests fail, package has no reverse deps and is not really needed at
 # present time (#645166). Removal in a month.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-17 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17 12:10 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/videocut/files/, media-video/videocut/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox