Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 326117 | Differences between
and this patch

Collapse All | Expand All

(-)telepathy-inspector.orig/telepathy-inspector-0.5.3.ebuild (-5 / +12 lines)
Lines 2-10 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.3.ebuild,v 1.3 2011/08/06 10:11:56 zmedico Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.3.ebuild,v 1.3 2011/08/06 10:11:56 zmedico Exp $
4
4
5
EAPI=1
5
EAPI="3"
6
6
7
inherit eutils flag-o-matic
7
8
inherit python
8
9
9
DESCRIPTION="The swiss-army knife of every Telepathy developer."
10
DESCRIPTION="The swiss-army knife of every Telepathy developer."
10
HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathyInspector"
11
HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathyInspector"
Lines 14-19 Link Here
14
SLOT="0"
16
SLOT="0"
15
KEYWORDS="~arm ~amd64 ~x86 ~x86-linux"
17
KEYWORDS="~arm ~amd64 ~x86 ~x86-linux"
16
IUSE=""
18
IUSE=""
19
DOCS=( AUTHORS ChangeLog NEWS README )
17
20
18
RDEPEND="dev-libs/glib:2
21
RDEPEND="dev-libs/glib:2
19
	x11-libs/gtk+:2
22
	x11-libs/gtk+:2
Lines 21-31 Link Here
21
	gnome-base/libglade
24
	gnome-base/libglade
22
	dev-libs/dbus-glib"
25
	dev-libs/dbus-glib"
23
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
24
	dev-lang/python
27
	=dev-lang/python-2*
25
	dev-libs/libxslt
28
	dev-libs/libxslt
26
	dev-util/pkgconfig"
29
	dev-util/pkgconfig"
27
30
31
pkg_setup() {
32
	python_set_active_version 2
33
	python_pkg_setup
34
}
35
28
src_install() {
36
src_install() {
29
	emake DESTDIR="${D}" install || die "emake install failed"
37
	emake DESTDIR="${ED}" install || die "emake install failed"
30
	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
38
	dodoc ${DOCS[@]} || die "dodoc failed"
31
}
39
}

Return to bug 326117