diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-libs/openobex | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-libs/openobex')
-rw-r--r-- | dev-libs/openobex/Manifest | 5 | ||||
-rw-r--r-- | dev-libs/openobex/metadata.xml | 13 | ||||
-rw-r--r-- | dev-libs/openobex/openobex-1.7.1.ebuild | 44 | ||||
-rw-r--r-- | dev-libs/openobex/openobex-1.7.2.ebuild | 37 |
4 files changed, 0 insertions, 99 deletions
diff --git a/dev-libs/openobex/Manifest b/dev-libs/openobex/Manifest deleted file mode 100644 index 9641285cdaeb..000000000000 --- a/dev-libs/openobex/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST openobex-1.7.1-Source.tar.gz 131091 BLAKE2B a30e96a89edeb2f07ab78b1e7eaa341de62b9ad15b0251eaac93300cbf21b073034c672eb753e9dfd44c678a99e4bf0b10cf5c1e5841565ab727c2e082d66d92 SHA512 df38b363bd4c6eb6c0181fc7858fb03ac2bdfa85d8496faaa514d5cc4473b33c883956d4e1c94c3fefa5e44e5eed35a8dfcab889ce6ca8c29694f2b18334754e -DIST openobex-1.7.2-Source.tar.gz 127248 BLAKE2B c0405aef2f15f16e31641f4a60ac01da26c2a61a5114b8f3990f0fcf64bd55c730ff7aa5f524b450c1e6b5653b9616c0861686102594818ba3bdf2314a3c51ff SHA512 22f1b0d99e7186da9fa12b510ef9dbb6f7d76777d58b235ab2f627703d07b6f6b0488cdc9c6d8c0ab7bc86d6d19117c55fff9273fed02736c0210f9b1788bf4d -EBUILD openobex-1.7.1.ebuild 1141 BLAKE2B 0e3d8c0b2b9a87c228f5fce53cbc54395bba805a87cb89489e2f105f343b1c5b31139ed8afb3d4725a91127506cc6abe562aadb5a883d03a394c347b4d2cba3a SHA512 9697124b1e9ff41254c75d4b5a7f32cced7b6e53fc6ed0cedd781c61198e156eccf21d4e9027951baae62ace634c0c1f67e7722cc4d4c1470bde9a01743dd4a4 -EBUILD openobex-1.7.2.ebuild 920 BLAKE2B fbdcbfbcfafa515a6ad49df53424cdbc188f43b8cb5c435b4a50f81e2c86af8c594c8b9dd2fcd54add6a0a357f1340e911ab8012faab73e29cd8b0c0c0d80598 SHA512 3188b5d060ec26d18918f499f43f4f155fbee439401e8b5fca68a4eaa1a0b79db82e5882d83c8e4441ef750be3bc5b3169dcda7416db530de1e533703dbdd13e -MISC metadata.xml 467 BLAKE2B 6465b304f41324406f6e641b7e08268a19e1154a35d5dffdc3f57cb0b4925cbc0a6eb0e617a8bc309e9fe237352b5395a8afbbaaa61f1082dc63e336f16a4461 SHA512 947ebd0891b57e986712a13177719a300679db7a90e91210d8f9f22919d38dd7c391deaee73de43282b0b01ce80746cd6d387d53ce6f4409c82be44a98df41f4 diff --git a/dev-libs/openobex/metadata.xml b/dev-libs/openobex/metadata.xml deleted file mode 100644 index 94f17e3f7349..000000000000 --- a/dev-libs/openobex/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>Free open source implementation of the Object Exchange (OBEX) protocol, -used for transferring data to/from mobile devices.</longdescription> - <use> - <flag name="irda">Enable IrDA support</flag> - </use> - <upstream> - <remote-id type="sourceforge">openobex</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-libs/openobex/openobex-1.7.1.ebuild b/dev-libs/openobex/openobex-1.7.1.ebuild deleted file mode 100644 index 4612f1346267..000000000000 --- a/dev-libs/openobex/openobex-1.7.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils udev - -DESCRIPTION="Implementation of the OBEX protocol used for transferring data to mobile devices" -HOMEPAGE="https://sourceforge.net/projects/openobex/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0/2" -KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86" -IUSE="bluetooth irda usb" - -RDEPEND="bluetooth? ( net-wireless/bluez:= ) - usb? ( virtual/libusb:= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${P}-Source - -src_prepare() { - # Some of the bundled macros require C++... so making the project - # C only makes it impossible to build. CMake is awesome, isn't it? - sed -i -e '/project/s:C::' CMakeLists.txt || die - - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DOPENOBEX_BLUETOOTH=$(usex bluetooth) - -DOPENOBEX_IRDA=$(usex irda) - -DOPENOBEX_USB=$(usex usb) - # TODO: enable them. patch would be appreciated. - -DBUILD_DOCUMENTATION=OFF - - -DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)/rules.d" - ) - - cmake-utils_src_configure -} diff --git a/dev-libs/openobex/openobex-1.7.2.ebuild b/dev-libs/openobex/openobex-1.7.2.ebuild deleted file mode 100644 index 51f4b0d3d0a6..000000000000 --- a/dev-libs/openobex/openobex-1.7.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils udev - -DESCRIPTION="Implementation of the OBEX protocol used for transferring data to mobile devices" -HOMEPAGE="https://sourceforge.net/projects/openobex/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0/2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="bluetooth irda usb" - -RDEPEND=" - bluetooth? ( net-wireless/bluez:= ) - usb? ( virtual/libusb:= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${P}-Source - -src_configure() { - local mycmakeargs=( - -DOPENOBEX_BLUETOOTH=$(usex bluetooth) - -DOPENOBEX_IRDA=$(usex irda) - -DOPENOBEX_USB=$(usex usb) - # TODO: enable them. patch would be appreciated. - -DBUILD_DOCUMENTATION=OFF - - -DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)/rules.d" - ) - - cmake-utils_src_configure -} |