From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6276815808E for ; Wed, 27 Apr 2022 16:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33216E0833; Wed, 27 Apr 2022 16:15:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA3A2E0831 for ; Wed, 27 Apr 2022 16:15:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFB1E34101A for ; Wed, 27 Apr 2022 16:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12905434 for ; Wed, 27 Apr 2022 16:15:24 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1651076092.3aa2cfe27ac19dc8d88be319be2a9f2b1c04cf22.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gg-transport/, profiles/, net-im/gg-transport/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gg-transport/Manifest net-im/gg-transport/files/jggtrans-2.2.4 net-im/gg-transport/gg-transport-2.2.6.ebuild net-im/gg-transport/metadata.xml profiles/package.mask X-VCS-Directories: net-im/gg-transport/files/ profiles/ net-im/gg-transport/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 3aa2cfe27ac19dc8d88be319be2a9f2b1c04cf22 X-VCS-Branch: master Date: Wed, 27 Apr 2022 16:15:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a50f2511-2db3-4f6c-b042-4977aa97fc90 X-Archives-Hash: 1874d96d69706c5464936e0b0edb9444 commit: 3aa2cfe27ac19dc8d88be319be2a9f2b1c04cf22 Author: Jakov Smolić gentoo org> AuthorDate: Wed Apr 27 16:14:52 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Apr 27 16:14:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa2cfe2 net-im/gg-transport: treeclean Closes: https://bugs.gentoo.org/716850 Closes: https://bugs.gentoo.org/655566 Closes: https://bugs.gentoo.org/632622 Signed-off-by: Jakov Smolić gentoo.org> net-im/gg-transport/Manifest | 1 - net-im/gg-transport/files/jggtrans-2.2.4 | 19 ---------- net-im/gg-transport/gg-transport-2.2.6.ebuild | 50 --------------------------- net-im/gg-transport/metadata.xml | 12 ------- profiles/package.mask | 7 ---- 5 files changed, 89 deletions(-) diff --git a/net-im/gg-transport/Manifest b/net-im/gg-transport/Manifest deleted file mode 100644 index a504b7ae1389..000000000000 --- a/net-im/gg-transport/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jggtrans-2.2.6.tar.gz 883775 BLAKE2B bc27dce3fb70e7a5a1d71e8b46f1acf2c21899b956e5fab4c1d85756356973492d1617bd66517052f2fcdd81ab27e8e330837ee01787180d5193e62255cbcba6 SHA512 9fa6beb03427dc29db6b1aa5707486b857d3f850ed4efc9f2a627cbec4a9e40c91a9092b42a4a338976659f6ebfa0ca6f69e194e51bc51744a7665494fc210e7 diff --git a/net-im/gg-transport/files/jggtrans-2.2.4 b/net-im/gg-transport/files/jggtrans-2.2.4 deleted file mode 100644 index 35713d52cfec..000000000000 --- a/net-im/gg-transport/files/jggtrans-2.2.4 +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - after net jabber-server -} - -start() { - ebegin "Starting Jabber GG Transport" - start-stop-daemon --start --user jabber --group jabber --exec /usr/sbin/jggtrans -- -u jabber -g jabber /etc/jabber/jggtrans.xml - eend $? -} - -stop() { - ebegin "Stopping Jabber GG Transport" - start-stop-daemon --stop --pidfile /var/run/jabber/jggtrans.pid - eend $? -} diff --git a/net-im/gg-transport/gg-transport-2.2.6.ebuild b/net-im/gg-transport/gg-transport-2.2.6.ebuild deleted file mode 100644 index 99cf02c8ee1a..000000000000 --- a/net-im/gg-transport/gg-transport-2.2.6.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Gadu-Gadu transport for Jabber" -HOMEPAGE="https://github.com/Jajcus/jggtrans" -SRC_URI="https://github.com/Jajcus/jggtrans/releases/download/v${PV}/jggtrans-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=net-im/jabber-base-0.01 - >=dev-libs/glib-2.6.4:2 - net-dns/libidn - >=net-libs/libgadu-1.9.0_rc3 - dev-libs/expat" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.18.3 - virtual/pkgconfig -" - -S="${WORKDIR}/jggtrans-${PV}" - -src_install() { - emake DESTDIR="${D}" install - - keepdir /var/spool/jabber/gg - keepdir /var/run/jabber - keepdir /var/log/jabber - fowners jabber:jabber /var/spool/jabber/gg - fowners jabber:jabber /var/run/jabber - fowners jabber:jabber /var/log/jabber - - newinitd "${FILESDIR}/jggtrans-2.2.4" jggtrans - - insinto /etc/jabber - doins jggtrans.xml - - sed -i \ - -e 's,/var/lib/jabber/spool/gg.localhost/,/var/spool/jabber/gg/,' \ - -e 's,/var/lib/jabber/ggtrans.pid,/var/run/jabber/jggtrans.pid,' \ - -e 's,/tmp/ggtrans.log,/var/log/jabber/jggtrans.log,' \ - "${D}/etc/jabber/jggtrans.xml" || die "sed failed" - - einstalldocs -} diff --git a/net-im/gg-transport/metadata.xml b/net-im/gg-transport/metadata.xml deleted file mode 100644 index 65f7546ff4b9..000000000000 --- a/net-im/gg-transport/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Gadu-Gadu is a IM network vary famous in Poland, this package will - enable your jabber server to talk to that network. - - - Jajcus/jggtrans - - diff --git a/profiles/package.mask b/profiles/package.mask index 391637b04217..3adeeda12ae3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -336,13 +336,6 @@ net-misc/jrdesktop # Removal in 30 days. dev-java/log4j -# Conrad Kostecki (2022-03-27) -# Long abandoned upstream, multiple bugs open, -# no other major distro carries this anymore and -# depends on deprecated jabber-base. -# Bug #632622, #655566, #716850, removal on 2022-04-27. -net-im/gg-transport - # David Seifert (2022-03-20) # Mask gcc-8 branch (ended upstream support). Please switch # to a fresher gcc branch.