From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/
Date: Thu, 28 Jun 2018 18:49:56 +0000 (UTC) [thread overview]
Message-ID: <1530211549.a6a7512493aa73ae930892707e63cfd0a4e08d72.asturm@gentoo> (raw)
commit: a6a7512493aa73ae930892707e63cfd0a4e08d72
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 18:02:46 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 18:45:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a75124
dev-libs/openobex: 1.7.2 version/EAPI-6 bump
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-libs/openobex/Manifest | 1 +
dev-libs/openobex/openobex-1.7.2.ebuild | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-libs/openobex/Manifest b/dev-libs/openobex/Manifest
index 0fb5fccbdba..6c3522997a4 100644
--- a/dev-libs/openobex/Manifest
+++ b/dev-libs/openobex/Manifest
@@ -1 +1,2 @@
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
diff --git a/dev-libs/openobex/openobex-1.7.2.ebuild b/dev-libs/openobex/openobex-1.7.2.ebuild
new file mode 100644
index 00000000000..51f4b0d3d0a
--- /dev/null
+++ b/dev-libs/openobex/openobex-1.7.2.ebuild
@@ -0,0 +1,37 @@
+# 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
+}
next reply other threads:[~2018-06-28 18:50 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-28 18:49 Andreas Sturmlechner [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
2019-03-22 11:24 Andrew Savchenko
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
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=1530211549.a6a7512493aa73ae930892707e63cfd0a4e08d72.asturm@gentoo \
--to=asturm@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