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: Mon, 10 Apr 2023 02:43:40 +0000 (UTC) [thread overview]
Message-ID: <1681093128.54644ec0a52a5f93f6ecfce79bd9f1efc89a161c.julien@gentoo> (raw)
commit: 54644ec0a52a5f93f6ecfce79bd9f1efc89a161c
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 10 02:18:48 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 10 02:18:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54644ec0
net-im/mautrix-discord: drop 0.1.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
net-im/mautrix-discord/Manifest | 2 -
.../mautrix-discord/mautrix-discord-0.1.0.ebuild | 63 ----------------------
2 files changed, 65 deletions(-)
diff --git a/net-im/mautrix-discord/Manifest b/net-im/mautrix-discord/Manifest
index 9ac5e7dcf..7bb2147e1 100644
--- a/net-im/mautrix-discord/Manifest
+++ b/net-im/mautrix-discord/Manifest
@@ -1,5 +1,3 @@
-DIST mautrix-discord-0.1.0.gh.tar.gz 87327 BLAKE2B 5018190d366ad85ba91f84880dde066a70eb88b6fed2403dd2969dc07453a2365b031a191cff023468574c2a7c1518537d8abf387acbb8544443945fbecc68cc SHA512 8aceb25f16d1701fb4dd92c5640caa6390bd0505a99e5bb6abc1c1651d8832737771782b05101ada0f4bb7fee318455d1aff03de0e22893890fb7883e9db81a9
-DIST mautrix-discord-0.1.0.tar.xz 60127000 BLAKE2B efff95a5cdbad4fe45f8155769f69444db0976d9f618f2e6814d9e09f9a9f7e558d4d5323c85fb013a430ab233f037a5bc3620edd8488f9788c73d8960ef0688 SHA512 d3a912b71b5d3a13688a31aa2ff39c7e4dc6e7a9c25e61422c78c170faa54a446185661665b5dfcd5c666aade2ed56897582ec0f69839d7d73cab5c90de3b21e
DIST mautrix-discord-0.1.1.gh.tar.gz 89981 BLAKE2B 93f150fba626df95a3441fcd13c6a53eb87e1474bdd54d570a97841c9525dbb9938b60bd616b2d51422237fcab0014f437ca0d5155d244fe804480e66076650a SHA512 119c54f1ae6f64374f3b9a6cb7e2bfd063f9b9c160240def3e20b28b80cc001672977caa9974b6eb274e02ada0004268865a1ed4ff1d7666b80e14d14fd489d5
DIST mautrix-discord-0.1.1.tar.xz 60147380 BLAKE2B 6ef91980117fd3d46f3eb9a082bc546b913455d0a9f985417fa8bd39e15a7ace349552d34febd13faabcccc707799e3eec9b8c16d0a37b2af67b9d92d6e76462 SHA512 6adc2e630f3dd5680dc0d086c3132d5046de0809c5bb7788a3a5788ebd9d0d7a0771e37b6e3dfa97a9584af562934ece66ea8ccd6504ba71d185b6cb87bdf9d1
DIST mautrix-discord-0.2.0.gh.tar.gz 98258 BLAKE2B aef1e128bc35179dcf1246580d079bae703ee6c641ba7d8568b9425fda244b8f39bef984e4430ab7bbfa951a7a157195340daa5fe97cd04e12f17f33ad16bc0b SHA512 b3e730e28d30b884050465bcc71bdbfaede2a964b1d5973c2575c8f2dc2fdb318a5a93e8b28fc174746ddff63e7c5c09a88eccd755934286989faba9bd41a45d
diff --git a/net-im/mautrix-discord/mautrix-discord-0.1.0.ebuild b/net-im/mautrix-discord/mautrix-discord-0.1.0.ebuild
deleted file mode 100644
index b1edd4514..000000000
--- a/net-im/mautrix-discord/mautrix-discord-0.1.0.ebuild
+++ /dev/null
@@ -1,63 +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
-"
-DEPEND="${RDEPEND}"
-
-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:[~2023-04-10 2:43 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 2:43 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 22:25 [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-discord/ Julien Roy
2025-01-11 22:19 Julien Roy
2024-11-16 20:20 Julien Roy
2024-11-16 20:20 Julien Roy
2024-02-18 1:42 [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:35 Julien Roy
2023-11-17 21:01 Julien Roy
2023-11-17 21:01 Julien Roy
2023-10-16 21:20 Julien Roy
2023-10-16 21:20 Julien Roy
2023-09-16 22:24 Julien Roy
2023-09-16 22:24 Julien Roy
2023-07-14 2:05 Richard Rogalski
2023-06-16 13:46 Julien Roy
2023-06-16 13:46 Julien Roy
2023-05-25 12:59 Julien Roy
2023-04-23 17:44 Julien Roy
2023-04-16 20:45 Julien Roy
2023-04-16 20:38 Julien Roy
2023-04-10 2:43 Julien Roy
2023-02-18 21:04 Julien Roy
2023-01-29 17:51 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=1681093128.54644ec0a52a5f93f6ecfce79bd9f1efc89a161c.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