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
PYTHON_DEPEND="2:2.6"
8
9
inherit python
8
10
9
DESCRIPTION="The swiss-army knife of every Telepathy developer."
11
DESCRIPTION="The swiss-army knife of every Telepathy developer."
10
HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathyInspector"
12
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
25
	dev-libs/libxslt
27
	dev-libs/libxslt
26
	dev-util/pkgconfig"
28
	dev-util/pkgconfig"
27
29
30
pkg_setup() {
31
	python_set_active_version 2
32
	python_pkg_setup
33
}
34
28
src_install() {
35
src_install() {
29
	emake DESTDIR="${D}" install || die "emake install failed"
36
	emake DESTDIR="${ED}" install || die "emake install failed"
30
	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
37
	dodoc ${DOCS[@]} || die "dodoc failed"
31
}
38
}

Return to bug 326117