diff options
author | Karel Kočí <cynerd@email.cz> | 2020-06-29 17:31:34 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-06-29 17:31:34 +0200 |
commit | d4e2f24834411080f3581cbf921d2424846e1916 (patch) | |
tree | 41dc5f777785d7cc6f225afc4b7de842dcfe8d19 /dev-libs/paho-mqtt/paho-mqtt-1.3.1-r1.ebuild | |
parent | bdf29271ee270d156433cf7c6a125f65e358ec39 (diff) | |
download | gentoo-personal-overlay-d4e2f24834411080f3581cbf921d2424846e1916.tar.gz gentoo-personal-overlay-d4e2f24834411080f3581cbf921d2424846e1916.tar.bz2 gentoo-personal-overlay-d4e2f24834411080f3581cbf921d2424846e1916.zip |
dev-libs/paho-mqtt: update to version 1.3.4
Diffstat (limited to 'dev-libs/paho-mqtt/paho-mqtt-1.3.1-r1.ebuild')
-rw-r--r-- | dev-libs/paho-mqtt/paho-mqtt-1.3.1-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/paho-mqtt/paho-mqtt-1.3.1-r1.ebuild b/dev-libs/paho-mqtt/paho-mqtt-1.3.1-r1.ebuild deleted file mode 100644 index 9101da5..0000000 --- a/dev-libs/paho-mqtt/paho-mqtt-1.3.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="An Eclipse Paho C client library for MQTT" -HOMEPAGE="https://eclipse.org/paho" -SRC_URI="https://github.com/eclipse/paho.mqtt.c/archive/v${PV}.tar.gz -> paho.mqtt.c-v${PV}.tar.gz" -IUSE="ssl doc" - -LICENSE="EPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/paho.mqtt.c-${PV}" - -src_configure() { - local mycmakeargs=( - -DPAHO_ENABLE_CPACK=FALSE - -DPAHO_ENABLE_TESTING=FALSE - -DPAHO_WITH_SSL=$(usex ssl TRUE FALSE) - -DPAHO_BUILD_DOCUMENTATION=$(usex doc TRUE FALSE) - ) - cmake-utils_src_configure -} |