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

Collapse All | Expand All

(-)transmission-2.22.ebuild (-3 / +8 lines)
Lines 2-18 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/net-p2p/transmission/transmission-2.22.ebuild,v 1.1 2011/03/12 17:30:01 pva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.22.ebuild,v 1.1 2011/03/12 17:30:01 pva Exp $
4
4
5
EAPI=2
5
EAPI=3
6
inherit eutils fdo-mime gnome2-utils qt4-r2
6
inherit eutils fdo-mime gnome2-utils qt4-r2
7
7
8
MY_P="${P/_beta/b}"
9
8
DESCRIPTION="A Fast, Easy and Free BitTorrent client"
10
DESCRIPTION="A Fast, Easy and Free BitTorrent client"
9
HOMEPAGE="http://www.transmissionbt.com/"
11
HOMEPAGE="http://www.transmissionbt.com/"
10
SRC_URI="http://download.transmissionbt.com/${PN}/files/${P}.tar.bz2"
12
SRC_URI="http://download.transmissionbt.com/${PN}/files/${MY_P}.tar.xz"
11
13
12
LICENSE="MIT GPL-2"
14
LICENSE="MIT GPL-2"
13
SLOT="0"
15
SLOT="0"
14
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
16
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
15
IUSE="gnome gtk kde libnotify libcanberra qt4"
17
IUSE="gnome gtk kde libnotify libcanberra qt4 utp"
16
18
17
RDEPEND="
19
RDEPEND="
18
	sys-libs/zlib
20
	sys-libs/zlib
Lines 34-39 DEPEND="${RDEPEND} Link Here
34
	dev-util/pkgconfig
36
	dev-util/pkgconfig
35
	sys-apps/sed"
37
	sys-apps/sed"
36
38
39
S="${WORKDIR}/${MY_P}"
40
37
pkg_setup() {
41
pkg_setup() {
38
	enewgroup transmission
42
	enewgroup transmission
39
	enewuser transmission -1 -1 -1 transmission
43
	enewuser transmission -1 -1 -1 transmission
Lines 65-70 src_configure() { Link Here
65
	econf \
69
	econf \
66
		--disable-dependency-tracking \
70
		--disable-dependency-tracking \
67
		$(use_enable gtk) \
71
		$(use_enable gtk) \
72
		$(use_enable utp) \
68
		$(use gtk && use_enable libnotify) \
73
		$(use gtk && use_enable libnotify) \
69
		$(use gtk && use_enable libcanberra) \
74
		$(use gtk && use_enable libcanberra) \
70
		$(use gtk && use_enable gnome gconf2)
75
		$(use gtk && use_enable gnome gconf2)

Return to bug 362009