From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E59AE1382C5 for ; Sat, 17 Apr 2021 19:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF5FAE0874; Sat, 17 Apr 2021 19:20:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D2B2E086B for ; Sat, 17 Apr 2021 19:20:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80BF43409E6 for ; Sat, 17 Apr 2021 19:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24DCF72A for ; Sat, 17 Apr 2021 19:20:29 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1618687174.1e25cb76a27102db644080de8e5e4e91466e125e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/litecoind/litecoind-0.10.4.0.ebuild X-VCS-Directories: net-p2p/litecoind/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1e25cb76a27102db644080de8e5e4e91466e125e X-VCS-Branch: master Date: Sat, 17 Apr 2021 19:20:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6b44673-b3dc-4967-99b3-1943f00bd0e9 X-Archives-Hash: bcf6c9cc96c50c2f6794f23e65d3a61e commit: 1e25cb76a27102db644080de8e5e4e91466e125e Author: Conrad Kostecki gentoo org> AuthorDate: Sat Apr 17 18:46:07 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Apr 17 19:19:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e25cb76 net-p2p/litecoind: drop old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> net-p2p/litecoind/litecoind-0.10.4.0.ebuild | 103 ---------------------------- 1 file changed, 103 deletions(-) diff --git a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild deleted file mode 100644 index 9bb6c3323dc..00000000000 --- a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DB_VER="4.8" - -inherit autotools db-use epatch flag-o-matic systemd user - -MyPV="${PV/_/-}" -MyPN="litecoin" -MyP="${MyPN}-${MyPV}" - -DESCRIPTION="The offical daemon to run your own (full) Litecoin node" -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="logrotate upnp +wallet" - -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.18-r1:= -" -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}"/0.9.0-sys_leveldb.patch - epatch "${FILESDIR}"/litecoind-0.10.2.2-memenv_h.patch - epatch "${FILESDIR}"/litecoind-0.10.2.2-fix-gnustack.patch - epatch "${FILESDIR}"/${P}-gcc6.patch - eautoreconf - rm -r src/leveldb -} - -src_configure() { - # To avoid executable GNU stack. - append-ldflags -Wl,-z,noexecstack - - local my_econf= - if use upnp; then - my_econf="${my_econf} --with-miniupnpc --enable-upnp-default" - else - my_econf="${my_econf} --without-miniupnpc --disable-upnp-default" - fi - econf \ - $(use_enable wallet)\ - --disable-ccache \ - --disable-static \ - --disable-tests \ - --with-system-leveldb \ - --with-system-libsecp256k1 \ - --without-libs \ - --with-daemon \ - --without-gui \ - --without-qrencode \ - ${my_econf} -} - -src_install() { - default - - 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 - - if use logrotate; then - insinto /etc/logrotate.d - newins "${FILESDIR}/litecoind.logrotate" litecoind - fi -}