From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-discord/
Date: Sun, 18 Feb 2024 01:35:12 +0000 (UTC) [thread overview]
Message-ID: <1708220093.790e3443141690e616dc118ed9a5cc75a69b2967.julien@gentoo> (raw)
Message-ID: <20240218013512.f8Esi4zIuwN6Zo-G8S3l5S0I2I8u_i1k8G0DKwnioFc@z> (raw)
commit: 790e3443141690e616dc118ed9a5cc75a69b2967
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Feb 18 01:34:53 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Feb 18 01:34:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=790e3443
net-im/mautrix-discord: drop 0.6.3
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
net-im/mautrix-discord/Manifest | 2 -
.../mautrix-discord/mautrix-discord-0.6.3.ebuild | 65 ----------------------
2 files changed, 67 deletions(-)
diff --git a/net-im/mautrix-discord/Manifest b/net-im/mautrix-discord/Manifest
index 02789a3150..79ec7852b5 100644
--- a/net-im/mautrix-discord/Manifest
+++ b/net-im/mautrix-discord/Manifest
@@ -1,5 +1,3 @@
-DIST mautrix-discord-0.6.3.gh.tar.gz 113655 BLAKE2B a9570c2b0cbba9f1d82efffe729cf5d50966d5b7a0fff9a233637f61f34801145de8b9ea2ea2a309035e3c5c0c803c240acb16b4b46668588b31cd51bfac966f SHA512 ff6462bae3d53331cd2fccf9037fc34d11a89e37d52d5bf1e5b10249952036fa7f8182354f2834a8051eb84a1e886872b3698fdec51f2f271946d4a8743a8870
-DIST mautrix-discord-0.6.3.tar.xz 117364608 BLAKE2B 4619146a6180898a11ba396e535a8320b5a51fa70bb72a5dd16f67edd4e7240004c9186e768c3081fb4f5c18e5fdee1af94ee731501417e443c9b0137e8e969c SHA512 168d7279752bc6f4b3682e3909ff58f45b81057b421ec9635a3963d88083507f9dbfef4057fad5012bea91f283bacff201241dc7355b0cd17414774029204666
DIST mautrix-discord-0.6.4.gh.tar.gz 113804 BLAKE2B 164c5cc5d0504bf0d78df8b6926a124ef52157a5a1467ad8b4a76e6cef5285736cc223889f69c7f573018f2590394c637eaade54ff734353e8bd0cbcd0f7abad SHA512 cfcb5653d002c33f3498a65d7f6e507c1465b8ef767b672db770f44eaf59887246896e2f4149164e610a91af1418646eca77e571a85b0fdaeddc3131e589429e
DIST mautrix-discord-0.6.4.tar.xz 61805824 BLAKE2B 49b26ec6d450e8ab5e29bead54346cc94e376646f298bc8f6f45c7d6f593fbca2c65b7b019b18242521a253d577b2ab1b38a78455d1b17c2ef2d48ee823a144d SHA512 72c8cae6a7f6188b75708db8663397aa66279a1059be40a735c066ae7ac49128fdee1040847141e827875860327df429f290bd8a9ecabb40919d644e55e01ae9
DIST mautrix-discord-0.6.5.gh.tar.gz 114044 BLAKE2B 70d713da28ac80593678df357ae69540a7c6069943d369ddba749e2182b5810ce76fbc072f75f94edc9aaac70d744eac799d8b82fc58162ad5adc727941d2307 SHA512 b52bc3a963c52970a6af334e985b959efc04e3181cac6d2c1f404b06ee94d19a2ed4a7edfcbe2248eb2ee5196e19f917c9451326593fc5b95724bdc7dd6fd936
diff --git a/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild b/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild
deleted file mode 100644
index c282376a5d..0000000000
--- a/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd
-
-DESCRIPTION="A Matrix-Discord puppeting bridge"
-HOMEPAGE="https://github.com/mautrix/discord"
-SRC_URI="https://github.com/mautrix/discord/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
- https://jroy.ca/dist/${P}.tar.xz
-"
-S="${WORKDIR}/discord-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- acct-user/${PN}
- dev-libs/olm
- dev-util/lottieconverter
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-lang/go-1.20.0"
-
-src_compile() {
- ego build
-}
-
-src_install() {
- dobin mautrix-discord
-
- keepdir /var/log/mautrix/discord
- fowners -R root:mautrix /var/log/mautrix
- fperms -R 770 /var/log/mautrix
- sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" || die
-
- insinto "/etc/mautrix"
- newins "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"
-}
next reply other threads:[~2024-02-18 1:35 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-18 1:42 Julien Roy [this message]
2024-02-18 1:35 ` [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-discord/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 22:25 Julien Roy
2025-01-11 23:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2025-01-11 22:19 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-11 23:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-16 20:20 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-16 20:24 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-16 20:20 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-16 20:24 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-02-18 1:35 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-02-18 1:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2023-11-18 9:53 Andrew Ammerlaan
2023-11-18 9:53 Andrew Ammerlaan
2023-10-17 4:15 Viorel Munteanu
2023-10-17 4:15 Viorel Munteanu
2023-09-18 12:37 Florian Schmaus
2023-09-18 12:37 Florian Schmaus
2023-07-16 6:18 Haelwenn Monnier
2023-06-17 7:03 Viorel Munteanu
2023-06-17 7:03 Viorel Munteanu
2023-04-17 9:22 Florian Schmaus
2023-04-17 9:22 Florian Schmaus
2023-01-30 10:29 Viorel Munteanu
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=1708220093.790e3443141690e616dc118ed9a5cc75a69b2967.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