Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libugpio/
Date: Fri, 09 Oct 2020 13:36:29
Message-Id: 1602249138.5db5b365a9e308d5e450d5e5f2c2920eb79649f5.conikost@gentoo
1 commit: 5db5b365a9e308d5e450d5e5f2c2920eb79649f5
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 13:12:18 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 13:12:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db5b365
7
8 dev-libs/libugpio: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-libs/libugpio/Manifest | 1 -
14 dev-libs/libugpio/libugpio-0.0.6.ebuild | 30 ------------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/dev-libs/libugpio/Manifest b/dev-libs/libugpio/Manifest
18 index 3d7965f663e..70bbdec1d2b 100644
19 --- a/dev-libs/libugpio/Manifest
20 +++ b/dev-libs/libugpio/Manifest
21 @@ -1,2 +1 @@
22 -DIST libugpio-0.0.6.tar.bz2 252283 BLAKE2B ebdfae8ef400b3deb95e4313fd0ca2ad7b195945c850ce5c84904373bca2f2c9d446aec45b0500f549ab5319a294fbc2f0c37a6734fab69d8571389a0cb5fb63 SHA512 f40517d34509f9f3b5b26a5cb5523863034d48887ef3f26bd38a38e9aeac73e09ecf71099cd5a036e23fe3db5c8c2ead588c49022a398f2a426bc7148cc64ecd
23 DIST libugpio-0.0.7.tar.bz2 300015 BLAKE2B 430a17651f3c443424694d50817e562ab3c682ae2006c14d2ca46ee3078993e85214a0ca0b9323d148ca3aedaa758985cf5e2e45527e1d1278d3a36c3648ecf9 SHA512 27f8b00b13b4865635fa26e9b14c7fe217ee005c316500f0f344268d82f8d2858def524bd5cee11e9cca9c2a534a50546d5fc3504ecd1f88bd96c6fbefe1586e
24
25 diff --git a/dev-libs/libugpio/libugpio-0.0.6.ebuild b/dev-libs/libugpio/libugpio-0.0.6.ebuild
26 deleted file mode 100644
27 index 21229f6f019..00000000000
28 --- a/dev-libs/libugpio/libugpio-0.0.6.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit linux-info
37 -
38 -DESCRIPTION="Lib for the use of linux kernel's sysfs gpio interface from C programs"
39 -HOMEPAGE="https://github.com/mhei/libugpio"
40 -SRC_URI="https://github.com/mhei/${PN}/releases/download/v${PV}/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-3+ LGPL-2.1+"
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc ppc64 x86"
45 -
46 -CONFIG_CHECK="~CONFIG_GPIO_SYSFS"
47 -
48 -src_configure() {
49 - local myeconfargs=(
50 - --disable-static
51 - )
52 -
53 - econf "${myeconfargs[@]}"
54 -}
55 -
56 -src_install() {
57 - default
58 -
59 - find "${D}" -name '*.la' -delete || die
60 -}