summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-05 15:44:52 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-05 15:54:10 +0200
commit41249299439dd25cc2f607b58deb92cafb334158 (patch)
tree32e529c4b83f44f6f2865ec8dc39c7a5dc231072 /media-video
parentdev-perl/cdk-perl: Remove last-rited pkg, #575036 (diff)
downloadgentoo-41249299439dd25cc2f607b58deb92cafb334158.tar.gz
gentoo-41249299439dd25cc2f607b58deb92cafb334158.tar.bz2
gentoo-41249299439dd25cc2f607b58deb92cafb334158.zip
media-video/kffmpegthumbnailer: Remove last-rited pkg
Diffstat (limited to 'media-video')
-rw-r--r--media-video/kffmpegthumbnailer/Manifest1
-rw-r--r--media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild31
-rw-r--r--media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r4.ebuild34
-rw-r--r--media-video/kffmpegthumbnailer/metadata.xml15
4 files changed, 0 insertions, 81 deletions
diff --git a/media-video/kffmpegthumbnailer/Manifest b/media-video/kffmpegthumbnailer/Manifest
deleted file mode 100644
index aa4b6d48b87c..000000000000
--- a/media-video/kffmpegthumbnailer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kffmpegthumbnailer-1.1.0.tar.gz 9098 SHA256 5b488a4e77229847c7d92f7fc5f7760ba3e4977c83565b741446202a0073f2b2 SHA512 e5d801728636f5de1a5c4a4c7ac47e96b66d9cb59b093b5113b145303363f97c1290b455309519b94546054e0317ca2fb2d35bd0c65be924d4b79bd9c0356cc5 WHIRLPOOL 5587983c89ec63f0c6706d7810e08b63f3e4deda98f50db6c4932662a73d65e9896f3a3e3887339356c773c3e1b9799b0d380dd540fdc3fcdda575b2bdb532dc
diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
deleted file mode 100644
index d96933d6c892..000000000000
--- a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE thumbnailer based on ffmpegthumbnailer"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer"
-SRC_URI="https://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
- <media-video/ffmpegthumbnailer-2.1.0
-"
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep kdebase-kioslaves)
-"
-
-DOCS=( Changelog README )
-
-src_prepare() {
- sed -e "/Encoding=UTF-8/d" \
- -i kffmpegthumbnailer.desktop || die "fixing .desktop file failed"
- kde4-base_src_prepare
-}
diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r4.ebuild b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r4.ebuild
deleted file mode 100644
index 68a4fabff7aa..000000000000
--- a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KDE thumbnailer based on ffmpegthumbnailer"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer"
-SRC_URI="https://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- >=media-video/ffmpegthumbnailer-2.1.0
-"
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep kdebase-kioslaves)
-"
-
-DOCS=( Changelog README )
-
-src_prepare() {
- sed -e "/Encoding=UTF-8/d" \
- -i kffmpegthumbnailer.desktop || die "fixing .desktop file failed"
-
- append-cxxflags -std=c++11
-
- kde4-base_src_prepare
-}
diff --git a/media-video/kffmpegthumbnailer/metadata.xml b/media-video/kffmpegthumbnailer/metadata.xml
deleted file mode 100644
index 43a5695b1aa1..000000000000
--- a/media-video/kffmpegthumbnailer/metadata.xml
+++ /dev/null
@@ -1,15 +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>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="google-code">ffmpegthumbnailer</remote-id>
- <remote-id type="github">dirkvdb/ffmpegthumbnailer</remote-id>
- </upstream>
-</pkgmetadata>