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-discord/
Date: Mon, 16 Oct 2023 21:20:55 +0000 (UTC)	[thread overview]
Message-ID: <1697491158.5e9910bf6e62f7f2e82e8ee406408222828feb37.julien@gentoo> (raw)

commit:     5e9910bf6e62f7f2e82e8ee406408222828feb37
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Oct 16 21:19:18 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Oct 16 21:19:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e9910bf

net-im/mautrix-discord: drop 0.5.0-r1

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

 net-im/mautrix-discord/Manifest                    |  2 -
 .../mautrix-discord-0.5.0-r1.ebuild                | 64 ----------------------
 2 files changed, 66 deletions(-)

diff --git a/net-im/mautrix-discord/Manifest b/net-im/mautrix-discord/Manifest
index aec19cf272..c0edca350d 100644
--- a/net-im/mautrix-discord/Manifest
+++ b/net-im/mautrix-discord/Manifest
@@ -1,5 +1,3 @@
-DIST mautrix-discord-0.5.0.gh.tar.gz 111287 BLAKE2B f184f1fb978bb63b1e1136160ac483237b6caa317be31718c33f54c88cbc9f77a5112c5cdb779f27e9f4f544f15a7d319cfd69ebd07c36c4d0e0582956c50468 SHA512 f471077818efaeac178eb11383aadf488aaea575aad2bac55fbfd866363c91ff2f8c47ae9317dbb7f89a1a44302e6aff54a1d2487872fec15bc077581ee92f24
-DIST mautrix-discord-0.5.0.tar.xz 61305864 BLAKE2B 2bf0d892c2e241a2bdf2bdc0431d1676daa56390097df75636a829899ea8c83520d6bbee281bb40ea588f3a99c68b811949c8a0e69e44204acfca5341674beea SHA512 8012831832b89b83ff82e74b7010b91ba304aa3158e026cc512b38874b62c81e0f04be1fd1d0d5e549e7e70bf6d27064d3e4b48714a0a06e8de7b1f20e5f1451
 DIST mautrix-discord-0.6.2.gh.tar.gz 113457 BLAKE2B 0f2b142cba038e2f86dbf1d0133c01ab3f1c6ccaacc931adacca31e5c5061a45e678273b6bd8c5a134b0466ffd25088fe79a0e9214484356d953eb5f0a2689cd SHA512 2990964fd7aae20fdfc0689c9a90986093f64a646ee476c4d63c3b9c5b164283d830e83230c68ca732d32f7f0f525ff38ec968b41464c8c2e5ff319a504d613a
 DIST mautrix-discord-0.6.2.tar.xz 67543704 BLAKE2B c803893b1d666c14e181b60d31378acbba940639b71a3af55c3b24ee0697ff58b84a9b8365ff0acef1939f7bc1ccb4deeac6def1a7e1d065079e0c169670f396 SHA512 ee291a97141800d0791cb1074840782ab649c15b78aac865f312b2a02dee6f03007ab0e1ce51472fe23b2223db89da276e4d9d4ee8d6e4e40e361360957ca2fb
 DIST mautrix-discord-0.6.3.gh.tar.gz 113655 BLAKE2B a9570c2b0cbba9f1d82efffe729cf5d50966d5b7a0fff9a233637f61f34801145de8b9ea2ea2a309035e3c5c0c803c240acb16b4b46668588b31cd51bfac966f SHA512 ff6462bae3d53331cd2fccf9037fc34d11a89e37d52d5bf1e5b10249952036fa7f8182354f2834a8051eb84a1e886872b3698fdec51f2f271946d4a8743a8870

diff --git a/net-im/mautrix-discord/mautrix-discord-0.5.0-r1.ebuild b/net-im/mautrix-discord/mautrix-discord-0.5.0-r1.ebuild
deleted file mode 100644
index e0b34adae8..0000000000
--- a/net-im/mautrix-discord/mautrix-discord-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,64 +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}"
-
-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"
-}


             reply	other threads:[~2023-10-16 21:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-16 21:20 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-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-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=1697491158.5e9910bf6e62f7f2e82e8ee406408222828feb37.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