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: Tue, 19 Mar 2024 21:24:26 +0000 (UTC) [thread overview]
Message-ID: <1710883435.1cdc8d61d2534575638566ee7b5cdd21e536646f.julien@gentoo> (raw)
Message-ID: <20240319212426.HJNz8gkrmSv6FcS1oa4GRdCyl42GphGIILK1E-N0RYI@z> (raw)
commit: 1cdc8d61d2534575638566ee7b5cdd21e536646f
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Mar 19 21:23:55 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Mar 19 21:23:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cdc8d61
net-im/mautrix-signal: drop 0.4.2, 0.4.3
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
net-im/mautrix-signal/Manifest | 2 -
net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild | 80 -----------------------
net-im/mautrix-signal/mautrix-signal-0.4.3.ebuild | 80 -----------------------
3 files changed, 162 deletions(-)
diff --git a/net-im/mautrix-signal/Manifest b/net-im/mautrix-signal/Manifest
index a92f9fc63c..604b2e2ccf 100644
--- a/net-im/mautrix-signal/Manifest
+++ b/net-im/mautrix-signal/Manifest
@@ -1,4 +1,2 @@
-DIST mautrix-signal-0.4.2.gh.tar.gz 99310 BLAKE2B 31150d71bd7be79e081e31399964df2df3f855ea1c779c4f568419c4f84c007fd8c935095f3b1f57987dfcb786ca166682ff2ba6a75be64ee47bd4a1c5318fdc SHA512 381f4838182834e696697bbc1f159d51bd905f8e9a1c1d18b1ccdd84553d383c3f9c71f20dbef74d7634aae587f9db733fa7b944916d4be7cc02f37db7cdb956
-DIST mautrix-signal-0.4.3.gh.tar.gz 104515 BLAKE2B 706f2028da4c30b1a86135b9c55681244ae2ea9a953bebe3986a94486c3b5cde4f2f569a92168d097ad3246f032f138ba19eeaa777b6bdd4ef9c4c8f3f975021 SHA512 0ecb3a1e5cd7624376392de69edeef96271af6bf75b4ac2ca4efb642a1197cf531e37be766b681d5ae1010002cfd117c34423250f12c3cebfbd84f5338500212
DIST mautrix-signal-0.5.1.gh.tar.gz 305845 BLAKE2B 6de8992b4204499f62d106cfd06a9841f79c5b929e7b214fd5b142f71d3c88a09bccea2842ba6465d0ad658e5f1dfcaff343a5b7b6b8090adb75e5f712c7e2c3 SHA512 20434685189ac2d6647539afdd63dd530312b1da5d6ce2d25e96268ca15384f7309bd99d9df49648b04e97cbec1ea7c7605ff401acc69eccbec972665035b96d
DIST mautrix-signal-0.5.1.tar.xz 20352288 BLAKE2B 835e2baf0dc3e0184eb8f1ffec8b8840708c1bba84105b6044b7bd2b671a693b4038d8858fb32353344353f24c63d714ad6536c3aab40cf214cefac1deb47b8f SHA512 d932dcd99df6e2a2e88282f88fc0301706c4a45fabf835fb1eb81ad94e621e1c77671d310cbd0dc4959f1b45e3bab893535228d89a6cf3fc409e1f6da059b089
diff --git a/net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild b/net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild
deleted file mode 100644
index aa170cafeb..0000000000
--- a/net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 optfeature systemd
-
-DESCRIPTION="A Matrix-Signal Messenger puppeting bridge "
-HOMEPAGE="https://github.com/mautrix/signal/"
-SRC_URI="https://github.com/mautrix/signal/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/signal-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- acct-user/${PN}
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/asyncpg[${PYTHON_USEDEP}]
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/commonmark[${PYTHON_USEDEP}]
- dev-python/mautrix[${PYTHON_USEDEP}]
- dev-python/python-olm[${PYTHON_USEDEP}]
- dev-python/phonenumbers[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/python-magic[${PYTHON_USEDEP}]
- dev-python/qrcode[${PYTHON_USEDEP}]
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- dev-python/signalstickers-client[${PYTHON_USEDEP}]
- dev-python/unpaddedbase64[${PYTHON_USEDEP}]
- dev-python/yarl[${PYTHON_USEDEP}]
- net-libs/signald
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
- distutils-r1_src_install
-
- keepdir /var/log/mautrix
- fowners root:mautrix /var/log/mautrix
- fperms 770 /var/log/mautrix
- sed -i -e "s/\/var\/run\/signald\/signald\.sock/\/tmp\/signald\.sock/" "${ED}/usr/example-config.yaml" || die
- sed -i -e "s/\.\/${PN}.log/\/var\/log\/mautrix\/${PN}.log/" "${ED}/usr/example-config.yaml" || die
-
- insinto "/etc/mautrix"
- newins "${ED}/usr/example-config.yaml" "${PN/-/_}.yaml"
- rm "${ED}/usr/example-config.yaml" || die
-
- newinitd "${FILESDIR}/${PN}.initd" "${PN}"
- systemd_dounit "${FILESDIR}/${PN}.service"
-
- fowners -R root:mautrix /etc/mautrix
- fperms -R 770 /etc/mautrix
-}
-
-pkg_postinst() {
- optfeature "Prometheus statistics" dev-python/prometheus_client
- optfeature "Sqlite backend" dev-python/aiosqlite
-
- 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/python -m ${PN/-/_} -c /etc/mautrix/${PN/-/_}.yaml -g -r /var/lib/${PN/-/\/}/registration.yaml"
-}
diff --git a/net-im/mautrix-signal/mautrix-signal-0.4.3.ebuild b/net-im/mautrix-signal/mautrix-signal-0.4.3.ebuild
deleted file mode 100644
index aa170cafeb..0000000000
--- a/net-im/mautrix-signal/mautrix-signal-0.4.3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 optfeature systemd
-
-DESCRIPTION="A Matrix-Signal Messenger puppeting bridge "
-HOMEPAGE="https://github.com/mautrix/signal/"
-SRC_URI="https://github.com/mautrix/signal/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/signal-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- acct-user/${PN}
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/asyncpg[${PYTHON_USEDEP}]
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/commonmark[${PYTHON_USEDEP}]
- dev-python/mautrix[${PYTHON_USEDEP}]
- dev-python/python-olm[${PYTHON_USEDEP}]
- dev-python/phonenumbers[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/python-magic[${PYTHON_USEDEP}]
- dev-python/qrcode[${PYTHON_USEDEP}]
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- dev-python/signalstickers-client[${PYTHON_USEDEP}]
- dev-python/unpaddedbase64[${PYTHON_USEDEP}]
- dev-python/yarl[${PYTHON_USEDEP}]
- net-libs/signald
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
- distutils-r1_src_install
-
- keepdir /var/log/mautrix
- fowners root:mautrix /var/log/mautrix
- fperms 770 /var/log/mautrix
- sed -i -e "s/\/var\/run\/signald\/signald\.sock/\/tmp\/signald\.sock/" "${ED}/usr/example-config.yaml" || die
- sed -i -e "s/\.\/${PN}.log/\/var\/log\/mautrix\/${PN}.log/" "${ED}/usr/example-config.yaml" || die
-
- insinto "/etc/mautrix"
- newins "${ED}/usr/example-config.yaml" "${PN/-/_}.yaml"
- rm "${ED}/usr/example-config.yaml" || die
-
- newinitd "${FILESDIR}/${PN}.initd" "${PN}"
- systemd_dounit "${FILESDIR}/${PN}.service"
-
- fowners -R root:mautrix /etc/mautrix
- fperms -R 770 /etc/mautrix
-}
-
-pkg_postinst() {
- optfeature "Prometheus statistics" dev-python/prometheus_client
- optfeature "Sqlite backend" dev-python/aiosqlite
-
- 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/python -m ${PN/-/_} -c /etc/mautrix/${PN/-/_}.yaml -g -r /var/lib/${PN/-/\/}/registration.yaml"
-}
next reply other threads:[~2024-03-19 21:24 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-19 22:06 Julien Roy [this message]
2024-03-19 21:24 ` [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-signal/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-11-22 20:13 Julien Roy
2024-11-22 20:52 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-21 10:47 David Roman
2024-11-21 10:47 David Roman
2024-11-19 10:42 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-19 10:46 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-19 10:42 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-19 10:46 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-10-13 14:51 David Roman
2024-06-25 9:10 David Roman
2024-06-17 23:08 Julien Roy
2024-06-17 21:40 Julien Roy
2024-06-17 21:40 Julien Roy
2024-05-21 21:33 Julien Roy
2024-05-21 21:29 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-21 21:33 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 19:12 Julien Roy
2024-03-19 22:06 Julien Roy
2024-03-19 21:24 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-19 22:06 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2023-09-14 13:22 David Roman
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=1710883435.1cdc8d61d2534575638566ee7b5cdd21e536646f.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