diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2017-05-12 22:33:03 +0100 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2017-05-12 22:50:42 +0100 |
commit | 51aebf21ceefe8a40c29ef7cc557c25d200f0ddb (patch) | |
tree | 943ffca14fbd13e32870abb9617362e121c54189 /dev-libs/libcec | |
parent | dev-libs/libcec: Drop old (diff) | |
download | gentoo-51aebf21ceefe8a40c29ef7cc557c25d200f0ddb.tar.gz gentoo-51aebf21ceefe8a40c29ef7cc557c25d200f0ddb.tar.bz2 gentoo-51aebf21ceefe8a40c29ef7cc557c25d200f0ddb.zip |
dev-libs/libcec: Tidy old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/libcec')
-rw-r--r-- | dev-libs/libcec/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-3.0.1.ebuild | 58 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-3.1.0.ebuild | 65 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-4.0.0_p3.ebuild | 80 |
4 files changed, 0 insertions, 205 deletions
diff --git a/dev-libs/libcec/Manifest b/dev-libs/libcec/Manifest index 5e4256d55d39..9396c2d25ea9 100644 --- a/dev-libs/libcec/Manifest +++ b/dev-libs/libcec/Manifest @@ -1,4 +1,2 @@ -DIST libcec-3.0.1.tar.gz 1117284 SHA256 7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e SHA512 b579853d2d20d1007cb9128c8bb457da7c0c0138bba82fd45b05971be9c2232af6a064ab0a4f88bab10f6bda23baefffc43e717ad08b86bba3cf05c211ac5ee4 WHIRLPOOL 46583c7c8b45613a152fe37536992186a6929733dccde0399bed0cc86d07bb6e14da58ae42a12ee1ca192a2716b95b48bda9722749abfd40418b5f0f067f7a40 DIST libcec-3.1.0.tar.gz 1097121 SHA256 09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921 SHA512 e06f65d85ee268ec23380186d11e53f3e477bf25b955c9314cc13555eedeffee902dc8a0f3005248250c584760ab68c461b087b305dc4ef463da628ee1ab433b WHIRLPOOL 05e60255d00a897a53f042263ae73f61999875fe508a2fc6334cc00b62442d7e991a0f6a742acab440119ccdd34dfc842d97efe4fcb1a697181e76e3a0b414f8 -DIST libcec-4.0.0-3.tar.gz 333759 SHA256 5c82a3f7075df35319bc223627f2decedb38a3322c621bb925f7807aa1e43d50 SHA512 1a6e4860b49b84f77c233e60821f62ca1b68476212bb4f7d8354844006bf1f8c120d65b7f3d74e1f573386059b032874f98718e447fea612b7f4834cf3f7e474 WHIRLPOOL 10222109145e4df3f7e201f5a333939057e1c10c0be2559ff4339be2a5a4f33093195d287f267680c56f159230b15f7166d3180bebce8d1018873754a039da8b DIST libcec-4.0.1.tar.gz 333874 SHA256 92dd5d19675d571856c67785ea2dac0d11c4205a320c500981117152ffcdc15f SHA512 3faaee97a3cc160c1b6377b9d0cd4e2c8f57c1995843b240a5c73e3302180f89c93e9ea8f01865b6d1f7888270c77040f5cbc24dea33abe94fcfffa42bbd9e27 WHIRLPOOL c4285e9a2891a792ae934548e5b6ee3331a4d5f88883cae4c40ce1b4f4669048b7115345c1dca131d8b571ad04791372083b2b39e4f3be83acf103fc7c36da2f diff --git a/dev-libs/libcec/libcec-3.0.1.ebuild b/dev-libs/libcec/libcec-3.0.1.ebuild deleted file mode 100644 index be67d11d0c84..000000000000 --- a/dev-libs/libcec/libcec-3.0.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit cmake-utils eutils linux-info python-single-r1 - -DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" -HOMEPAGE="http://libcec.pulse-eight.com" -SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="cubox exynos python raspberry-pi +xrandr" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="virtual/udev - dev-libs/lockdev - <dev-libs/libplatform-2 - python? ( ${PYTHON_DEPS} ) - xrandr? ( x11-libs/libXrandr )" -DEPEND="${RDEPEND} - virtual/pkgconfig - python? ( dev-lang/swig )" - -CONFIG_CHECK="~USB_ACM" - -S="${WORKDIR}/${PN}-${P}" - -PATCHES=( "${FILESDIR}"/${P}-envcheck.patch ) - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - # Do not hardcode the python libpath #577612 - sed -i \ - -e '/DESTINATION/s:lib/python${PYTHON_VERSION}/dist-packages:${PYTHON_SITEDIR}:' \ - src/libcec/cmake/CheckPlatformSupport.cmake || die - - cmake-utils_src_prepare - use python || comment_add_subdirectory "src/pyCecClient" -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_useno python SKIP_PYTHON_WRAPPER) - $(cmake-utils_use_has exynos EXYNOS_API) - $(cmake-utils_use_has cubox TDA955X_API) - $(cmake-utils_use_has raspberry-pi RPI_API) - ) - use python && mycmakeargs+=( -DPYTHON_SITEDIR="$(python_get_sitedir)" ) - cmake-utils_src_configure -} diff --git a/dev-libs/libcec/libcec-3.1.0.ebuild b/dev-libs/libcec/libcec-3.1.0.ebuild deleted file mode 100644 index a3be26f33ca7..000000000000 --- a/dev-libs/libcec/libcec-3.1.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit cmake-utils eutils linux-info python-single-r1 - -DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" -HOMEPAGE="http://libcec.pulse-eight.com" -SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cubox exynos python raspberry-pi +xrandr" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="virtual/udev - dev-libs/libplatform - raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) - python? ( ${PYTHON_DEPS} ) - xrandr? ( x11-libs/libXrandr )" -DEPEND="${RDEPEND} - virtual/pkgconfig - python? ( dev-lang/swig )" - -CONFIG_CHECK="~USB_ACM" - -S="${WORKDIR}/${PN}-${P}" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - # Do not hardcode the python libpath #577612 - sed -i \ - -e '/DESTINATION/s:lib/python${PYTHON_VERSION}/dist-packages:${PYTHON_SITEDIR}:' \ - src/libcec/cmake/CheckPlatformSupport.cmake || die - - cmake-utils_src_prepare - use python || comment_add_subdirectory "src/pyCecClient" -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_useno python SKIP_PYTHON_WRAPPER) - $(cmake-utils_use_has exynos EXYNOS_API) - $(cmake-utils_use_has cubox TDA955X_API) - $(cmake-utils_use_has raspberry-pi RPI_API) - ) - use python && mycmakeargs+=( -DPYTHON_SITEDIR="$(python_get_sitedir)" ) - - # raspberrypi-userland itself does not provide .pc file so using - # bcm_host.pc instead - if use raspberry-pi ; then - mycmakeargs+=( \ - -DRPI_INCLUDE_DIR=$(pkg-config --variable=includedir bcm_host) \ - -DRPI_LIB_DIR=$(pkg-config --variable=libdir bcm_host) ) - fi - - cmake-utils_src_configure -} diff --git a/dev-libs/libcec/libcec-4.0.0_p3.ebuild b/dev-libs/libcec/libcec-4.0.0_p3.ebuild deleted file mode 100644 index 69d832e98c0c..000000000000 --- a/dev-libs/libcec/libcec-4.0.0_p3.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -MY_PV=${PV/_p/-} -MY_P=${PN}-${MY_PV} - -inherit cmake-utils linux-info python-single-r1 toolchain-funcs - -DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" -HOMEPAGE="http://libcec.pulse-eight.com" -SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cubox exynos python raspberry-pi +xrandr" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="virtual/udev - >=dev-libs/libplatform-2.0.0 - raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) - xrandr? ( x11-libs/libXrandr ) - python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - python? ( dev-lang/swig ) - virtual/pkgconfig" - -CONFIG_CHECK="~USB_ACM" - -S="${WORKDIR}/${PN}-${MY_P}" - -pkg_pretend() { - linux-info_pkg_setup -} - -pkg_setup() { - linux-info_pkg_setup - use python && python-single-r1_pkg_setup -} - -src_prepare() { - cmake-utils_src_prepare - - # Do not hardcode the python libpath #577612 - sed -i \ - -e '/DESTINATION/s:lib/python${PYTHON_VERSION}/dist-packages:${PYTHON_SITEDIR}:' \ - src/libcec/cmake/CheckPlatformSupport.cmake || die - - use python || cmake_comment_add_subdirectory "src/pyCecClient" -} - -src_configure() { - local mycmakeargs=( - -DSKIP_PYTHON_WRAPPER=$(usex !python) - -DHAVE_EXYNOS_API=$(usex exynos) - -DHAVE_TDA995X_API=$(usex cubox) - -DHAVE_RPI_API=$(usex raspberry-pi) - ) - use python && mycmakeargs+=( - -DPYTHON_SITEDIR="$(python_get_sitedir)" - ) - - # raspberrypi-userland itself does not provide .pc file so using - # bcm_host.pc instead - use raspberry-pi && mycmakeargs+=( - -DRPI_INCLUDE_DIR=$( $(tc-getPKG_CONFIG) --variable=includedir bcm_host) \ - -DRPI_LIB_DIR=$( $(tc-getPKG_CONFIG) --variable=libdir bcm_host) - ) - - cmake-utils_src_configure -} - -pkg_postinst() { - elog "You will need to ensure the user running your CEC client has" - elog "read/write access to the device. You can ensure this by adding" - elog "them to the uucp group" -} |