From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
Date: Thu, 12 Nov 2020 18:23:40 +0000 (UTC) [thread overview]
Message-ID: <1605205351.adb594b4642bdfa837731d96e92ac8f36e3f1c45.conikost@gentoo> (raw)
commit: adb594b4642bdfa837731d96e92ac8f36e3f1c45
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 18:22:31 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 18:22:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb594b4
net-im/jabber-base: drop old version
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 51 ---------------------------
1 file changed, 51 deletions(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
deleted file mode 100644
index b953357c064..00000000000
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils user
-
-DESCRIPTION="Jabber servers and transports layout package"
-SRC_URI=""
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ~ppc64 sparc x86"
-IUSE=""
-
-DEPEND=""
-
-S="${WORKDIR}"
-
-#Info for people working in jabber related packages
-
-#/etc/jabber/ for configuration files
-#/var/run/jabber/ for the pid files
-#/var/spool/jabber/ for the flat files databases (actually there must be a ewarn
-#at end of ebuild telling user to creat /var/spool/jabber/JID, as some transports fail to start if
-#the directory is not there, even if they have permissions to creat it)
-#/var/log/jabber/ for the log files
-
-#for the python based transports with no install script:
-#they must inherit python and be installed in:
-#$(python_get_sitedir)/$package-name
-
-#the user should be the one created here username=group=jabber
-
-src_install() {
- keepdir /etc/jabber
- keepdir /var/run/jabber
- keepdir /var/spool/jabber
- keepdir /var/log/jabber
-}
-
-pkg_postinst() {
- # Users should not be created in src_install see bug #124680
- # Add our default jabber group and user
- enewgroup jabber
- enewuser jabber -1 -1 -1 jabber
- # We can't use fowners & fperms convenience wrappers as we are outside the sandbox
- chown jabber:jabber /etc/jabber /var/log/jabber /var/spool/jabber /var/run/jabber
- chmod 770 /etc/jabber /var/log/jabber /var/spool/jabber /var/run/jabber
-}
next reply other threads:[~2020-11-12 18:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-12 18:23 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-11-12 18:23 [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/ Conrad Kostecki
2020-11-12 18:23 Conrad Kostecki
2020-10-11 22:31 Conrad Kostecki
2020-10-11 22:31 Conrad Kostecki
2020-10-11 22:31 Conrad Kostecki
2020-10-11 20:32 Conrad Kostecki
2020-02-08 14:18 David Seifert
2019-10-12 7:06 Michał Górny
2019-10-12 4:41 Matt Turner
2019-10-12 4:41 Matt Turner
2019-10-11 22:32 Sergei Trofimovich
2019-10-07 10:44 Agostino Sarubbo
2019-10-07 9:47 Agostino Sarubbo
2019-10-07 8:59 Agostino Sarubbo
2017-11-26 23:11 David Seifert
2015-12-27 13:36 Manuel Rüger
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=1605205351.adb594b4642bdfa837731d96e92ac8f36e3f1c45.conikost@gentoo \
--to=conikost@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