public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/
Date: Fri, 22 Mar 2019 11:24:40 +0000 (UTC)	[thread overview]
Message-ID: <1553253840.b65c3d9897a06a4d70a9f4b58f2ec506374f0f86.bircoph@gentoo> (raw)

commit:     b65c3d9897a06a4d70a9f4b58f2ec506374f0f86
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 11:09:01 2019 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 11:24:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65c3d98

dev-libs/openobex: qa fixes

1. Fix QA for unused cmake variable with USE="-usb".
2. Update to EAPI 7.

Closes: https://bugs.gentoo.org/677898
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 dev-libs/openobex/openobex-1.7.2-r2.ebuild | 43 ++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/dev-libs/openobex/openobex-1.7.2-r2.ebuild b/dev-libs/openobex/openobex-1.7.2-r2.ebuild
new file mode 100644
index 00000000000..ab1632e42d3
--- /dev/null
+++ b/dev-libs/openobex/openobex-1.7.2-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 doc irda usb"
+
+BDEPEND="
+	doc? ( app-doc/doxygen )
+	virtual/pkgconfig
+"
+DEPEND="
+	bluetooth? ( net-wireless/bluez:= )
+	usb? ( virtual/libusb:= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}-Source"
+
+PATCHES=( "${FILESDIR}/${P}-version.h.patch" )
+DOCS=( AUTHORS ChangeLog README UPGRADING.txt )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOCUMENTATION=$(usex doc)
+		-DOPENOBEX_BLUETOOTH=$(usex bluetooth)
+		-DOPENOBEX_IRDA=$(usex irda)
+		-DOPENOBEX_USB=$(usex usb)
+		-DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+	)
+	use usb && mycmakeargs+=( -DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)/rules.d" )
+
+	cmake-utils_src_configure
+}


             reply	other threads:[~2019-03-22 11:24 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22 11:24 Andrew Savchenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01 18:35 [gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/ Andreas Sturmlechner
2022-04-01  5:50 Arthur Zamarin
2022-03-31 18:45 Jakov Smolić
2022-03-31 18:45 Jakov Smolić
2022-03-31  9:04 Agostino Sarubbo
2022-03-31  9:01 Agostino Sarubbo
2022-03-11 14:50 Sam James
2021-04-18 21:27 Andreas Sturmlechner
2019-07-28 20:25 Mikle Kolyada
2019-06-08 18:13 Agostino Sarubbo
2019-06-06  6:58 Agostino Sarubbo
2019-06-06  6:51 Agostino Sarubbo
2019-06-05 13:47 Agostino Sarubbo
2018-12-12  4:54 Andrew Savchenko
2018-12-08 12:19 Mikle Kolyada
2018-11-07 22:59 Sergei Trofimovich
2018-11-05 18:18 Mikle Kolyada
2018-11-05  7:51 Sergei Trofimovich
2018-11-04 19:14 Thomas Deutschmann
2018-10-27 18:40 Andrew Savchenko
2018-08-25 21:30 Andreas Sturmlechner
2018-08-22  5:12 Markus Meier
2018-08-21  0:13 Sergei Trofimovich
2018-08-16 23:42 Mikle Kolyada
2018-08-16  0:39 Thomas Deutschmann
2018-08-13 21:20 Sergei Trofimovich
2018-06-28 18:49 Andreas Sturmlechner
2017-02-23  9:56 Michael Palimaka
2017-02-23  8:59 Michael Weber
2016-12-03  8:58 Hans de Graaff
2016-10-02  6:52 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1553253840.b65c3d9897a06a4d70a9f4b58f2ec506374f0f86.bircoph@gentoo \
    --to=bircoph@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox