From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/axolotl-bin/
Date: Thu, 9 Nov 2023 03:11:33 +0000 (UTC) [thread overview]
Message-ID: <1699379140.e60dfa76399bde00863ce395a9bceeb5a4801a3d.lanodan@gentoo> (raw)
commit: e60dfa76399bde00863ce395a9bceeb5a4801a3d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 7 17:44:59 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> 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 <cyber+gentoo <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">nanu-c/axolotl</remote-id>
+ <bugs-to>https://github.com/nanu-c/axolotl/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2023-11-09 3:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-09 3:11 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 15:04 [gentoo-commits] repo/proj/guru:master commit in: net-im/axolotl-bin/ Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1699379140.e60dfa76399bde00863ce395a9bceeb5a4801a3d.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox