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 B4300138335 for ; Sat, 10 Nov 2018 18:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8427AE0CB8; Sat, 10 Nov 2018 18:16:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5008CE0C01 for ; Sat, 10 Nov 2018 18:16:11 +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 7A5A0335CFE for ; Sat, 10 Nov 2018 18:16:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E331F45F for ; Sat, 10 Nov 2018 18:16:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1541873744.45ff96c4367498d70f3c449f199b05462d088d38.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libugpio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libugpio/Manifest dev-libs/libugpio/libugpio-0.0.6.ebuild dev-libs/libugpio/metadata.xml X-VCS-Directories: dev-libs/libugpio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 45ff96c4367498d70f3c449f199b05462d088d38 X-VCS-Branch: master Date: Sat, 10 Nov 2018 18:16:07 +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: e8eb5709-da61-431d-9e8e-b579c3980310 X-Archives-Hash: 00c3ad4175f2b2ce955e6bc2764ed422 commit: 45ff96c4367498d70f3c449f199b05462d088d38 Author: Conrad Kostecki kostecki com> AuthorDate: Tue Oct 30 11:29:19 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 10 18:15:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ff96c4 dev-libs/libugpio: New package Libugio is a library to easy the use of linux kernel's sysfs gpio interface from C programs and/or other libraries. Closes: https://bugs.gentoo.org/667798 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny gentoo.org> dev-libs/libugpio/Manifest | 1 + dev-libs/libugpio/libugpio-0.0.6.ebuild | 30 ++++++++++++++++++++++++++++++ dev-libs/libugpio/metadata.xml | 21 +++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-libs/libugpio/Manifest b/dev-libs/libugpio/Manifest new file mode 100644 index 00000000000..b401fa76643 --- /dev/null +++ b/dev-libs/libugpio/Manifest @@ -0,0 +1 @@ +DIST libugpio-0.0.6.tar.bz2 252283 BLAKE2B ebdfae8ef400b3deb95e4313fd0ca2ad7b195945c850ce5c84904373bca2f2c9d446aec45b0500f549ab5319a294fbc2f0c37a6734fab69d8571389a0cb5fb63 SHA512 f40517d34509f9f3b5b26a5cb5523863034d48887ef3f26bd38a38e9aeac73e09ecf71099cd5a036e23fe3db5c8c2ead588c49022a398f2a426bc7148cc64ecd diff --git a/dev-libs/libugpio/libugpio-0.0.6.ebuild b/dev-libs/libugpio/libugpio-0.0.6.ebuild new file mode 100644 index 00000000000..f48a044c982 --- /dev/null +++ b/dev-libs/libugpio/libugpio-0.0.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-info + +DESCRIPTION="Lib for the use of linux kernel's sysfs gpio interface from C programs" +HOMEPAGE="https://github.com/mhei/libugpio" +SRC_URI="https://github.com/mhei/${PN}/releases/download/v${PV}/${P}.tar.bz2" + +LICENSE="GPL-3+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +CONFIG_CHECK="~CONFIG_GPIO_SYSFS" + +src_configure() { + local myeconfargs=( + --disable-static + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${D}" -name '*.la' -delete || die +} diff --git a/dev-libs/libugpio/metadata.xml b/dev-libs/libugpio/metadata.xml new file mode 100644 index 00000000000..1340ccfdad6 --- /dev/null +++ b/dev-libs/libugpio/metadata.xml @@ -0,0 +1,21 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Libugpio is a free software library to ease the use of linux kernel's sysfs + gpio interface from C programs and/or other libraries. + The basic function set is derived from the kernel internal gpio api. + + + https://github.com/mhei/libugpio/issues + mhei/libugpio + +