summaryrefslogtreecommitdiff
path: root/media-libs/libtvdb/libtvdb-0.3.0.ebuild
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2012-10-23 22:23:48 +0200
committerCtibor <ctibor.brancik@seznam.cz>2012-10-23 22:23:48 +0200
commitb3f80e0306587663a493502e4fcfa1c17c5836fd (patch)
treecbd97925b8af0d81f04fd8ee064e631ae70a788e /media-libs/libtvdb/libtvdb-0.3.0.ebuild
downloadbrancik-overlay-b3f80e0306587663a493502e4fcfa1c17c5836fd.tar.gz
brancik-overlay-b3f80e0306587663a493502e4fcfa1c17c5836fd.tar.bz2
Initial import of the local overlay.
Diffstat (limited to 'media-libs/libtvdb/libtvdb-0.3.0.ebuild')
-rwxr-xr-xmedia-libs/libtvdb/libtvdb-0.3.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-libs/libtvdb/libtvdb-0.3.0.ebuild b/media-libs/libtvdb/libtvdb-0.3.0.ebuild
new file mode 100755
index 0000000..730b484
--- /dev/null
+++ b/media-libs/libtvdb/libtvdb-0.3.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+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=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"