Gentoo Archives: gentoo-commits

From: Ian Delaney <della5@×××××××××.au>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libtvdb/
Date: Thu, 01 Mar 2012 17:37:05
Message-Id: 1330623076.f5f9651a0bb4bead4dc8d17d6f29360a20e11aed.ian_delaney@gentoo
1 commit: f5f9651a0bb4bead4dc8d17d6f29360a20e11aed
2 Author: Ian Delaney <idell5 <AT> iinet <DOT> com <DOT> au>
3 AuthorDate: Thu Mar 1 17:31:16 2012 +0000
4 Commit: Ian Delaney <della5 <AT> iinet <DOT> com <DOT> au>
5 CommitDate: Thu Mar 1 17:31:16 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f5f9651a
7
8 [kde-misc/...] 3 new app ebuilds, 1 new lib ebuild for review
9
10 (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 media-libs/libtvdb/libtvdb-0.3.0.ebuild | 19 +++++++++++++++++++
14 media-libs/libtvdb/metadata.xml | 5 +++++
15 2 files changed, 24 insertions(+), 0 deletions(-)
16
17 diff --git a/media-libs/libtvdb/libtvdb-0.3.0.ebuild b/media-libs/libtvdb/libtvdb-0.3.0.ebuild
18 new file mode 100644
19 index 0000000..730b484
20 --- /dev/null
21 +++ b/media-libs/libtvdb/libtvdb-0.3.0.ebuild
22 @@ -0,0 +1,19 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +inherit kde4-base
30 +
31 +DESCRIPTION="A small Qt-based C++ library which allows to fetch TV series information from thetvdb.com"
32 +HOMEPAGE="http://sourceforge.net/projects/libtvdb/"
33 +SRC_URI="http://sourceforge.net/projects/libtvdb/files/latest/download/${P}.tar.bz2"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="4"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE=""
39 +
40 +DEPEND=""
41 +RDEPEND="${DEPEND}"
42
43 diff --git a/media-libs/libtvdb/metadata.xml b/media-libs/libtvdb/metadata.xml
44 new file mode 100644
45 index 0000000..a23f444
46 --- /dev/null
47 +++ b/media-libs/libtvdb/metadata.xml
48 @@ -0,0 +1,5 @@
49 +<?xml version="1.0" encoding="UTF-8"?>
50 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 +<pkgmetadata>
52 + <herd>kde</herd>
53 +</pkgmetadata>