* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2015-12-27 13:36 Manuel Rüger
0 siblings, 0 replies; 17+ messages in thread
From: Manuel Rüger @ 2015-12-27 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 218c53485e762e30b6968e7e26e4ec47352316f0
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 13:33:55 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 13:34:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218c5348
net-im/jabber-base: EAPI bump
Package-Manager: portage-2.2.26
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 52 +++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
new file mode 100644
index 0000000..1b6320c
--- /dev/null
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils user
+
+DESCRIPTION="Jabber servers and transports layout package"
+SRC_URI=""
+HOMEPAGE="https://www.gentoo.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+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
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2017-11-26 23:11 David Seifert
0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-11-26 23:11 UTC (permalink / raw
To: gentoo-commits
commit: 562abbd902f8c8a808c098696da879b283af49bb
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:40:49 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:10:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562abbd9
net-im/jabber-base: [QA] Consistent whitespace in metadata.xml
net-im/jabber-base/metadata.xml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/net-im/jabber-base/metadata.xml b/net-im/jabber-base/metadata.xml
index ff5cd10b432..1eebfe0ed7d 100644
--- a/net-im/jabber-base/metadata.xml
+++ b/net-im/jabber-base/metadata.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>chainsaw@gentoo.org</email>
-</maintainer>
- <longdescription>Package that creats the users and directory's for jabber
- related packages. See ebuild for more info </longdescription>
+ <maintainer type="person">
+ <email>chainsaw@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Package that creats the users and directory's for jabber
+ related packages. See ebuild for more info.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2019-10-07 8:59 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 8:59 UTC (permalink / raw
To: gentoo-commits
commit: bd8eb099101bf09132a32f4ed848a16d35ec9f6a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:58:46 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:58:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8eb099
net-im/jabber-base: x86 stable wrt bug #696332
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
index 6eb744301a3..c481fbb5353 100644
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2019-10-07 9:47 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 9:47 UTC (permalink / raw
To: gentoo-commits
commit: 10e6b8ef66d2cc492295c813f69ec1b6b18c9707
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 09:45:43 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 09:47:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e6b8ef
net-im/jabber-base: ppc stable wrt bug #696332
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
index c481fbb5353..0762015f185 100644
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2019-10-07 10:44 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 10:44 UTC (permalink / raw
To: gentoo-commits
commit: 646e2350eda0f89a271193fd90a5defd4aece05a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 10:43:39 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 10:43:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646e2350
net-im/jabber-base: sparc stable wrt bug #696332
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
index 0762015f185..381c463e51d 100644
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2019-10-11 22:32 Sergei Trofimovich
0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2019-10-11 22:32 UTC (permalink / raw
To: gentoo-commits
commit: fcdea05294c397c7526215ad4124a0a8e8e23c87
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 22:17:55 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 22:31:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcdea052
net-im/jabber-base: stable 0.01-r1 for hppa, bug #696332
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
index efafd06a286..ff3f64f1672 100644
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2019-10-12 4:41 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2019-10-12 4:41 UTC (permalink / raw
To: gentoo-commits
commit: bee9d91d97da215ea341b996357ab68813edde47
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 04:37:46 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 04:37:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee9d91d
net-im/jabber-base-0.01-r1: arm stable, bug 696332
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
index ff3f64f1672..dd01753c31d 100644
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2019-10-12 4:41 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2019-10-12 4:41 UTC (permalink / raw
To: gentoo-commits
commit: 5a78f25e1349a20a4333e60e0e4d5cdb9d3ede9d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 04:37:03 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 04:37:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a78f25e
net-im/jabber-base: drop to ~alpha, bug 696332
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01.ebuild b/net-im/jabber-base/jabber-base-0.01.ebuild
index 2aef7472d03..5d4cbd8fe25 100644
--- a/net-im/jabber-base/jabber-base-0.01.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2019-10-12 7:06 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2019-10-12 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 5aa671f2c60bb975e3237c80af1dd9138f21bd23
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 07:04:34 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 07:06:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa671f2
net-im/jabber-base: Drop old (EAPI 0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01.ebuild | 51 ------------------------------
1 file changed, 51 deletions(-)
diff --git a/net-im/jabber-base/jabber-base-0.01.ebuild b/net-im/jabber-base/jabber-base-0.01.ebuild
deleted file mode 100644
index 5d4cbd8fe25..00000000000
--- a/net-im/jabber-base/jabber-base-0.01.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils user
-
-DESCRIPTION="Jabber servers and transports layout package"
-SRC_URI=""
-HOMEPAGE="https://www.gentoo.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc 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
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2020-02-08 14:18 David Seifert
0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2020-02-08 14:18 UTC (permalink / raw
To: gentoo-commits
commit: 9a9963cd3243a6d4ca566d2b30f008168615def5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 14:17:36 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 14:17:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9963cd
net-im/jabber-base: [QA] Fix BadHomepage
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
index dd01753c31d..274369f36c7 100644
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -7,7 +7,7 @@ inherit eutils user
DESCRIPTION="Jabber servers and transports layout package"
SRC_URI=""
-HOMEPAGE="https://www.gentoo.org/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2020-10-11 20:32 Conrad Kostecki
0 siblings, 0 replies; 17+ messages in thread
From: Conrad Kostecki @ 2020-10-11 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 3e13b1120527167895bc19634d4decef95587cd5
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 20:30:57 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 20:32:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e13b112
net-im/jabber-base: add ~arm64 keyword
Since this package only installs a bunch of directories and a
user+group, it works on arm64 fine.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
index ea75b4d5721..3228a81ebc0 100644
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2020-10-11 22:31 Conrad Kostecki
0 siblings, 0 replies; 17+ messages in thread
From: Conrad Kostecki @ 2020-10-11 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 175587e7e15eb826b964de6535ae3536dbec868f
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 22:30:20 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 22:30:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175587e7
net-im/jabber-base: add ~ppc64 keyword
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r1.ebuild b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
index 3228a81ebc0..b953357c064 100644
--- a/net-im/jabber-base/jabber-base-0.01-r1.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ~ppc64 sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2020-10-11 22:31 Conrad Kostecki
0 siblings, 0 replies; 17+ messages in thread
From: Conrad Kostecki @ 2020-10-11 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 150fbfff88dc4046532aff62a7bc3369cdd86849
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 22:09:26 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 22:28:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150fbfff
net-im/jabber-base: add myself as maintainer
Also dropping Chainsaw, after speaking with him.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-im/jabber-base/metadata.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/net-im/jabber-base/metadata.xml b/net-im/jabber-base/metadata.xml
index 1eebfe0ed7d..5e50b4ff31a 100644
--- a/net-im/jabber-base/metadata.xml
+++ b/net-im/jabber-base/metadata.xml
@@ -2,10 +2,12 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>chainsaw@gentoo.org</email>
+ <email>conikost@gentoo.org</email>
+ <name>Conrad Kostecki</name>
</maintainer>
<longdescription>
- Package that creats the users and directory's for jabber
- related packages. See ebuild for more info.
+ This package creates the base layout,
+ which is used by several jabber services.
+ See ebuild for more information.
</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2020-10-11 22:31 Conrad Kostecki
0 siblings, 0 replies; 17+ messages in thread
From: Conrad Kostecki @ 2020-10-11 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 0363f00331c4ea0e2a664303569adc8ec66ddf7e
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 22:06:52 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 22:28:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0363f003
net-im/jabber-base: bump to EAPI=7, migrate to GLEP 81
Also dropping '/var/run/jabber' from default install, since this
directory should be created by each jabber service upon start.
Closes: https://bugs.gentoo.org/432462
Closes: https://bugs.gentoo.org/520552
Closes: https://bugs.gentoo.org/670286
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-im/jabber-base/jabber-base-0.01-r2.ebuild | 42 +++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/net-im/jabber-base/jabber-base-0.01-r2.ebuild b/net-im/jabber-base/jabber-base-0.01-r2.ebuild
new file mode 100644
index 00000000000..eba2cc85d74
--- /dev/null
+++ b/net-im/jabber-base/jabber-base-0.01-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Base layout package for various jabber services"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+S="${WORKDIR}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ acct-group/jabber
+ acct-user/jabber
+"
+
+# This package provides the base layout for all jabber related services.
+# Each service should use the user 'jabber' and the group 'jabber.
+#
+# The base layout contains of the following directories:
+# '/etc/jabber/' : All main configuration, by jabber services used, is stored here.
+# '(/var)/run/jabber' : All pid files, used by jabber services, are stored here.
+# : Please note, that this directory should be
+# : created dynamically by each jabber service during startup.
+# '/var/log/jabber/' : All log files, used by jabber services, are stored here.
+# '/var/spool/jabber' : All (flat) database files, used by jabber services, are stored here.
+
+src_install() {
+ local paths=(
+ "/etc/jabber"
+ "/var/log/jabber"
+ "/var/spool/jabber"
+ )
+
+ for path in ${paths[@]}; do
+ keepdir "${path}"
+ fowners "jabber:jabber" "${path}"
+ fperms 770 "${path}"
+ done
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2020-11-12 18:23 Conrad Kostecki
0 siblings, 0 replies; 17+ messages in thread
From: Conrad Kostecki @ 2020-11-12 18:23 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2020-11-12 18:23 Conrad Kostecki
0 siblings, 0 replies; 17+ messages in thread
From: Conrad Kostecki @ 2020-11-12 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 9e256da8d6e1cf790bfa45c76a12ba8ebd6e5b57
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 18:20:40 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 18:20:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e256da8
net-im/jabber-base: Stabilize 0.01-r2 ALLARCHES
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-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/jabber-base/jabber-base-0.01-r2.ebuild b/net-im/jabber-base/jabber-base-0.01-r2.ebuild
index eba2cc85d74..e054f2b5b47 100644
--- a/net-im/jabber-base/jabber-base-0.01-r2.ebuild
+++ b/net-im/jabber-base/jabber-base-0.01-r2.ebuild
@@ -9,7 +9,7 @@ S="${WORKDIR}"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
RDEPEND="
acct-group/jabber
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/
@ 2020-11-12 18:23 Conrad Kostecki
0 siblings, 0 replies; 17+ messages in thread
From: Conrad Kostecki @ 2020-11-12 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 35bcdb9274b96ba547ebbd9149da00d4acd0b968
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 18:16:48 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 18:16:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bcdb92
net-im/jabber-base: add stabilize-allarches
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-im/jabber-base/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-im/jabber-base/metadata.xml b/net-im/jabber-base/metadata.xml
index 5e50b4ff31a..3052e573aa4 100644
--- a/net-im/jabber-base/metadata.xml
+++ b/net-im/jabber-base/metadata.xml
@@ -5,6 +5,7 @@
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
+ <stabilize-allarches/>
<longdescription>
This package creates the base layout,
which is used by several jabber services.
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2020-11-12 18:23 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-11 22:31 [gentoo-commits] repo/gentoo:master commit in: net-im/jabber-base/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2020-11-12 18:23 Conrad Kostecki
2020-11-12 18:23 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 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox