From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDED3138334 for ; Sat, 25 Aug 2018 21:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6F06E07E2; Sat, 25 Aug 2018 21:31:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95C01E07E2 for ; Sat, 25 Aug 2018 21:31:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5000F335D0C for ; Sat, 25 Aug 2018 21:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D41473BB for ; Sat, 25 Aug 2018 21:30:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1535232593.0cf252925b2d483accb0cfa86b526b7c3796e269.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openobex/Manifest dev-libs/openobex/openobex-1.7.1.ebuild X-VCS-Directories: dev-libs/openobex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0cf252925b2d483accb0cfa86b526b7c3796e269 X-VCS-Branch: master Date: Sat, 25 Aug 2018 21:30:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2ff2df95-827a-46a8-b534-e69fd387b51d X-Archives-Hash: c6b761d718e263cb7e164b4542dd9462 commit: 0cf252925b2d483accb0cfa86b526b7c3796e269 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 25 13:16:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 25 21:29:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf25292 dev-libs/openobex: Drop 1.7.1 Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-libs/openobex/Manifest | 1 - dev-libs/openobex/openobex-1.7.1.ebuild | 44 --------------------------------- 2 files changed, 45 deletions(-) diff --git a/dev-libs/openobex/Manifest b/dev-libs/openobex/Manifest index 6c3522997a4..cf658694ab5 100644 --- a/dev-libs/openobex/Manifest +++ b/dev-libs/openobex/Manifest @@ -1,2 +1 @@ -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.1.ebuild b/dev-libs/openobex/openobex-1.7.1.ebuild deleted file mode 100644 index 4612f134626..00000000000 --- 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 -}