From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8219213989A for ; Wed, 26 Aug 2015 00:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7EA514274; Wed, 26 Aug 2015 00:04:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72EEF14274 for ; Wed, 26 Aug 2015 00:04:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BD623406AA for ; Wed, 26 Aug 2015 00:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E293B162 for ; Wed, 26 Aug 2015 00:04:17 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1440547628.e9645fb2393104aa920bec376a2fb8170445f416.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hidapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild dev-libs/hidapi/metadata.xml X-VCS-Directories: dev-libs/hidapi/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: e9645fb2393104aa920bec376a2fb8170445f416 X-VCS-Branch: master Date: Wed, 26 Aug 2015 00:04:17 +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: 3497989f-20b9-4d2d-97c4-0ffe5d18485f X-Archives-Hash: 62e4238af4846867c4ada21b960ca32f commit: e9645fb2393104aa920bec376a2fb8170445f416 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Aug 26 00:05:42 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Aug 26 00:07:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9645fb2 dev-libs/hidapi: switch from USE=X to fox Gentoo-Bug: 558744 Package-Manager: portage-2.2.20.1 dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild | 8 ++++---- dev-libs/hidapi/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild index e90d5c1..dd690ab 100644 --- a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild +++ b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild @@ -25,19 +25,19 @@ SRC_URI="https://github.com/signal11/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P} LICENSE="|| ( BSD GPL-3 HIDAPI )" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="doc static-libs X" +IUSE="doc fox static-libs" RDEPEND="virtual/libusb:1[${MULTILIB_USEDEP}] virtual/libudev:0[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) virtual/pkgconfig - X? ( x11-libs/fox )" + fox? ( x11-libs/fox )" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" src_prepare() { - if ! use X; then + if ! use fox; then sed -i -e 's:PKG_CHECK_MODULES(\[fox\], .*):AC_SUBST(fox_CFLAGS,[ ])AC_SUBST(fox_LIBS,[ ]):' configure.ac || die fi @@ -53,7 +53,7 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - $(multilib_native_use_enable X testgui) + $(multilib_native_use_enable fox testgui) ) autotools-utils_src_configure diff --git a/dev-libs/hidapi/metadata.xml b/dev-libs/hidapi/metadata.xml index 58cf9a5..af7f945 100644 --- a/dev-libs/hidapi/metadata.xml +++ b/dev-libs/hidapi/metadata.xml @@ -10,6 +10,9 @@ luke-jr+gentoobugs@utopios.org Luke Dashjr + + Build a x11-libs/fox GUI + signal11/hidapi