/[gentoo-x86]/net-irc/telepathy-idle/telepathy-idle-0.1.10.ebuild
Gentoo

Contents of /net-irc/telepathy-idle/telepathy-idle-0.1.10.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations) (download)
Sat Sep 15 08:46:50 2012 UTC (8 months, 1 week ago) by pacho
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED
Version bump, drop old.

(Portage version: 2.1.11.17/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.10.ebuild,v 1.8 2012/05/03 06:27:14 jdhore Exp $
4
5 EAPI="3"
6 PYTHON_DEPEND="2"
7
8 inherit python
9
10 DESCRIPTION="Full-featured IRC connection manager for Telepathy."
11 HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
12 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
13
14 LICENSE="LGPL-2.1"
15 SLOT="0"
16 KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86 ~x86-linux"
17 IUSE="test"
18
19 RDEPEND="dev-libs/dbus-glib
20 >=dev-libs/glib-2.8.6:2
21 >=dev-libs/openssl-0.9.7
22 >=net-libs/telepathy-glib-0.13.10
23 sys-apps/dbus"
24 DEPEND="${RDEPEND}
25 virtual/pkgconfig
26 test? ( dev-python/twisted-words )"
27
28 pkg_setup() {
29 python_set_active_version 2
30 }
31
32 src_prepare() {
33 python_convert_shebangs -r 2 .
34 }
35
36 src_install() {
37 emake DESTDIR="${D}" install || die "emake install failed"
38 dodoc AUTHORS NEWS || die
39 }

  ViewVC Help
Powered by ViewVC 1.1.20