From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- dev-libs/hidapi/Manifest | 3 +- .../hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild | 2 +- dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild | 77 ---------------------- 3 files changed, 2 insertions(+), 80 deletions(-) delete mode 100644 dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild (limited to 'dev-libs/hidapi') diff --git a/dev-libs/hidapi/Manifest b/dev-libs/hidapi/Manifest index c8e5b05e3d57..642e8c9da459 100644 --- a/dev-libs/hidapi/Manifest +++ b/dev-libs/hidapi/Manifest @@ -1,5 +1,4 @@ AUX hidapi-0.8.0_rc1_p20140719-autoconf-2.70.patch 300 BLAKE2B f82fe6a6e2ebfda10eb9762bbff1586346ecf8945996599a3b58658c37799d85dc573f8be54bba483f95e27177db3f421d99ac713e7012130d2e2b92252ebd87 SHA512 5b29caa5f7a9b61fffb16226cff9709a5b142c6ac36017c567ab5933b21f06cb17c78a93fa19e8c92cb1443f1cbe97c3687002845965bea2b3ef39eeaef1f4a2 DIST hidapi-0.8.0_rc1_p20140719.tgz 103079 BLAKE2B f40a4c17cb8c5eed41f4eea84fac46a879ec2057f28212aa43c8fd718ceea68d760785cb4f4e2ea3bcd2a4345b65d75d0d278b93697ec61963be9270684a15cb SHA512 204934a707da4e67b834823650b0cfd9be7b413972071129cc5aeeb93465834dde2f5ee23283c55d35b56e3aed8b7ad5fe947399839081f4d895fb65c8cd3e3d -EBUILD hidapi-0.8.0_rc1_p20140719-r1.ebuild 1845 BLAKE2B 8739529dfb703312efc9d736a8ae895d4359d8e236960d315145a7195150ebd5945b3d048ef60f437abca65f221a9649fad1f98dee9303956521cb01af28df37 SHA512 e7687e1b52efec017253d1218f5a1f14701cedb9e9fab8c6ab3a272f11109045400a506955f672193ec5bae83264a3ef022c905e9d3c1b2e06045dee3d72a975 -EBUILD hidapi-0.8.0_rc1_p20140719.ebuild 1985 BLAKE2B 87615eda8dea3490a69324a0d07dea4fc79d0792ff132a6d10b5ee8387e46245b3fbb763eccdb8d8cfbbc6b4ec7c0bd16c411ef5a8afa0e60a9d64d390b00d63 SHA512 7e25765fb19ee59e2877c4155cd0495b82e3548e25b1c15ba8b3d2f58ad22711480c766b96f43e150268ed1fb5745c03184badcff35cfc0e96272767b3af8af5 +EBUILD hidapi-0.8.0_rc1_p20140719-r1.ebuild 1844 BLAKE2B beacd5e8d3e72157ccf93e44e1a777fa00adcadfae6e247397aa5195e9367f9d00dfcf237e2f482ac9579a929a7292cfcad14c21538b7777ef5e980fca6e4399 SHA512 7693a87f85507b8cdd3eea7d81b38da476e0ef84e4a44c39ce219c5240af13775605ba7df900b20e4ef2450631b72d000e6ddf291fc732b3cc41287e906bd704 MISC metadata.xml 540 BLAKE2B 6396197ca946971d1e954233589189f5e91dd4dc4fd6182f5cdf24890a5601a5e32fa71e2f4b2a676d346cb8feb1232467fa569f9348a5b788f5ee4a6838d7dc SHA512 3e0185fa3a56d0bb18f1256fe9e5c74cb5cdaea91cd24054d12243512012fdead25ac69c84a82d282b070bd73be2a9a7e313e858c05e6c2fe49bd38cba4d28d1 diff --git a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild index 020ef1b48166..229c764ca7cc 100644 --- a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild +++ b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/signal11/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P} LICENSE="|| ( BSD GPL-3 HIDAPI )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="doc fox" RDEPEND=" diff --git a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild deleted file mode 100644 index f10a930314c9..000000000000 --- a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=yes - -inherit eutils versionator autotools-multilib #git-2 - -# If github is desired, the following may be used. -#EGIT_REPO_URI="https://github.com/signal11/hidapi.git" -#EGIT_BRANCH="master" -EGIT_COMMIT="d17db57b9d4354752e0af42f5f33007a42ef2906" - -# S is only needed for the debian_package -S=${WORKDIR}/${PN}-${DEBIAN_PV} - -DESCRIPTION="A multi-platform library for USB and Bluetooth HID-Class devices" -HOMEPAGE="http://www.signal11.us/oss/hidapi/" -SRC_URI="https://github.com/signal11/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tgz" -# When 0.8.0 is officially available the following link should be used. -#SRC_URI="https://github.com/downloads/signal11/${PN}/${P}.zip" - -LICENSE="|| ( BSD GPL-3 HIDAPI )" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" -IUSE="doc fox static-libs" - -RDEPEND="virtual/libusb:1[${MULTILIB_USEDEP}] - virtual/libudev:0[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - virtual/pkgconfig - fox? ( x11-libs/fox )" - -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - -PATCHES=("${FILESDIR}"/${P}-autoconf-2.70.patch) - -src_prepare() { - if ! use fox; then - sed -i -e 's:PKG_CHECK_MODULES(\[fox\], .*):AC_SUBST(fox_CFLAGS,[ ])AC_SUBST(fox_LIBS,[ ]):' configure.ac || die - fi - - # Fix bashisms in the configure.ac file. - sed -i -e 's:\([A-Z_]\+\)+="\(.*\)":\1="${\1}\2":g' \ - -e 's:\([A-Z_]\+\)+=`\(.*\)`:\1="${\1}\2":g' configure.ac || die - - # Portage handles license texts itself, no need to install them - sed -i -e 's/LICENSE.*/ # blank/' Makefile.am || die - - autotools-multilib_src_prepare -} - -multilib_src_configure() { - local myeconfargs=( - $(multilib_native_use_enable fox testgui) - ) - - autotools-utils_src_configure -} - -src_compile() { - autotools-multilib_src_compile - - if use doc; then - doxygen doxygen/Doxyfile || die - fi -} - -src_install() { - autotools-multilib_src_install - - if use doc; then - dohtml -r html/. - fi -} -- cgit v1.2.3