Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 355084 Details for
Bug 478874
net-im/toxcore - decentralised Instant Messenger and VoIP-to-be
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-voip/tox-core/tox-core-9999.ebuild
tox-core-9999.ebuild (text/plain), 965 bytes, created by
Chí-Thanh Christopher Nguyễn
on 2013-08-04 04:49:25 UTC
(
hide
)
Description:
net-voip/tox-core/tox-core-9999.ebuild
Filename:
MIME Type:
Creator:
Chí-Thanh Christopher Nguyễn
Created:
2013-08-04 04:49:25 UTC
Size:
965 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit cmake-utils > >DESCRIPTION="This is a sample skeleton ebuild file" >HOMEPAGE="http://tox.im/" > >LICENSE="GPL-3+" >SLOT="0" > >EGIT_REPO_URI="https://github.com/irungentoo/ProjectTox-Core.git" > >if [[ ${PV} == 9999* ]]; then > inherit git > SRC_URI="" > KEYWORDS="" >else > SRC_URI="" > KEYWORDS="~amd64" >fi > >IUSE="nacl" > >RDEPEND="net-libs/libsodium > dev-libs/libconfig > nacl? ( net-libs/nacl )" >DEPEND="${RDEPEND} > dev-python/sphinx" > >src_prepare() { > # remove -Werror from CFLAGS > sed -i 's/ -Werror//' CMakeLists.txt >} > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use_enable nacl USE_NACL) > ) > cmake-utils_src_configure >} > >src_install() { > default > cd ${BUILD_DIR} || die > local binaries=( > DHT_test > Lossless_UDP_testclient > Lossless_UDP_testserver > Messenger_test > nTox > toxic/toxic > ) > dobin ${binaries[@]/#/testing/} >}
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 478874
:
355084
|
355086