diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2016-11-03 22:53:58 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2016-11-03 22:53:58 +0100 |
commit | 7acc736a89f942993053b6bacfc9e7c702dca53a (patch) | |
tree | 2ca99e73d127846ccabeca0938cf32f276a2dcf7 | |
parent | f2b8cc913dd7156ad246a0863ed49ebea1ee01e1 (diff) | |
download | brancik-overlay-7acc736a89f942993053b6bacfc9e7c702dca53a.tar.gz brancik-overlay-7acc736a89f942993053b6bacfc9e7c702dca53a.tar.bz2 |
Removing obosolete kde-misc/nepomuktvnamer and depedency media-libs/libtvdb
-rw-r--r-- | kde-misc/nepomuktvnamer/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/nepomuktvnamer/metadata.xml | 23 | ||||
-rw-r--r-- | kde-misc/nepomuktvnamer/nepomuktvnamer-0.2.0.ebuild | 22 | ||||
-rw-r--r-- | media-libs/libtvdb/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libtvdb/libtvdb-0.3.0.ebuild | 16 | ||||
-rw-r--r-- | media-libs/libtvdb/metadata.xml | 19 |
6 files changed, 0 insertions, 82 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 diff --git a/media-libs/libtvdb/Manifest b/media-libs/libtvdb/Manifest deleted file mode 100644 index db5c445..0000000 --- a/media-libs/libtvdb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libtvdb-0.3.0.tar.bz2 144670 SHA256 cc766e3f02f5a66df23349d773e8c0151efe19d31ad51cbf87c06ea5c999aa81 diff --git a/media-libs/libtvdb/libtvdb-0.3.0.ebuild b/media-libs/libtvdb/libtvdb-0.3.0.ebuild deleted file mode 100644 index 25332eb..0000000 --- a/media-libs/libtvdb/libtvdb-0.3.0.ebuild +++ /dev/null @@ -1,16 +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="A small Qt-based C++ library which allows to fetch TV series information from thetvdb.com" -HOMEPAGE="http://sourceforge.net/projects/libtvdb/" -SRC_URI="http://sourceforge.net/projects/libtvdb/files/latest/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/media-libs/libtvdb/metadata.xml b/media-libs/libtvdb/metadata.xml deleted file mode 100644 index 937aab6..0000000 --- a/media-libs/libtvdb/metadata.xml +++ /dev/null @@ -1,19 +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> - A small Qt-based C++ library which allows to fetch TV series information from thetvdb.com. - </longdescription> - <upstream> - <maintainer status="active"> - <email>sebastiantrueg@semanticdesktop.org</email> - <name>Sebastian Trueg</name> - </maintainer> - <changelog>http://sourceforge.net/p/libtvdb/news/?source=navbar</changelog> - <remote-id type="sourceforge">libtvdb</remote-id> - </upstream> -</pkgmetadata> |