public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: net-im/axolotl-bin/
@ 2023-11-09  3:11 Haelwenn Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2023-11-09  3:11 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-im/axolotl-bin/
@ 2024-04-13 15:04 Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-04-13 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     aa1be9e5fc395f0d9679499d9b8fdeacfa69569c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 13 08:37:01 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 08:39:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa1be9e5

net-im/axolotl-bin: drop myself as a maintainer

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-im/axolotl-bin/metadata.xml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/net-im/axolotl-bin/metadata.xml b/net-im/axolotl-bin/metadata.xml
index 8e34e1b14c..43ed740992 100644
--- a/net-im/axolotl-bin/metadata.xml
+++ b/net-im/axolotl-bin/metadata.xml
@@ -1,12 +1,9 @@
 <?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>
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">nanu-c/axolotl</remote-id>
+		<bugs-to>https://github.com/nanu-c/axolotl/issues</bugs-to>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-13 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09  3:11 [gentoo-commits] repo/proj/guru:master commit in: net-im/axolotl-bin/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 15:04 Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox