Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 432362 Details for
Bug 580760
net-libs/libtorrent-rasterbar-1.1.1: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
file of rb_libtorrent-1.1.ebuild
rb_libtorrent-1.1.ebuild (text/plain), 2.12 KB, created by
Drunkard Zhang
on 2016-04-28 03:41:52 UTC
(
hide
)
Description:
file of rb_libtorrent-1.1.ebuild
Filename:
MIME Type:
Creator:
Drunkard Zhang
Created:
2016-04-28 03:41:52 UTC
Size:
2.12 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >PYTHON_COMPAT=( python2_7 python3_{4,5} ) >PYTHON_REQ_USE="threads" >DISTUTILS_OPTIONAL=true >DISTUTILS_IN_SOURCE_BUILD=true > >inherit autotools distutils-r1 versionator > >MY_PV=$(replace_all_version_separators '_' ) >S=${WORKDIR}/libtorrent-libtorrent-${MY_PV} > >DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" >HOMEPAGE="http://libtorrent.org" >SRC_URI="https://github.com/arvidn/libtorrent/archive/libtorrent-${MY_PV}.tar.gz -> rb_libtorrent-${PV}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >IUSE="debug +dht doc examples python +ssl static-libs test" > >REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" > >RDEPEND=" > >=dev-libs/boost-1.53:=[threads] > sys-libs/zlib > virtual/libiconv > examples? ( !net-p2p/mldonkey ) > ssl? ( dev-libs/openssl:0= ) > python? ( > ${PYTHON_DEPS} > dev-libs/boost:=[python,${PYTHON_USEDEP}] > )" >DEPEND="${RDEPEND} > >=sys-devel/libtool-2.2" > >RESTRICT="test" > >src_prepare() { > default > > # needed or else eautoreconf fails > mkdir build-aux && cp {m4,build-aux}/config.rpath || die > > eautoreconf > > use python && python_copy_sources >} > >src_configure() { > local myeconfargs=( > --disable-silent-rules # bug 441842 > --with-boost-system=mt > --with-libiconv > $(use_enable debug) > $(usex debug "--enable-logging=verbose" "") > $(use_enable dht) > $(use_enable examples) > $(use_enable ssl encryption) > $(use_enable static-libs static) > $(use_enable test tests) > ) > econf "${myeconfargs[@]}" > > python_configure() { > local myeconfargs+=( > --enable-python-binding > --with-boost-python=yes > ) > econf "${myeconfargs[@]}" > } > use python && distutils-r1_src_configure >} > >src_compile() { > default > > python_compile() { > cd "${BUILD_DIR}/../bindings/python" || return 1 > distutils-r1_python_compile > } > use python && distutils-r1_src_compile >} > >src_install() { > use doc && HTML_DOCS+=( "${S}"/docs ) > > default > > python_install() { > cd "${BUILD_DIR}/../bindings/python" || return 1 > distutils-r1_python_install > } > use python && distutils-r1_src_install >}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 580760
: 432362 |
432366
|
433946
|
433948