/[gentoo-x86]/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.4.0.ebuild
Gentoo

Contents of /net-libs/telepathy-logger-qt/telepathy-logger-qt-0.4.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Jul 12 21:41:55 2012 UTC (10 months, 1 week ago) by johu
Branch: MAIN
New package, initial commit. Import from kde overlay.

(Portage version: 2.2.0_alpha117/cvs/Linux x86_64)

1 johu 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3     # $Header: $
4    
5     EAPI=4
6    
7     KDE_SCM="git"
8     inherit kde4-base python
9    
10     DESCRIPTION="Qt4 bindings for the Telepathy logger"
11     HOMEPAGE="https://projects.kde.org/projects/kdereview/telepathy-logger-qt"
12     if [[ ${PV} != *9999* ]]; then
13     SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
14     KEYWORDS="~amd64 ~x86"
15     else
16     KEYWORDS=""
17     fi
18    
19     LICENSE="LGPL-2.1"
20     SLOT="0"
21     IUSE="debug"
22    
23     DEPEND="
24     media-libs/qt-gstreamer
25     >=net-im/telepathy-logger-0.2.12-r1
26     >=net-libs/telepathy-qt-0.9.1
27     "
28     RDEPEND="${DEPEND}"
29    
30     pkg_setup() {
31     python_set_active_version 2
32     python_pkg_setup
33     }

  ViewVC Help
Powered by ViewVC 1.1.13