public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gg-transport/, profiles/, net-im/gg-transport/files/
Date: Wed, 27 Apr 2022 16:15:24 +0000 (UTC)	[thread overview]
Message-ID: <1651076092.3aa2cfe27ac19dc8d88be319be2a9f2b1c04cf22.jsmolic@gentoo> (raw)

commit:     3aa2cfe27ac19dc8d88be319be2a9f2b1c04cf22
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 16:14:52 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> 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ć <jsmolic <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription>
-    Gadu-Gadu is a IM network vary famous in Poland, this package will
-    enable your jabber server to talk to that network.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">Jajcus/jggtrans</remote-id>
-  </upstream>
-</pkgmetadata>

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 <conikost@gentoo.org> (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 <soap@gentoo.org> (2022-03-20)
 # Mask gcc-8 branch (ended upstream support). Please switch
 # to a fresher gcc branch.


                 reply	other threads:[~2022-04-27 16:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1651076092.3aa2cfe27ac19dc8d88be319be2a9f2b1c04cf22.jsmolic@gentoo \
    --to=jsmolic@gentoo.org \
    --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