Skip to content

Commit

Permalink
net-p2p/c-lightning-9999: use slotted PostgreSQL patch from pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
whitslack committed Aug 29, 2020
1 parent 4e1d5d5 commit 2d25d7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 47 deletions.
1 change: 1 addition & 0 deletions net-p2p/c-lightning/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST c-lightning-0.9.0.1.tar.gz 3005098 BLAKE2B d6a5381e2dfa02ad7107ed9fea06a1c3520889aa513dd3833447613e411963ef9ec374084bfee6ad21a49e23eea29c22edaf150268585d6f2e98835a0e089c33 SHA512 765ba35cd71b4f93a56e04caf8b7efdae1dc7054faa811dd796e8058076a339f464805000ef917ba3e09c8e71645e235b0d6e2afa190ee46043a98d14bdb1595
DIST c-lightning-support-slotted-postgresql.patch 4038 BLAKE2B 2f0129a2122f8fa929bef65b6a3ed7a4be44dc866e1b7f3010f2f2f5979bb7d409ef1494857de706c51857c8868a74f721f2dd0e1841e5e7535bb33abb25800c SHA512 7838eb4b0bab9c8cb5101a20680fb36bc83642d604e6e7e744fcb23a4e41a25af3fb2d815adcc9ba6e2fd20675ba94c2baad16904608a161489c38fd29317fae
DIST jsmn-1.0.0.tar.gz 11035 BLAKE2B e2952e4ad05965189f38d0ce0afbaace0bf5f4a38126dd457cf99a5aae0732b47c145a0dd514bb56050a8815923b6e7866fbf815e449d64c0e9f78938e6d07e4 SHA512 11dfb575b85c37eb806a42d95ee78b8506e264406ee9b5a1e86bd326e9545a2b8da5b1ff14238d2714374e82e01719f65eb86862094fddea021cb9571e9f6eb7
5 changes: 3 additions & 2 deletions net-p2p/c-lightning/c-lightning-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ inherit bash-completion-r1 distutils-r1 git-r3 postgres toolchain-funcs

MyPN=lightning
PATCHES=(
"${FILESDIR}/support-slotted-postgresql.patch"
"${DISTDIR}/${PN}-support-slotted-postgresql.patch"
)

DESCRIPTION="An implementation of Bitcoin's Lightning Network in C"
HOMEPAGE="https://github.com/ElementsProject/${MyPN}"
SRC_URI="https://github.com/zserge/jsmn/archive/v1.0.0.tar.gz -> jsmn-1.0.0.tar.gz"
SRC_URI="https://github.com/zserge/jsmn/archive/v1.0.0.tar.gz -> jsmn-1.0.0.tar.gz
${HOMEPAGE}/pull/3995.patch -> ${PN}-support-slotted-postgresql.patch"
EGIT_REPO_URI="${HOMEPAGE}.git"
EGIT_SUBMODULES=( '-*' 'external/gheap' )

Expand Down
45 changes: 0 additions & 45 deletions net-p2p/c-lightning/files/support-slotted-postgresql.patch

This file was deleted.

0 comments on commit 2d25d7d

Please sign in to comment.