Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172889 Details for
Bug 238260
net-p2p/transmission - new init.d and conf.d files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild with tf-b4rt-support
transmission-1.34.ebuild (text/plain), 1.53 KB, created by
Peter
on 2008-11-22 19:17:14 UTC
(
hide
)
Description:
Updated ebuild with tf-b4rt-support
Filename:
MIME Type:
Creator:
Peter
Created:
2008-11-22 19:17:14 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools eutils > >DESCRIPTION="BitTorrent client" >HOMEPAGE="http://www.transmissionbt.com/" >SRC_URI="http://download.transmissionbt.com/transmission/files/${P}.tar.bz2" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" >IUSE="gtk libnotify tf-b4rt" > >RDEPEND=">=net-misc/curl-7.15.0 > >=dev-libs/openssl-0.9.8 > gtk? ( >=x11-libs/gtk+-2.6 > >=dev-libs/glib-2.16 > >=dev-libs/dbus-glib-0.72 > libnotify? ( >=x11-libs/libnotify-0.4.4 ) )" >DEPEND="${RDEPEND} > sys-devel/gettext > >=dev-util/pkgconfig-0.19 > gtk? ( >=dev-util/intltool-0.35 )" > >pkg_setup() { > if ! built_with_use net-misc/curl gnutls && \ > ! built_with_use net-misc/curl ssl; then > eerror "Please rebuild net-misc/curl with the ssl or gnutls USE flag enabled." > die "net-misc/curl needs ssl or gnutls USE flag" > fi >} > >if use tf-b4rt ; then > src_unpack() { > unpack ${A} > cd "${S}/cli" > epatch "${FILESDIR}/tf-b4rt-${P}.patch" > } >fi > >src_compile() { > econf $(use_enable gtk) $(use_enable libnotify) --with-wx-config=no || die "configure failed" > emake || die "build failed" >} > >src_install() { > make DESTDIR="${D}" install || die "install failed" > dodoc AUTHORS NEWS > > doinitd "${FILESDIR}"/transmission > newconfd "${FILESDIR}"/transmission-confd transmission > diropts -m 755 -o nobody -g nogroup > dodir /var/transmission/config > dodir /var/transmission/downloads > elog "" > elog "Check and configure options by editing /etc/conf.d/transmission" > elog "" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 238260
:
166013
|
167840
|
167842
|
167844
|
167846
|
168106
|
168222
|
172806
|
172889
|
175356
|
176396
|
177022
|
177024
|
177026
|
177028
|
183452
|
183453
|
183455
|
183965
|
184188
|
191072
|
191075