diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 20:59:30 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 23:55:23 +0100 |
commit | 72baab7c2322c64d1fc2bb3a6146e38377929326 (patch) | |
tree | f273f6a7b1f083fd8907b2f505aded0a0e2da066 /dev-libs/libugpio | |
parent | dev-libs/libugpio: update EAPI 7 -> 8 (diff) | |
download | gentoo-72baab7c2322c64d1fc2bb3a6146e38377929326.tar.gz gentoo-72baab7c2322c64d1fc2bb3a6146e38377929326.tar.bz2 gentoo-72baab7c2322c64d1fc2bb3a6146e38377929326.zip |
dev-libs/libugpio: drop 0.0.7
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/libugpio')
-rw-r--r-- | dev-libs/libugpio/libugpio-0.0.7.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/libugpio/libugpio-0.0.7.ebuild b/dev-libs/libugpio/libugpio-0.0.7.ebuild deleted file mode 100644 index f36b3a392322..000000000000 --- a/dev-libs/libugpio/libugpio-0.0.7.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 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 -} |