summaryrefslogtreecommitdiff
path: root/kde-misc/nepomuktvnamer
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-11-03 22:53:58 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-11-03 22:53:58 +0100
commit7acc736a89f942993053b6bacfc9e7c702dca53a (patch)
tree2ca99e73d127846ccabeca0938cf32f276a2dcf7 /kde-misc/nepomuktvnamer
parentf2b8cc913dd7156ad246a0863ed49ebea1ee01e1 (diff)
downloadbrancik-overlay-7acc736a89f942993053b6bacfc9e7c702dca53a.tar.gz
brancik-overlay-7acc736a89f942993053b6bacfc9e7c702dca53a.tar.bz2
Removing obosolete kde-misc/nepomuktvnamer and depedency media-libs/libtvdb
Diffstat (limited to 'kde-misc/nepomuktvnamer')
-rw-r--r--kde-misc/nepomuktvnamer/Manifest1
-rw-r--r--kde-misc/nepomuktvnamer/metadata.xml23
-rw-r--r--kde-misc/nepomuktvnamer/nepomuktvnamer-0.2.0.ebuild22
3 files changed, 0 insertions, 46 deletions
diff --git a/kde-misc/nepomuktvnamer/Manifest b/kde-misc/nepomuktvnamer/Manifest
deleted file mode 100644
index 960473c..0000000
--- a/kde-misc/nepomuktvnamer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nepomuktvnamer-0.2.0.tar.bz2 51799 SHA256 6b85347a25cd891391b64ab5df90d72296d4183454ec09972eb8c2fefaa4f22c
diff --git a/kde-misc/nepomuktvnamer/metadata.xml b/kde-misc/nepomuktvnamer/metadata.xml
deleted file mode 100644
index 381d00f..0000000
--- a/kde-misc/nepomuktvnamer/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>ctibor@brancik.cz</email>
- <name>Ctibor Brančík</name>
- </maintainer>
- <longdescription>
- The Nepomuk TVNamer consists of several parts:
- A command line tool which will lookup TV Show information on thetvdb.com and store it in Nepomuk.
- A Nepomuk service which automatically calls the above command line tool for newly added video files (file indnexing required)
- A ServiceMenu entry which allows to manually call the command line tool to update TV Show information (as the service does not do an initial update of all video files this should be used on the main folder containing all TV shows)
- A KIO slave tvshow:/ which allows to browse all TV Shows on disk.
- </longdescription>
- <upstream>
- <maintainer status="active">
- <email>sebastiantrueg@semanticdesktop.org</email>
- <name>Sebastian Trueg</name>
- </maintainer>
- <doc lang="en">https://trueg.wordpress.com/2012/02/11/a-fun-release-nepomuk-tv-namer-0-2/</doc>
- <bugs-to>https://bugs.kde.org</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/kde-misc/nepomuktvnamer/nepomuktvnamer-0.2.0.ebuild b/kde-misc/nepomuktvnamer/nepomuktvnamer-0.2.0.ebuild
deleted file mode 100644
index ae15064..0000000
--- a/kde-misc/nepomuktvnamer/nepomuktvnamer-0.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Incorporates a command line tool, a nepomuk service and a ServiceMenu"
-# that lookup and updatevideos at thetvdb.com"
-HOMEPAGE="http://kde-apps.org/content/show.php/Nepomuk+TVNamer?content=148910"
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/148910-nepomuktvnamer-0.2.0.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/shared-desktop-ontologies-0.9.0
- media-libs/libtvdb"
-
-RDEPEND="${DEPEND}" \ No newline at end of file