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 DDF5B158089 for ; Thu, 9 Nov 2023 03:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 244082BC035; Thu, 9 Nov 2023 03:11:37 +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 0765D2BC035 for ; Thu, 9 Nov 2023 03:11:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id E7C84335D49 for ; Thu, 9 Nov 2023 03:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B36134E for ; Thu, 9 Nov 2023 03:11:33 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1699379140.e60dfa76399bde00863ce395a9bceeb5a4801a3d.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/axolotl-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/axolotl-bin/Manifest net-im/axolotl-bin/axolotl-bin-2.0.1.ebuild net-im/axolotl-bin/metadata.xml X-VCS-Directories: net-im/axolotl-bin/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: e60dfa76399bde00863ce395a9bceeb5a4801a3d X-VCS-Branch: master Date: Thu, 9 Nov 2023 03:11:33 +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: 8574a468-e618-4fea-beae-b49febc073eb X-Archives-Hash: 31df8218cf2a7e6f98e8ece1ae96229d commit: e60dfa76399bde00863ce395a9bceeb5a4801a3d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Nov 7 17:44:59 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Nov 7 17:45:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e60dfa76 net-im/axolotl-bin: new package, add 2.0.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-im/axolotl-bin/Manifest | 2 + net-im/axolotl-bin/axolotl-bin-2.0.1.ebuild | 58 +++++++++++++++++++++++++++++ net-im/axolotl-bin/metadata.xml | 12 ++++++ 3 files changed, 72 insertions(+) diff --git a/net-im/axolotl-bin/Manifest b/net-im/axolotl-bin/Manifest new file mode 100644 index 0000000000..9b166b86ab --- /dev/null +++ b/net-im/axolotl-bin/Manifest @@ -0,0 +1,2 @@ +DIST axolotl_2.0.1-1_arm64.deb 7122144 BLAKE2B 62dab3e946b4d1588ede6abbe7d9e07ad4bd1880b26b9244dc0288d10ee0cedd501e1d399321ed39384d685e7b1d9b80d265b3d313dc4b33a720167533144b5d SHA512 6c123f9226a911e3c270b3bf1a4bd479c04a6efce6b7b41fe21e2ed352401edc6cb7cecdc90d8934d8491595a65c1189ec48b148cfaa6995bafd7ae0848d6ead +DIST axolotl_2.0.1_amd64.deb 13070086 BLAKE2B e3ad64eee2af864f1499d170a1125d88bf753a445b4c79550e090891f2fdf7611dcf8f9ca8c356723ed31564f00ada8d2b983e86453c98feab860b010862a5be SHA512 1c1dfdb00ca5de48360384fe5428299c05d1d1135aaa7ba08383564812ebc832816ad00e1afe9ddbbd658b661c810a7a323ffb4a2611a489369e932dc4be6535 diff --git a/net-im/axolotl-bin/axolotl-bin-2.0.1.ebuild b/net-im/axolotl-bin/axolotl-bin-2.0.1.ebuild new file mode 100644 index 0000000000..740b9003ed --- /dev/null +++ b/net-im/axolotl-bin/axolotl-bin-2.0.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit unpacker xdg + +MY_PN="${PN%-bin}" +MY_P="${MY_PN}_${PV}" +DESCRIPTION="Axolotl is a cross-platform Signal client" +HOMEPAGE=" + https://axolotl.chat/ + https://github.com/nanu-c/axolotl +" +RELEASE_URI="https://github.com/nanu-c/${MY_PN}/releases/download/v${PV}" +SRC_URI=" + amd64? ( ${RELEASE_URI}/${MY_P}_amd64.deb ) + arm64? ( ${RELEASE_URI}/${MY_P}-1_arm64.deb ) +" +S="${WORKDIR}" + +LICENSE="GPL-3" +LICENSE+=" + || ( 0BSD Apache-2.0 MIT ) + || ( Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT ) + || ( Apache-2.0 BSD MIT ) + || ( Apache-2.0 Boost-1.0 ) + || ( Apache-2.0 ISC MIT ) + || ( Apache-2.0 MIT ) + || ( Apache-2.0 MIT ZLIB ) + || ( MIT Unlicense ) + AGPL-3 Apache-2.0 BSD BSD-2 CC-BY-4.0 CC0-1.0 GPL-3+ ISC LGPL-3 MIT UbuntuFontLicense-1.0 Unicode-DFS-2016 openssl +" +SLOT="0" +KEYWORDS="-* ~amd64 ~arm64" + +RDEPEND=" + dev-libs/glib:2 + net-libs/libsoup:3.0 + net-libs/webkit-gtk:4.1 + sys-libs/glibc + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/cairo[glib] + x11-libs/pango +" + +QA_PREBUILT="usr/bin/axolotl" + +src_unpack() { + : +} + +src_install() { + dodir / + cd "${ED}" || die + unpacker +} diff --git a/net-im/axolotl-bin/metadata.xml b/net-im/axolotl-bin/metadata.xml new file mode 100644 index 0000000000..8e34e1b14c --- /dev/null +++ b/net-im/axolotl-bin/metadata.xml @@ -0,0 +1,12 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + nanu-c/axolotl + https://github.com/nanu-c/axolotl/issues + +