blueness 15/01/07 17:54:39 Modified: ChangeLog Added: litecoind-0.8.7.4.ebuild Log: Version bump, bug #535920 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.10 net-p2p/litecoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 28 Aug 2014 23:05:03 -0000 1.9 +++ ChangeLog 7 Jan 2015 17:54:39 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/litecoind -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.9 2014/08/28 23:05:03 blueness Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.10 2015/01/07 17:54:39 blueness Exp $ + +*litecoind-0.8.7.4 (07 Jan 2015) + + 07 Jan 2015; Anthony G. Basile <[email protected]> + +litecoind-0.8.7.4.ebuild: + Version bump, bug #535920 *litecoind-0.8.7.2 (28 Aug 2014) 1.1 net-p2p/litecoind/litecoind-0.8.7.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.4.ebuild?rev=1.1&content-type=text/plain Index: litecoind-0.8.7.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.4.ebuild,v 1.1 2015/01/07 17:54:39 blueness Exp $ EAPI=5 DB_VER="4.8" inherit bash-completion-r1 db-use eutils systemd user MyPV="${PV/_/-}" MyPN="litecoin" MyP="${MyPN}-${MyPV}" DESCRIPTION="P2P Internet currency based on Bitcoin but easier to mine" HOMEPAGE="https://litecoin.org/" SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyP}.tar.gz" LICENSE="MIT ISC GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples ipv6 logrotate upnp" RDEPEND=" dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] <=dev-libs/leveldb-1.12.0[-snappy] " DEPEND="${RDEPEND} >=app-shells/bash-4.1 sys-apps/sed " S="${WORKDIR}/${MyP}" pkg_setup() { local UG='litecoin' enewgroup "${UG}" enewuser "${UG}" -1 -1 /var/lib/litecoin "${UG}" } src_prepare() { epatch "${FILESDIR}"/${MyPN}-sys_leveldb.patch rm -r src/leveldb if has_version '>=dev-libs/boost-1.52'; then sed -i 's/\(-l db_cxx\)/-l boost_chrono$(BOOST_LIB_SUFFIX) \1/' src/makefile.unix fi } src_configure() { OPTS=() OPTS+=("DEBUGFLAGS=") OPTS+=("CXXFLAGS=${CXXFLAGS}") OPTS+=("LDFLAGS=${LDFLAGS}") if use upnp; then OPTS+=("USE_UPNP=1") else OPTS+=("USE_UPNP=-") fi use ipv6 || OPTS+=("USE_IPV6=-") OPTS+=("USE_SYSTEM_LEVELDB=1") OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")") OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}") cd src || die emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" ${PN} } #Tests are broken with and without our litecoin-sys_leveldb.patch. #When tests work, make sure to inherit toolchain-funcs #src_test() { # cd src || die # emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" test_litecoin # ./test_litecoin || die 'Tests failed' #} src_install() { dobin src/${PN} insinto /etc/litecoin doins "${FILESDIR}/litecoin.conf" fowners litecoin:litecoin /etc/litecoin/litecoin.conf fperms 600 /etc/litecoin/litecoin.conf newconfd "${FILESDIR}/litecoin.confd" ${PN} newinitd "${FILESDIR}/litecoin.initd-r1" ${PN} systemd_dounit "${FILESDIR}/litecoin.service" 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 dodoc doc/README.md doc/release-notes.md newman contrib/debian/manpages/bitcoind.1 litecoind.1 newman contrib/debian/manpages/bitcoin.conf.5 litecoin.conf.5 sed -i -e 's/bitcoin/litecoin/g' contrib/bitcoind.bash-completion newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion if use examples; then docinto examples dodoc -r contrib/{bitrpc,pyminer,spendfrom,tidy_datadir.sh,wallettools} fi if use logrotate; then insinto /etc/logrotate.d newins "${FILESDIR}/litecoind.logrotate" litecoind fi }
