summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libconcord/ChangeLog3
-rw-r--r--dev-libs/libconcord/Manifest4
-rw-r--r--dev-libs/libconcord/libconcord-1.2.ebuild4
-rw-r--r--metadata/md5-cache/dev-libs/libconcord-1.26
4 files changed, 10 insertions, 7 deletions
diff --git a/dev-libs/libconcord/ChangeLog b/dev-libs/libconcord/ChangeLog
index 003e832a..1403f3a1 100644
--- a/dev-libs/libconcord/ChangeLog
+++ b/dev-libs/libconcord/ChangeLog
@@ -3,6 +3,9 @@
# $Header: $
15 Aug 2015; Bertrand Jacquin <bertrand@jacquin.bzh> libconcord-1.2.ebuild:
+ dev-libs/libconcord: Fix dev-lang/swig DEPEND
+
+ 15 Aug 2015; Bertrand Jacquin <bertrand@jacquin.bzh> libconcord-1.2.ebuild:
Remove malformed Id headers
*libconcord-1.2 (06 Aug 2015)
diff --git a/dev-libs/libconcord/Manifest b/dev-libs/libconcord/Manifest
index aecba495..d29748cc 100644
--- a/dev-libs/libconcord/Manifest
+++ b/dev-libs/libconcord/Manifest
@@ -1,4 +1,4 @@
DIST concordance-1.2.tar.bz2 1143635 SHA256 ce9f23dfcd9bb1de79edd07231062c5e5d5fdefb3dd88ae6da7fb25b8d782434 WHIRLPOOL 494cecea7b63329ae094b9b4b82e5c668ca26a71f8bafbb783b339f2ceaf30149040696e8808fcfa738a0077d467e31976d2b65677a40ca1c85aedb162fa62d7
-EBUILD libconcord-1.2.ebuild 1447 SHA256 ec6e6119bf25e5f36002d9243c270d0050e923134d2c345b4444a8944a2cc382 WHIRLPOOL 350c5dad78da124dea0103de94fdf23255241c8ee3b702ebd7d21b7122f5f76edf2cca81e46a8d33c831b2bad5f6c30ba6a04dc3b63ab05e8e66b4f6ab919894
-MISC ChangeLog 2376 SHA256 15e27c8f171a9d29ce2865e4f2ef445bfe15f41845b3f11e73d674bb59312551 WHIRLPOOL 69062caf2300dc0c700f9a7b497a3a92bfb853dd787dabccd2e48c50d6a31a878aeffbe95cec8ad411b8eee729ef6a3f9a1e54cc1438a12a5ea42a8c22051f43
+EBUILD libconcord-1.2.ebuild 1457 SHA256 9ca27fee33665c7ad20d27846f775ada0c83056567fffa1ea8807691bc951195 WHIRLPOOL d78e1d8281617bfea33db1a0a16f6023c950b7b471d80c9f7b0aaea24d9cfd3bbd67d399d24064e393d0d4e0276d722dcd7ef486f255511ef23443b6135be4c7
+MISC ChangeLog 2503 SHA256 2b59d6f225f41f070e4116b716ab3c5b62359b821b9c4cf7dbef2007dee9e97b WHIRLPOOL 373a6933879a5cecb82acddff8828ac1227eec68ac13b660a90f3dbd890f30acc48b1ee10f11dd800dfa8b76c359ef24b518f38387a99a56742e34bed64b4505
MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b
diff --git a/dev-libs/libconcord/libconcord-1.2.ebuild b/dev-libs/libconcord/libconcord-1.2.ebuild
index 7d8b1cd4..0f71f136 100644
--- a/dev-libs/libconcord/libconcord-1.2.ebuild
+++ b/dev-libs/libconcord/libconcord-1.2.ebuild
@@ -18,9 +18,9 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="perl python static-libs"
+DEPEND="perl? ( >=dev-lang/swig-2:= )"
RDEPEND="dev-libs/hidapi
- dev-libs/libzip
- perl? ( >=dev-lang/swig-2 )"
+ dev-libs/libzip"
S="${WORKDIR}/${MY_P}/${PN}"
diff --git a/metadata/md5-cache/dev-libs/libconcord-1.2 b/metadata/md5-cache/dev-libs/libconcord-1.2
index d5a73550..dc54d877 100644
--- a/metadata/md5-cache/dev-libs/libconcord-1.2
+++ b/metadata/md5-cache/dev-libs/libconcord-1.2
@@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install postinst prepare test unpack
-DEPEND=dev-lang/perl:=[-build(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
+DEPEND=perl? ( >=dev-lang/swig-2:= ) dev-lang/perl:=[-build(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
DESCRIPTION=Library for programming the Logitech Harmony universal remote
EAPI=5
HOMEPAGE=http://www.phildev.net/concordance
IUSE=perl python static-libs python_targets_python2_7
KEYWORDS=~amd64
LICENSE=GPL-3
-RDEPEND=dev-libs/hidapi dev-libs/libzip perl? ( >=dev-lang/swig-2 ) dev-lang/perl:=[-build(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
+RDEPEND=dev-libs/hidapi dev-libs/libzip dev-lang/perl:=[-build(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://sourceforge/concordance/concordance-1.2.tar.bz2
_eclasses_=distutils-r1 1375d7df3597739c70e997d7508c6f79 eutils 351a78113be5b393c09a2c948701ad36 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde perl-module 1cfb38bf68a24c8394e41d2f53003146 python-r1 fca51bba23ab2e206194470b2e56c92c python-utils-r1 39c6b012a0512678e698e712b5b7ecc2 toolchain-funcs 4b8d3388c0a6e798504e20ba30b49361 unpacker 1ca344bd9b922a7f8084a3fa02933b79
-_md5_=1470476bec70290d5ab4984d0d49af97
+_md5_=b37327298dc70f08e991947b8c324143