From 1d04988681ce23c0f0439085db911a6ff1c4770b Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Thu, 6 Aug 2015 22:15:31 +0100 Subject: dev-libs/libconcord: Version bump Package-Manager: portage-2.2.20 --- dev-libs/libconcord/ChangeLog | 6 +++ dev-libs/libconcord/Manifest | 6 +-- dev-libs/libconcord/libconcord-1.1.ebuild | 80 ------------------------------- dev-libs/libconcord/libconcord-1.2.ebuild | 79 ++++++++++++++++++++++++++++++ 4 files changed, 88 insertions(+), 83 deletions(-) delete mode 100644 dev-libs/libconcord/libconcord-1.1.ebuild create mode 100644 dev-libs/libconcord/libconcord-1.2.ebuild (limited to 'dev-libs') diff --git a/dev-libs/libconcord/ChangeLog b/dev-libs/libconcord/ChangeLog index 7de277dd..18c26f07 100644 --- a/dev-libs/libconcord/ChangeLog +++ b/dev-libs/libconcord/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*libconcord-1.2 (06 Aug 2015) + + 06 Aug 2015; Bertrand Jacquin +libconcord-1.2.ebuild, + -libconcord-1.1.ebuild: + dev-libs/libconcord: Version bump + 25 Jan 2015; Bertrand Jacquin metadata.xml: Update email address diff --git a/dev-libs/libconcord/Manifest b/dev-libs/libconcord/Manifest index 2397bda0..0b252c38 100644 --- a/dev-libs/libconcord/Manifest +++ b/dev-libs/libconcord/Manifest @@ -1,4 +1,4 @@ -DIST concordance-1.1.tar.bz2 1142393 SHA256 ca5ffbd8c0fd06d41192c1d5e3c8b964c2393ea6d3d9c5e495c1da4b2c778a05 WHIRLPOOL 9a667a342a130d6b947657fa15361bb18e7a77860cc2e968ee9b30af641ff5ee409dd73ad70bcf9908f16e932c26a17cd2c7ea7aef40cdc9ed82f6d6e65c0ef3 -EBUILD libconcord-1.1.ebuild 1470 SHA256 ef30b2878c8fa378ba1ba05738fc4e7b6c4584c91c93da3c5da94ea93f3f3c5c WHIRLPOOL c25d07334658e83fa781160258f5d125dc185110419fc25d9d763a5e485a306d2ad2e93ba9af46e1d90180b6ff4de72de9ae174c8ddbd2d9af9d278e7b7cfb20 -MISC ChangeLog 2072 SHA256 7453313be9b8e1002f14bcce6ab73a9038a21b2eedf270b541945ed3c56860a7 WHIRLPOOL d63be2ac03280c1f31965930b46e161f3888148ecc4149391f6c296d7a12395e6b502427fe3075e6058f8a89305f29e2e584c0d24d5ad501127a5075bf8f13e1 +DIST concordance-1.2.tar.bz2 1143635 SHA256 ce9f23dfcd9bb1de79edd07231062c5e5d5fdefb3dd88ae6da7fb25b8d782434 WHIRLPOOL 494cecea7b63329ae094b9b4b82e5c668ca26a71f8bafbb783b339f2ceaf30149040696e8808fcfa738a0077d467e31976d2b65677a40ca1c85aedb162fa62d7 +EBUILD libconcord-1.2.ebuild 1453 SHA256 806feaa211ce5788b203cb88aef588a1560f3e665c8708aaba9ada69b9e5ca52 WHIRLPOOL c658eee788695f1e90ca0bd622db839587ff9d13b4d4dd88bc715b55a793ca0422f262f724340e921fa286c3dd26a67deec8c917ff31ba8c41f1ac7b55361def +MISC ChangeLog 2245 SHA256 4628d2b8f4c9faca8f4db452e1e9fa7f3d023fa899ec493cceb116c6e4fa8093 WHIRLPOOL 40857fdbbeaf7922260215bf165a1f72bbf734f43451d27d688507ce11409f9f85f776e71401adaae7cb5adc7cae61e07e4a054408334cc24ea9b9a14570800d MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/dev-libs/libconcord/libconcord-1.1.ebuild b/dev-libs/libconcord/libconcord-1.1.ebuild deleted file mode 100644 index 4b0ecceb..00000000 --- a/dev-libs/libconcord/libconcord-1.1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit eutils fdo-mime perl-module distutils-r1 - -MY_P="concordance-${PV}" - -DESCRIPTION="Library for programming the Logitech Harmony universal remote" -HOMEPAGE="http://www.phildev.net/concordance" -SRC_URI="mirror://sourceforge/concordance/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="perl python static-libs" - -DEPEND="dev-libs/hidapi - dev-libs/libzip - perl? ( dev-lang/swig:0 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}/${PN}" - -src_prepare() { - if use perl ; then - cd "${S}/bindings/perl" - einfo "Prepare perl bindings in ${PWD}" - perl-module_src_prep - swig -perl5 concord.i - cd "${S}" - fi -} - -src_configure() { - econf \ - --disable-mime-update \ - $(use_enable static-libs static) -} - -src_compile() { - default - - if use perl ; then - cd "${S}/bindings/perl" - einfo "Compile perl bindings in ${PWD}" - perl-module_src_compile - cd "${S}" - fi -} - -src_install() { - emake install DESTDIR="${ED}" - - dodoc README - dodoc ../Changelog ../TODO - - if use perl ; then - cd "${S}/bindings/perl" - einfo "Install perl bindings in ${PWD}" - perl-module_src_install - cd "${S}" - fi - - if use python ; then - cd "${S}/bindings/python" - einfo "Install python bindings in ${PWD}" - distutils-r1_src_install - cd "${S}" - fi - - prune_libtool_files --all -} - -pkg_postinst() { - fdo-mime_mime_database_update -} diff --git a/dev-libs/libconcord/libconcord-1.2.ebuild b/dev-libs/libconcord/libconcord-1.2.ebuild new file mode 100644 index 00000000..5316f227 --- /dev/null +++ b/dev-libs/libconcord/libconcord-1.2.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +inherit eutils fdo-mime perl-module distutils-r1 + +MY_P="concordance-${PV}" + +DESCRIPTION="Library for programming the Logitech Harmony universal remote" +HOMEPAGE="http://www.phildev.net/concordance" +SRC_URI="mirror://sourceforge/concordance/${MY_P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="perl python static-libs" + +RDEPEND="dev-libs/hidapi + dev-libs/libzip + perl? ( >=dev-lang/swig-2 )" + +S="${WORKDIR}/${MY_P}/${PN}" + +src_prepare() { + if use perl ; then + cd "${S}/bindings/perl" + einfo "Prepare perl bindings in ${PWD}" + perl-module_src_prep + swig -perl5 concord.i + cd "${S}" + fi +} + +src_configure() { + econf \ + --disable-mime-update \ + $(use_enable static-libs static) +} + +src_compile() { + default + + if use perl ; then + cd "${S}/bindings/perl" + einfo "Compile perl bindings in ${PWD}" + perl-module_src_compile + cd "${S}" + fi +} + +src_install() { + emake install DESTDIR="${ED}" + + dodoc README + dodoc ../Changelog ../TODO + + if use perl ; then + cd "${S}/bindings/perl" + einfo "Install perl bindings in ${PWD}" + perl-module_src_install + cd "${S}" + fi + + if use python ; then + cd "${S}/bindings/python" + einfo "Install python bindings in ${PWD}" + distutils-r1_src_install + cd "${S}" + fi + + prune_libtool_files --all +} + +pkg_postinst() { + fdo-mime_mime_database_update +} -- cgit v1.2.3