Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 351890 Details for
Bug 474706
app-misc/litecoin-0.6.9.1 - a lite version of Bitcoin optimized for CPU mining using scrypt as a proof of work scheme
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Basic daemon ebuild
litecoind-0.6.9.1-r1.ebuild (text/plain), 1.99 KB, created by
Ron OHara
on 2013-06-25 10:35:33 UTC
(
hide
)
Description:
Basic daemon ebuild
Filename:
MIME Type:
Creator:
Ron OHara
Created:
2013-06-25 10:35:33 UTC
Size:
1.99 KB
patch
obsolete
># Distributed under the terms of the GNU General Public License v2 > >EAPI=4 > >DB_VER="4.8" > >inherit db-use eutils versionator toolchain-funcs > >MyPV="${PV/_/}" >MyPN="litecoin" >MyP="${MyPN}-${MyPV}" > >DESCRIPTION="Litecoin - a lite version of Bitcoin optimized for CPU mining using scrypt as a proof of work scheme." >HOMEPAGE="http://litecoin.org" >SRC_URI="http://litecoin.org/downloads/linux/litecoin-0.6.9.1-linux.tar.xz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="*" >IUSE="ipv6 qrcode logrotate +upnp" > >DEPEND="dev-libs/openssl[-bindist] \ >=sys-libs/db-4.8*[cxx] \ >dev-libs/boost \ > logrotate? ( > app-admin/logrotate > ) >upnp? ( net-libs/miniupnpc ) \ >qrcode? ( media-gfx/libqrencode )" >RDEPEND="${DEPEND}" >#SRC_URI="https://www.github.com/${GITHUB_USER}/${GITHUB_REPO}/tarball/${GITHUB_TAG} -> ${PN}-${GITHUB_TAG}.tar.gz" > >pkg_setup() { > local UG='litecoin' > enewgroup "${UG}" > enewuser "${UG}" -1 -1 /var/lib/litecoin "${UG}" >} > >src_unpack() { > unpack ${A} > mv "${WORKDIR}/${MyP}-linux" "${S}" || die >} > >src_compile() { > cd ${S}/src/src > export CXX="g++ -I /usr/include/db4.8" > make ${MAKEOPTS} -f makefile.unix \ > USE_UPNP="$(use upnp && echo 1 || echo -)" \ > USE_IPV6="$(use ipv6 && echo 1 || echo 0)" \ > USE_QRCODE="$(use qrcode && echo 1 || echo 0)" \ > || die >} > >src_install() { > dobin ${S}/src/src/litecoind > > insinto /etc/litecoin > newins "${FILESDIR}/litecoin.conf" litecoin.conf > fowners litecoin:litecoin /etc/litecoin/litecoin.conf > fperms 600 /etc/litecoin/litecoin.conf > > newconfd "${FILESDIR}/litecoin.confd" ${PN} > newinitd "${FILESDIR}/litecoin.initd" ${PN} > > keepdir /var/lib/litecoin/.litecoin > fperms 700 /var/lib/litecoin > fowners litecoin:litecoin /var/lib/litecoin/ > fowners litecoin:litecoin /var/lib/litecoin/.litecoin > dosym /etc/litecoin/litecoin.conf /var/lib/litecoin/.litecoin/litecoin.conf > > cd ${S}/src/doc > if use logrotate; then > dodoc README README_ScryptMiner.txt Tor.txt assets-attribution.txt > fi > > if use logrotate; then > insinto /etc/logrotate.d > newins "${FILESDIR}/litecoind.logrotate" litecoind > fi >}
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 474706
:
351890
|
351892
|
351894
|
351896
|
351898
|
355660
|
355668