public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-signal/
Date: Wed, 20 Nov 2024 23:53:22 +0000 (UTC)	[thread overview]
Message-ID: <1732146789.80bfddd4325cff1601ac0e7047032f2709b835bd.julien@gentoo> (raw)

commit:     80bfddd4325cff1601ac0e7047032f2709b835bd
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Nov 20 23:53:09 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Nov 20 23:53:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80bfddd4

net-im/mautrix-signal: drop 0.7.3

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 net-im/mautrix-signal/mautrix-signal-0.7.3.ebuild | 67 -----------------------
 1 file changed, 67 deletions(-)

diff --git a/net-im/mautrix-signal/mautrix-signal-0.7.3.ebuild b/net-im/mautrix-signal/mautrix-signal-0.7.3.ebuild
deleted file mode 100644
index 55888d8b4..000000000
--- a/net-im/mautrix-signal/mautrix-signal-0.7.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd
-
-DESCRIPTION="A Matrix-Signal puppeting bridge"
-HOMEPAGE="https://github.com/mautrix/signal"
-SRC_URI="https://github.com/mautrix/signal/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-	https://jroy.ca/dist/${P}-deps.tar.xz
-"
-S="${WORKDIR}/signal-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	acct-user/${PN}
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	~dev-libs/libsignal-ffi-0.62.0
-	dev-libs/olm
-"
-
-src_compile() {
-	ego build "${S}"/cmd/"${PN}"
-}
-
-src_install() {
-	dobin mautrix-signal
-	fperms 555 /usr/bin/"${PN}"
-
-	keepdir /var/log/mautrix/signal
-	fowners -R root:mautrix /var/log/mautrix
-	fperms -R 770 /var/log/mautrix
-	sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "${S}/pkg/connector/example-config.yaml" || die
-
-	insinto "/etc/mautrix"
-	newins "${S}/pkg/connector/example-config.yaml" "${PN/-/_}.yaml"
-
-	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-	systemd_dounit "${FILESDIR}/${PN}.service"
-
-	fowners -R root:mautrix /etc/mautrix
-	fperms -R 770 /etc/mautrix
-}
-
-pkg_postinst() {
-	einfo
-	elog ""
-	elog "Before you can use ${PN}, you must configure it correctly"
-	elog "The configuration file is located at \"/etc/mautrix/${PN/-/_}.yaml\""
-	elog "When done, run the following command: emerge --config ${CATEGORY}/${PN}"
-	elog "Then, you must register the bridge with your homeserver"
-	elog "Refer your homeserver's documentation for instructions"
-	elog "The registration file is located at /var/lib/${PN/-/\/}/registration.yaml"
-	elog "Finally, you may start the ${PN} daemon"
-	einfo
-}
-
-pkg_config() {
-	su - "${PN}" -s /bin/sh -c \
-		"/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r /var/lib/${PN/-/\/}/registration.yaml"
-}


             reply	other threads:[~2024-11-20 23:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-20 23:53 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-22 15:29 [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-signal/ Julien Roy
2025-01-22 15:29 Julien Roy
2025-01-11 22:19 Julien Roy
2024-11-22 20:13 Julien Roy
2024-11-20 23:46 Julien Roy
2024-11-19 10:42 Julien Roy
2024-11-19 10:42 Julien Roy
2024-10-13  9:21 Takuya Wakazono
2024-06-21 10:59 Takuya Wakazono
2024-06-17 23:05 Alarig Le Lay
2024-06-17 21:40 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-06-17 21:31 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-06-17  9:49 Alarig Le Lay
2024-05-30  8:34 Alarig Le Lay
2024-05-21 21:33 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-21 21:29 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-21 21:29 Julien Roy
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-19 22:06 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-19 21:30 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-19 22:06 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-19 21:24 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-19 21:24 Julien Roy
2023-09-12 19:15 Julien Roy
2023-06-18 16:43 Julien Roy
2023-06-04 15:38 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=1732146789.80bfddd4325cff1601ac0e7047032f2709b835bd.julien@gentoo \
    --to=julien@jroy.ca \
    --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