diff --git a/dev-libs/.svn/entries b/dev-libs/.svn/entries new file mode 100644 index 0000000..e1614d9 --- /dev/null +++ b/dev-libs/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +112 +svn://svn.kardasa.pl/kardasa/dev-libs +svn://svn.kardasa.pl/kardasa + + + +2011-05-10T12:53:55.560000Z +108 +kardasa + + + + + + + + + + + + + + +94be0fd6-8ca2-481d-871d-ff1aec65ed1e + +libconcord +dir + diff --git a/dev-libs/libconcord/.svn/entries b/dev-libs/libconcord/.svn/entries new file mode 100644 index 0000000..e1ffd1c --- /dev/null +++ b/dev-libs/libconcord/.svn/entries @@ -0,0 +1,99 @@ +10 + +dir +112 +svn://svn.kardasa.pl/kardasa/dev-libs/libconcord +svn://svn.kardasa.pl/kardasa + + + +2011-05-10T12:53:55.560000Z +108 +kardasa + + + + + + + + + + + + + + +94be0fd6-8ca2-481d-871d-ff1aec65ed1e + +libconcord-0.23.ebuild +file + + + + +2011-06-06T14:02:37.562430Z +1b207ab766ffb9567015d1404be09ea3 +2011-05-10T12:53:55.560000Z +108 +kardasa + + + + + + + + + + + + + + + + + + + + + +903 + +files +dir + +Manifest +file + + + + +2011-06-06T14:02:37.563430Z +30987faa6d8666ed50edda23f0884e35 +2011-05-10T12:53:55.560000Z +108 +kardasa + + + + + + + + + + + + + + + + + + + + + +605 + diff --git a/dev-libs/libconcord/.svn/text-base/Manifest.svn-base b/dev-libs/libconcord/.svn/text-base/Manifest.svn-base new file mode 100644 index 0000000..18f2a8d --- /dev/null +++ b/dev-libs/libconcord/.svn/text-base/Manifest.svn-base @@ -0,0 +1,3 @@ +AUX libconcord-0.23-flash.patch 411 RMD160 bf13e38dc2796e542e8c98bd1fab0188685bf232 SHA1 7e00b57736cbf2bf7eac26a6689d8176c0f5ce31 SHA256 b754963c20c38e4007333ed858d48805fc642eeb48d87f089a8b5c4fa2c76e12 +DIST concordance-0.23.tar.bz2 991468 RMD160 96be0b3630a1d0fec906e576039a09db66ff682b SHA1 7cd2b3dbc0b5f9237290bae46671153327ee3b62 SHA256 47aaaad4e7f7e11ca0bbf9817c459ef7a7979cc9ecd73ac7eddcffb0063efc9f +EBUILD libconcord-0.23.ebuild 903 RMD160 ef93a62709d0cb648083c0e1d8f8419ab5d65ff6 SHA1 29a28bd68521bad9b24fa2ce81d182f87b108de1 SHA256 c3aaa51ed54871e5b88739870aad67abaee88a1bddd7109c2853316ea4544cb8 diff --git a/dev-libs/libconcord/.svn/text-base/libconcord-0.23.ebuild.svn-base b/dev-libs/libconcord/.svn/text-base/libconcord-0.23.ebuild.svn-base new file mode 100644 index 0000000..342af93 --- /dev/null +++ b/dev-libs/libconcord/.svn/text-base/libconcord-0.23.ebuild.svn-base @@ -0,0 +1,44 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 +inherit eutils toolchain-funcs + +MY_P="concordance-${PV}" + +DESCRIPTION="Library for programming the Logitech Harmony universal remote; part +of the concordance project" +HOMEPAGE="http://www.phildev.net/concordance/" +SRC_URI="mirror://sourceforge/concordance/${MY_P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND="dev-libs/libusb" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}/${PN}" + +src_configure() { + # Debian bug 594615 + epatch "${FILESDIR}"/${P}-flash.patch || die "patch failed" + + econf || die "configure failed" +} + +src_compile() { + emake DESTDIR="${D}" || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ../Changelog ../LICENSE README + S="${S}/bindings/python" + cd ${S} + python setup.py install --root=${D} +} + + diff --git a/dev-libs/libconcord/ChangeLog b/dev-libs/libconcord/ChangeLog new file mode 100644 index 0000000..4a090f9 --- /dev/null +++ b/dev-libs/libconcord/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-libs/libconcord +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*libconcord-0.24 (30 Oct 2012) + + 30 Oct 2012; Torsten Kurbad +libconcord-0.24.ebuild, + +metadata.xml: + initial ebuild diff --git a/dev-libs/libconcord/Manifest b/dev-libs/libconcord/Manifest new file mode 100644 index 0000000..8b6d8a2 --- /dev/null +++ b/dev-libs/libconcord/Manifest @@ -0,0 +1,4 @@ +DIST concordance-0.24.tar.bz2 1082955 SHA256 e2bea0430e936fd9e3e6a853b6533edbfd9211cf328c5334789b432035f03656 SHA512 d49af8fed94199dd183085dc013ad35801dd98283ee7e6c46e07a1fbea50d078201f51ab32cb92c3a8bf3d9099b3b6ae3d9aba05211570e76227c995e724323a WHIRLPOOL 282770806c300ed9510dea01c0baad1829492cc4ddf672de6dd34cf0b99c6ea69fc0e278ea63f5762687a0146bc9d384956e4607286edb96c18613630fdb54e6 +EBUILD libconcord-0.24.ebuild 769 SHA256 af46fcac93251f00b8c7cf93c1bade8354254221ee1a7462a72d1a835b3a733e SHA512 38f4e79a199650adf276c2cac9b0802457dba7d335ee17bcd861344baf8b4b6c7fc191b3cc6826c2e01e115c75b60ca6f92ccfc28d673d8a829b4420273360b4 WHIRLPOOL 0391110aabe0886553bd628516f98420e60aff21f630aa74c1e0ac0af8e3c10737e30dd4c9fc93a446238097120d9ea19c43206e294faacaa5a61700e14c50b2 +MISC ChangeLog 263 SHA256 e47c95b786d22c8108d84576723f2c061f2e037333efc77e412a900f51e8539a SHA512 0f256c69985a8e417000aa5bfa8f1ab204d629cd0448142f76249ee1af7420b90f503fad52d8d2e3a099193901bc749007c69c21192f78d39cbcfb9d621276d4 WHIRLPOOL 4dfa81af9fecca1cad51fcdf9f5b7c815524e623bb6aa5991d9022b982a4e594fdd96c579070c97ed9ea8f82b0f5166ce2f222036f487015d81ad510b774f975 +MISC metadata.xml 229 SHA256 1dc92f5b2030f244164224424f100de3bd51b83de33eca93b2df2e30a23db61c SHA512 20398591940a347d6f2fd6b202833c9ff6482f05c760ee8001bc82127901b5800f00d11ccb3902a92b4c1bdd2c47f6e0c118654d0146312443369ec84f676907 WHIRLPOOL 35415755173534553f652b588970e2c0e8a8e9b0f90a94b72a8a67ab17c87138036bf0132b651d4c261dc69819029700163f5e549dd166c4ae60726f1088d685 diff --git a/dev-libs/libconcord/libconcord-0.24.ebuild b/dev-libs/libconcord/libconcord-0.24.ebuild new file mode 100644 index 0000000..b057583 --- /dev/null +++ b/dev-libs/libconcord/libconcord-0.24.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit eutils toolchain-funcs + +MY_P="concordance-${PV}" + +DESCRIPTION="Library for programming the Logitech Harmony universal remote; part +of the concordance project" +HOMEPAGE="http://www.phildev.net/concordance/" +SRC_URI="mirror://sourceforge/concordance/${MY_P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND=">=dev-libs/libusb-0.1.12-r1" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}/${PN}" + +src_compile() { + emake DESTDIR="${D}" || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ../Changelog ../LICENSE README + + cd "${S}"/bindings/python + python setup.py install --root=${D} +} diff --git a/dev-libs/libconcord/metadata.xml b/dev-libs/libconcord/metadata.xml new file mode 100644 index 0000000..a32d6d2 --- /dev/null +++ b/dev-libs/libconcord/metadata.xml @@ -0,0 +1,8 @@ + + + + +gentoo@tk-webart.de +Torsten Kurbad + +