Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 276715 Details for
Bug 328391
Ebuild for Bitcoin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-p2p/wxbitcoin-0.3.22.ebuild
wxbitcoin-0.3.22.ebuild (text/plain), 2.39 KB, created by
Luke-Jr
on 2011-06-12 00:03:06 UTC
(
hide
)
Description:
net-p2p/wxbitcoin-0.3.22.ebuild
Filename:
MIME Type:
Creator:
Luke-Jr
Created:
2011-06-12 00:03:06 UTC
Size:
2.39 KB
patch
obsolete
># Copyright 2010-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >DB_VER="4.8" >WX_GTK_VER="2.9" > >inherit db-use eutils versionator wxwidgets > >DESCRIPTION="A P2P network based digital currency." >HOMEPAGE="http://bitcoin.org/" >myP="bitcoin-${PV/_/}" >SRC_URI="mirror://sourceforge/bitcoin/test/${myP}-src.tar.gz > eligius? ( http://luke.dashjr.org/programs/bitcoin/files/0.3.22-eligius_sendonly.patch ) >" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug +eligius nls selinux ssl upnp" >LANGS="cs de eo es fr it lt nl pt ru zh_cn" > >for X in ${LANGS}; do > IUSE="$IUSE linguas_$X" >done > >DEPEND=" > >=dev-libs/boost-1.41.0 > <dev-libs/boost-1.46 > dev-libs/crypto++ > dev-libs/glib > dev-libs/openssl[-bindist] > nls? ( > sys-devel/gettext > ) > selinux? ( > sys-libs/libselinux > ) > upnp? ( > net-libs/miniupnpc > ) > sys-libs/db:$(db_ver_to_slot "${DB_VER}") > >=app-admin/eselect-wxwidgets-0.7-r1 > x11-libs/wxGTK:2.9[X] > !net-p2p/bitcoin >" >RDEPEND="${DEPEND} >" >DEPEND="${DEPEND} > >=app-shells/bash-4.1 >" > >S="${WORKDIR}/${myP}" > >src_prepare() { > cd src > cp "${FILESDIR}/Makefile.gentoo" "Makefile" > use eligius && epatch "${DISTDIR}/0.3.22-eligius_sendonly.patch" >} > >src_compile() { > local OPTS=() > > OPTS+=("CXXFLAGS=${CXXFLAGS}") > OPTS+=( "LDFLAGS=${LDFLAGS}") > > OPTS+=("DB_CXXFLAGS=-I$(db_includedir "${DB_VER}")") > OPTS+=("DB_LDFLAGS=-ldb_cxx-${DB_VER}") > > local BOOST_PKG BOOST_VER BOOST_INC > BOOST_PKG="$(best_version '<dev-libs/boost-1.46')" > BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" > BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" > BOOST_LIB="/usr/include/boost-${BOOST_VER}" > OPTS+=("BOOST_CXXFLAGS=-I${BOOST_LIB}") > OPTS+=("BOOST_LIB_SUFFIX=-${BOOST_VER}") > > use debug&& OPTS+=(USE_DEBUG=1) > use ssl && OPTS+=(USE_SSL=1) > use upnp && OPTS+=(USE_UPNP=1) > > cd src > emake "${OPTS[@]}" bitcoin || die "emake bitcoin failed"; >} > >src_install() { > newbin src/bitcoin wxbitcoin > dosym wxbitcoin /usr/bin/bitcoin > insinto /usr/share/pixmaps > doins "share/pixmaps/bitcoin.ico" > make_desktop_entry ${PN} "wxBitcoin" "/usr/share/pixmaps/bitcoin.ico" "Network;P2P" > > if use nls; then > einfo "Installing language files" > for val in ${LANGS} > do > if use "linguas_$val"; then > mv "locale/$val/LC_MESSAGES/bitcoin.mo" "$val.mo" && > domo "$val.mo" || die "failed to install $val locale" > fi > done > fi > > dodoc COPYING doc/README >}
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 328391
:
259671
|
273185
|
273187
|
273937
|
276715
|
276717
|
276719
|
279657
|
279659
|
279665
|
279667
|
294461