Latest version of net-p2p/dogecoin-qt is 1.7.1. I have a compile up on a Debian ARM system and it's rock solid. Would like to test it out on my Gentoo box.
You're confusing versions and revisions.
Okay. Will try to remember that (and coffee as well).
Dogecoin Core 1.8 released. Update mandatory! See http://redd.it/2egjqg
Created attachment 384194 [details] 1.8.0 ebuild This is an ebuild for dogecoin 1.8.0 based on net-p2p/bitcoin-qt-0.9.2.1. It probably isn't fit for portage because: (a) uses bundled leveldb (b) no i8n use flags, binary includes all supported languages Still, it will be useful to anyone who wants access to his doge until a better ebuild come up.
How long 'till an update is available ??
CC-ing most-of-bitcoin maintainers since this seems to be another fork of it :). Maybe you would be interesting in helping out here?
You can remove "seems" and place "is" there. They rebased off of Bitcoin directly (previously Litecoin) at Dogecoin release version 1.7.0. https://github.com/dogecoin/dogecoin/releases/tag/v1.7.0
(In reply to Michał Górny from comment #6) > CC-ing most-of-bitcoin maintainers since this seems to be another fork of it > :). Maybe you would be interesting in helping out here? I think we need to create a bitcoin herd. (In reply to Marios Andreopoulos from comment #4) > Created attachment 384194 [details] > 1.8.0 ebuild > > This is an ebuild for dogecoin 1.8.0 based on net-p2p/bitcoin-qt-0.9.2.1. > > It probably isn't fit for portage because: > (a) uses bundled leveldb > (b) no i8n use flags, binary includes all supported languages > > Still, it will be useful to anyone who wants access to his doge until a > better ebuild come up. This is not going on the tree. Its got too many problems. Why didn't you just tweak the ebuild that's there? Begin with =net-p2p/bitcoin-qt-0.9.3-r1, remove the luke-rj patches, include the level db patch and go from there. Once it works for you, and it doesn't have the above problems, I'll put it on the tree.
just a note, the current version 1.6 blocks leveldb > 1.12.0 (or, depends on '<=dev-libs/leveldb-1.12.0[-snappy]' to be precise), which blocks bitcoin-qt update ... doesn't anyone a cloning machine at hand so my second self could take a look at improving the ebuild so Anthony could put it on the tree? :-/
*** Bug 563360 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab664b328fac9c710a80ab2119856a9167da5f3 commit 3ab664b328fac9c710a80ab2119856a9167da5f3 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2018-02-18 23:00:02 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-02-18 23:00:02 +0000 profiles: Remove last-rited net-p2p/{doge,prime}coin* Closes: https://bugs.gentoo.org/520070 Closes: https://bugs.gentoo.org/555082 Closes: https://bugs.gentoo.org/643994 Closes: https://bugs.gentoo.org/644312 net-p2p/dogecoin-qt/Manifest | 1 - net-p2p/dogecoin-qt/dogecoin-qt-1.6.ebuild | 144 ----------------- net-p2p/dogecoin-qt/metadata.xml | 61 ------- net-p2p/primecoin-qt/Manifest | 1 - .../primecoin-qt/files/primecoin-sys_leveldb.patch | 176 --------------------- net-p2p/primecoin-qt/metadata.xml | 58 ------- net-p2p/primecoin-qt/primecoin-qt-0.1.2-r1.ebuild | 143 ----------------- net-p2p/primecoind/Manifest | 1 - .../primecoind/files/primecoin-sys_leveldb.patch | 176 --------------------- net-p2p/primecoind/files/primecoin.conf | 8 - net-p2p/primecoind/files/primecoin.confd | 10 -- net-p2p/primecoind/files/primecoin.initd | 104 ------------ net-p2p/primecoind/files/primecoin.initd-r1 | 28 ---- net-p2p/primecoind/files/primecoin.service | 30 ---- net-p2p/primecoind/files/primecoind.logrotate | 7 - net-p2p/primecoind/metadata.xml | 11 -- net-p2p/primecoind/primecoind-0.1.2-r1.ebuild | 122 -------------- profiles/package.mask | 8 - 18 files changed, 1089 deletions(-)