summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 20:44:49 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 20:44:49 +0000
commitbc494e9350dd8d2182afcc91a367e728470d9ba2 (patch)
tree3eeb93bc6bcc357b7f2d2077555ef8511b87b790 /dev-libs
parentapp-crypt/bip32utils: treeclean (diff)
downloadportage-bc494e9350dd8d2182afcc91a367e728470d9ba2.tar.xz
dev-libs/libconcord: add 1.5, drop 1.4
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libconcord/Manifest2
-rw-r--r--dev-libs/libconcord/libconcord-1.5.ebuild (renamed from dev-libs/libconcord/libconcord-1.4.ebuild)6
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/libconcord/Manifest b/dev-libs/libconcord/Manifest
index f10e14c5..ed434376 100644
--- a/dev-libs/libconcord/Manifest
+++ b/dev-libs/libconcord/Manifest
@@ -1 +1 @@
-DIST libconcord-1.4.tar.gz 122724 BLAKE2B c4fb2ef81956a252509a3acfe41d3d48416a2fb09384c1481d67ed3f63b140731222cdd71c7ce15681e8f82ab253efabf0b465fb440d45a74ad0e153665ac8f6 SHA512 bf4645791f35e9328a72b56c2cf20be30980e9f70379be0e24494b0f86e14869ff86d789f0e90341f5ab0abc6e747f91d3bc0ec20f730c33473fc54c39cf543b
+DIST libconcord-1.5.tar.gz 123823 BLAKE2B 5968898c72972a1893576643b62c411761084bec71147d8740138edf63032bb9cd1e0c8d174b97249386339ae85ec6c4d65a88b8be4181dd6658cce0a36ea2e0 SHA512 37e34eb52ff11702d277b22cab0d8a64860b6a8d390c1566983b9e4da8e5ad82c596ff67404dbf66ea3c8da3f8fc8df8fc8008101a6f4c2656bd089f23e1de86
diff --git a/dev-libs/libconcord/libconcord-1.4.ebuild b/dev-libs/libconcord/libconcord-1.5.ebuild
index ab16706d..7552e9aa 100644
--- a/dev-libs/libconcord/libconcord-1.4.ebuild
+++ b/dev-libs/libconcord/libconcord-1.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit autotools xdg-utils perl-module distutils-r1
DESCRIPTION="Library for programming the Logitech Harmony universal remote"
@@ -16,9 +16,11 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="perl python static-libs"
-DEPEND="perl? ( >=dev-lang/swig-2:= )
+DEPEND="net-misc/curl:=
+ perl? ( >=dev-lang/swig-2:= )
python? ( ${PYTHON_DEPS} )"
RDEPEND="dev-libs/hidapi
+ net-misc/curl:=
dev-libs/libzip"
S="${WORKDIR}/concordance-${PV}/${PN}"