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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62893158090 for ; Sat, 14 May 2022 22:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42101E08A2; Sat, 14 May 2022 22:56:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFD28E08A0 for ; Sat, 14 May 2022 22:56:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0EBB341B5D for ; Sat, 14 May 2022 22:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6970445 for ; Sat, 14 May 2022 22:56:16 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1652568968.0bf8786dafdd4ead6e17094d6535f0e6f2c2361e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libg15/Manifest dev-libs/libg15/libg15-3.0.7.ebuild X-VCS-Directories: dev-libs/libg15/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0bf8786dafdd4ead6e17094d6535f0e6f2c2361e X-VCS-Branch: master Date: Sat, 14 May 2022 22:56:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ce6e39e-18be-42d7-add5-12e5fe482d76 X-Archives-Hash: f346b5b022de695d69f9be469d6034a2 commit: 0bf8786dafdd4ead6e17094d6535f0e6f2c2361e Author: Lars Wendler gentoo org> AuthorDate: Fri May 13 15:54:55 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat May 14 22:56:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf8786d dev-libs/libg15: Bump to version 3.0.7 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libg15/Manifest | 1 + dev-libs/libg15/libg15-3.0.7.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-libs/libg15/Manifest b/dev-libs/libg15/Manifest index edf13133fb4b..027d34a75cbe 100644 --- a/dev-libs/libg15/Manifest +++ b/dev-libs/libg15/Manifest @@ -1 +1,2 @@ DIST libg15-1.2.7.tar.bz2 232475 BLAKE2B 490193410f2127d4efc0bcf64909514faff2ecce57bba08e1cf53a958ab296a59bc12867bbd14ca1bf866e5f69833d99f4e3ebb7d078ece35725afe2c0dd03ab SHA512 ddffb38f5c3d9ce0cb90b0375c2f5d317a7bb3889fe59d56932a0889c6e15bc2f1e590757d3182eddf7c5bd3101303b332b18fbd37247c20f66e1be256aa93c0 +DIST libg15-3.0.7.tar.bz2 327738 BLAKE2B 3879e8119380fc514e04b63723601a97e1efacda48435ce79815faf2e525482cc0e3b9d6bebf135068f0c9d16b6753b8eb7dfb71bed2cfdb531983283e3fcd8e SHA512 f8f5a363fe6457e9845bea37260d1e8e266503822c554b4c51caeadf3364acb9d76e3535b9ddf633cdde6082f166f8b41141fae3d8f5fe83885b16d228aedb01 diff --git a/dev-libs/libg15/libg15-3.0.7.ebuild b/dev-libs/libg15/libg15-3.0.7.ebuild new file mode 100644 index 000000000000..0a74e03e1c6a --- /dev/null +++ b/dev-libs/libg15/libg15-3.0.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [[ ${PV} == *9999 ]]; then + inherit autotools git-r3 + EGIT_REPO_URI="https://gitlab.com/menelkir/libg15.git" +else + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2" +fi + +DESCRIPTION="The libg15 library gives low-level access to the Logitech G15 keyboard" +HOMEPAGE="https://gitlab.com/menelkir/libg15" + +LICENSE="GPL-2" +SLOT="0" + +RDEPEND="virtual/libusb:0" +DEPEND="${RDEPEND}" + +src_prepare() { + default + [[ ${PV} == *9999 ]] && eautoreconf +} + +src_configure() { + econf --disable-static +} + +src_install() { + default + + # no static archives + find "${ED}" -type f -name '*.la' -delete || die +}