diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-25 22:58:04 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-25 22:58:04 +0000 |
commit | ab84c7f2391550e1980f1dc6dee78f6f16f31202 (patch) | |
tree | a8ba7b98029a5879ef2aa647b9130b12fcc2c578 | |
parent | profiles/desktop: remove screenshot extension restriction (diff) | |
download | portage-ab84c7f2391550e1980f1dc6dee78f6f16f31202.tar.xz |
net-p2p/c-lightning: version bump
Package-Manager: Portage-2.3.84, Repoman-2.3.20
-rw-r--r-- | net-p2p/c-lightning/c-lightning-0.8.0.ebuild (renamed from net-p2p/c-lightning/c-lightning-0.7.2.1.ebuild) | 9 | ||||
-rw-r--r-- | net-p2p/c-lightning/files/0.8.0-build-do-not-Werror.patch (renamed from net-p2p/c-lightning/files/0.7.2.1-build-do-not-Werror.patch) | 4 | ||||
-rw-r--r-- | net-p2p/c-lightning/files/0.8.0-build-do-not-refresh-external-modules.patch (renamed from net-p2p/c-lightning/files/0.7.2.1-build-do-not-refresh-external-modules.patch) | 6 | ||||
-rw-r--r-- | net-p2p/c-lightning/files/0.8.0-build-remove-deprecated-AM_ENABLE_MULTILIB.patch (renamed from net-p2p/c-lightning/files/0.7.2.1-build-remove-deprecated-AM_ENABLE_MULTILIB.patch) | 0 | ||||
-rw-r--r-- | net-p2p/c-lightning/files/0.8.0-build-use-FHS-docdir.patch (renamed from net-p2p/c-lightning/files/0.7.2.1-build-use-FHS-docdir.patch) | 6 |
5 files changed, 13 insertions, 12 deletions
diff --git a/net-p2p/c-lightning/c-lightning-0.7.2.1.ebuild b/net-p2p/c-lightning/c-lightning-0.8.0.ebuild index 595cc4ce..3a438c9d 100644 --- a/net-p2p/c-lightning/c-lightning-0.7.2.1.ebuild +++ b/net-p2p/c-lightning/c-lightning-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,14 +13,15 @@ EGIT_COMMIT="v${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="" +IUSE="+sqlite" BDEPEND="${PYTHON_DEPS} dev-python/mako:=[${PYTHON_USEDEP}] - app-text/asciidoc" + app-text/asciidoc + sys-devel/gettext" DEPEND="dev-libs/libsodium:= dev-libs/gmp:0 - dev-db/sqlite:3 + sqlite? ( dev-db/sqlite:3 ) sys-libs/zlib:=" RDEPEND="${DEPEND} net-p2p/bitcoin-cli" diff --git a/net-p2p/c-lightning/files/0.7.2.1-build-do-not-Werror.patch b/net-p2p/c-lightning/files/0.8.0-build-do-not-Werror.patch index 9f49e838..bd9a964f 100644 --- a/net-p2p/c-lightning/files/0.7.2.1-build-do-not-Werror.patch +++ b/net-p2p/c-lightning/files/0.8.0-build-do-not-Werror.patch @@ -1,4 +1,4 @@ -From bbe6579cdc18f88930569785aee207765b437dc0 Mon Sep 17 00:00:00 2001 +From 3b38929a6386e6de9873e8c200610602a0bb281d Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Mon, 13 May 2019 23:59:33 +0000 Subject: [PATCH 1/3] build: do not -Werror @@ -8,7 +8,7 @@ Subject: [PATCH 1/3] build: do not -Werror 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure -index 7920f6f5f86c..aa3e735ad8ae 100755 +index 8ecc9700c404..da20d509c220 100755 --- a/configure +++ b/configure @@ -6,7 +6,7 @@ set -e diff --git a/net-p2p/c-lightning/files/0.7.2.1-build-do-not-refresh-external-modules.patch b/net-p2p/c-lightning/files/0.8.0-build-do-not-refresh-external-modules.patch index 44c25206..7a85ed45 100644 --- a/net-p2p/c-lightning/files/0.7.2.1-build-do-not-refresh-external-modules.patch +++ b/net-p2p/c-lightning/files/0.8.0-build-do-not-refresh-external-modules.patch @@ -1,4 +1,4 @@ -From cc4bdb3f69b86a1db4537b63b61226259f4d9774 Mon Sep 17 00:00:00 2001 +From 6d65270589ccef06c8472e5309d2ac4fd8264496 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Mon, 13 May 2019 23:50:38 +0000 Subject: [PATCH 2/3] build: do not refresh external modules @@ -8,10 +8,10 @@ Subject: [PATCH 2/3] build: do not refresh external modules 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/Makefile b/external/Makefile -index fc0088ba7f93..94e88e3c7e03 100644 +index 9079ae37bb69..258b64033d5d 100644 --- a/external/Makefile +++ b/external/Makefile -@@ -32,7 +32,7 @@ endif +@@ -36,7 +36,7 @@ endif EXTERNAL_LDLIBS := -Lexternal $(patsubst lib%.a,-l%,$(notdir $(EXTERNAL_LIBS))) submodcheck: FORCE diff --git a/net-p2p/c-lightning/files/0.7.2.1-build-remove-deprecated-AM_ENABLE_MULTILIB.patch b/net-p2p/c-lightning/files/0.8.0-build-remove-deprecated-AM_ENABLE_MULTILIB.patch index 415a71cf..415a71cf 100644 --- a/net-p2p/c-lightning/files/0.7.2.1-build-remove-deprecated-AM_ENABLE_MULTILIB.patch +++ b/net-p2p/c-lightning/files/0.8.0-build-remove-deprecated-AM_ENABLE_MULTILIB.patch diff --git a/net-p2p/c-lightning/files/0.7.2.1-build-use-FHS-docdir.patch b/net-p2p/c-lightning/files/0.8.0-build-use-FHS-docdir.patch index e051f140..20c626f0 100644 --- a/net-p2p/c-lightning/files/0.7.2.1-build-use-FHS-docdir.patch +++ b/net-p2p/c-lightning/files/0.8.0-build-use-FHS-docdir.patch @@ -1,4 +1,4 @@ -From fe488c542da58d68995c18a5ffc6b4375fcf35bb Mon Sep 17 00:00:00 2001 +From c2699e5305e99daebb0bafb3f8bcc5afe6371f0c Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Tue, 14 May 2019 01:33:02 +0000 Subject: [PATCH 3/3] build: use FHS docdir @@ -8,10 +8,10 @@ Subject: [PATCH 3/3] build: use FHS docdir 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index dc2d5ab4c4cc..f07ed5ff6bab 100644 +index 16a45b46078d..70d2131004b4 100644 --- a/Makefile +++ b/Makefile -@@ -461,7 +461,7 @@ libexecdir = $(exec_prefix)/libexec +@@ -452,7 +452,7 @@ libexecdir = $(exec_prefix)/libexec pkglibexecdir = $(libexecdir)/$(PKGNAME) plugindir = $(pkglibexecdir)/plugins datadir = $(PREFIX)/share |