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 A85FF139694 for ; Mon, 15 May 2017 16:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA4EAE0C94; Mon, 15 May 2017 16:28:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94098E0C94 for ; Mon, 15 May 2017 16:28:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A6B783416A5 for ; Mon, 15 May 2017 16:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 351FE7452 for ; Mon, 15 May 2017 16:28:30 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1494865685.fc6770f54025eafd789aa7c2a39a90c5f021d897.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libwacom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libwacom/Manifest dev-libs/libwacom/libwacom-0.25.ebuild X-VCS-Directories: dev-libs/libwacom/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: fc6770f54025eafd789aa7c2a39a90c5f021d897 X-VCS-Branch: master Date: Mon, 15 May 2017 16:28:30 +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: 8daa4087-ba14-42eb-b79c-262caf7a3df7 X-Archives-Hash: 32b45bce2f3ba2e064caeb16a646a0c9 commit: fc6770f54025eafd789aa7c2a39a90c5f021d897 Author: Manuel Rüger gentoo org> AuthorDate: Mon May 15 16:28:05 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon May 15 16:28:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6770f5 dev-libs/libwacom: Version bump to 0.25 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/libwacom/Manifest | 1 + dev-libs/libwacom/libwacom-0.25.ebuild | 46 ++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-libs/libwacom/Manifest b/dev-libs/libwacom/Manifest index ecb2f7fb847..7a179d8b9dd 100644 --- a/dev-libs/libwacom/Manifest +++ b/dev-libs/libwacom/Manifest @@ -1 +1,2 @@ DIST libwacom-0.24.tar.bz2 488313 SHA256 2905a0ee5cc85eceb9f5bd06109e66a051b0ed18102c3e6798717c259c8d66c3 SHA512 331acb33ab798abf376f70647786c894014d5baa373cc66d53f1e77e77129ba78ec059f32f5cf3659a1fe3e8f9ff6ab3eb6eefd6090fc3c3bab4582ea25a5640 WHIRLPOOL c66050a0704f3edbe8fc089f1ed4c7df4ade019db93e9ce7349e5e80ef08cc9457cfa1843fe3182488c3c966f820c8e0b02ba0b9deb0c8d15d85a2f170482143 +DIST libwacom-0.25.tar.bz2 478780 SHA256 29d0862cd008a82e19f4b74a35ca9da49dfdb994a1bc761bc87e503c9de040cc SHA512 080d12706c3b685ee1cb963b79068e0e7c08e47296c1535cde4d2280239758d6bccbd38982a63d366cab1a77a4db287cc5bb329abaee6dbb285c4b8e010eaf67 WHIRLPOOL c99d62a2b26964c84dcbfca9e5136a89c397360025028cc23e54bd1413b15ece58c5948b516e7cdc5d2e3a4592dfd0e46851f9cb4528a596448886e216864373 diff --git a/dev-libs/libwacom/libwacom-0.25.ebuild b/dev-libs/libwacom/libwacom-0.25.ebuild new file mode 100644 index 00000000000..10dd4624d6e --- /dev/null +++ b/dev-libs/libwacom/libwacom-0.25.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils udev + +DESCRIPTION="Library for identifying Wacom tablets and their model-specific features" +HOMEPAGE="http://linuxwacom.sourceforge.net/" +SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc static-libs" + +RDEPEND=" + dev-libs/glib:2 + virtual/libgudev:= +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_prepare() { + default + if ! use doc; then + sed -e 's:^\(SUBDIRS = .* \)doc:\1:' -i Makefile.in || die + fi +} + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + default + local udevdir="$(get_udevdir)" + dodir "${udevdir}/rules.d" + # generate-udev-rules must be run from inside tools directory + pushd tools > /dev/null || die + ./generate-udev-rules > "${ED}/${udevdir}/rules.d/65-libwacom.rules" || die "generating udev rules failed" + popd > /dev/null || die + use doc && dohtml -r doc/html/* + prune_libtool_files +}