* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2017-05-11 22:05 Patrice Clement
0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2017-05-11 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 7f634a1461d6f4b26f3637cd90faa67a80740d5e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 21:55:30 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 11 22:05:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f634a14
app-admin/sxid: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/sxid/sxid-4.2-r2.ebuild | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
new file mode 100644
index 00000000000..1dd3cef652d
--- /dev/null
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="suid, sgid file and directory checking"
+HOMEPAGE="http://freshmeat.net/projects/sxid"
+SRC_URI="http://linukz.org/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="virtual/mailx"
+
+DOCS=( docs/sxid.{conf,cron}.example )
+
+src_prepare() {
+ default
+ # this is an admin application and really requires root to run correctly
+ # we need to move the binary to the sbin directory
+ sed -i s/bindir/sbindir/g source/Makefile.in || die
+ eautoreconf
+}
+
+pkg_postinst() {
+ elog
+ elog "You will need to configure sxid.conf for your system using the manpage and example"
+ elog
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2018-02-24 8:07 Jason Zaman
0 siblings, 0 replies; 16+ messages in thread
From: Jason Zaman @ 2018-02-24 8:07 UTC (permalink / raw
To: gentoo-commits
commit: 5400159b26efdebaca1cd366407900a8a23f495b
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 07:57:59 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:06:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5400159b
app-admin/sxid: amd64 stable
Gentoo-bug: 648478
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-admin/sxid/sxid-4.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
index 1dd3cef652d..a796015e62f 100644
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
RDEPEND="virtual/mailx"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2018-02-25 18:21 Thomas Deutschmann
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Deutschmann @ 2018-02-25 18:21 UTC (permalink / raw
To: gentoo-commits
commit: a90de486a9a580fa6ed7d5a4f28d50bc556674e0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 18:15:03 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 18:15:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90de486
app-admin/sxid: x86 stable (bug #648478)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-admin/sxid/sxid-4.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
index a796015e62f..2fc3745c93d 100644
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
RDEPEND="virtual/mailx"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2018-05-08 22:05 Sergei Trofimovich
0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2018-05-08 22:05 UTC (permalink / raw
To: gentoo-commits
commit: d964eb884a979ada1434f237696c6a2c67cd7a69
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue May 8 22:05:15 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May 8 22:05:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d964eb88
app-admin/sxid: stable 4.2-r2 for ppc, bug #648478
Tested-by: ernsteiswuerfel
Bug: https://bugs.gentoo.org/648478
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
app-admin/sxid/sxid-4.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
index 2fc3745c93d..5351273bef8 100644
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
RDEPEND="virtual/mailx"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2018-05-20 0:33 Aaron Bauman
0 siblings, 0 replies; 16+ messages in thread
From: Aaron Bauman @ 2018-05-20 0:33 UTC (permalink / raw
To: gentoo-commits
commit: 4990493c97b6fedb45f2ff290bef9d6f133ff59c
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 19 06:54:56 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 00:31:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4990493c
app-admin/sxid: remove old
app-admin/sxid/sxid-4.2-r1.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/app-admin/sxid/sxid-4.2-r1.ebuild b/app-admin/sxid/sxid-4.2-r1.ebuild
deleted file mode 100644
index da19f4b987a..00000000000
--- a/app-admin/sxid/sxid-4.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools
-
-DESCRIPTION="suid, sgid file and directory checking"
-HOMEPAGE="http://freshmeat.net/projects/sxid"
-SRC_URI="http://linukz.org/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="virtual/mailx"
-DEPEND=""
-
-DOCS=( docs/sxid.{conf,cron}.example )
-
-src_prepare() {
- # this is an admin application and really requires root to run correctly
- # we need to move the binary to the sbin directory
- sed -i s/bindir/sbindir/g source/Makefile.in || die
- eautoreconf
-}
-
-pkg_postinst() {
- elog "You will need to configure sxid.conf for your system using the manpage and example"
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2019-08-10 15:41 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2019-08-10 15:41 UTC (permalink / raw
To: gentoo-commits
commit: f4878f023d3b2171e868cdaf74658b9a142f9eac
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 15:40:30 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 15:40:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4878f02
app-admin/sxid: add another homepage
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/sxid/sxid-4.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
index a1d08b4d3ba..d789a465437 100644
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit autotools
-DESCRIPTION="suid, sgid file and directory checking"
+DESCRIPTION="suid, sgid file and directory checking https://github.com/taem/sxid"
HOMEPAGE="http://linukz.org/sxid.shtml"
SRC_URI="http://linukz.org/download/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2019-08-10 15:41 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2019-08-10 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 6fbcb1c78a66aa0ef8a5a5f9e175e9e8f3714619
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Aug 10 11:21:44 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 15:37:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbcb1c7
app-admin/sxid: update HOMEPAGE, metadata
Bug: https://bugs.gentoo.org/637970
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12668
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/sxid/metadata.xml | 2 +-
app-admin/sxid/sxid-4.2-r2.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-admin/sxid/metadata.xml b/app-admin/sxid/metadata.xml
index 28ab88d96ca..7dfac7c64f2 100644
--- a/app-admin/sxid/metadata.xml
+++ b/app-admin/sxid/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
- <remote-id type="freshmeat">sxid</remote-id>
+ <remote-id type="github">taem/sxid</remote-id>
</upstream>
</pkgmetadata>
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
index 5351273bef8..a1d08b4d3ba 100644
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit autotools
DESCRIPTION="suid, sgid file and directory checking"
-HOMEPAGE="http://freshmeat.net/projects/sxid"
+HOMEPAGE="http://linukz.org/sxid.shtml"
SRC_URI="http://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2019-08-10 15:43 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2019-08-10 15:43 UTC (permalink / raw
To: gentoo-commits
commit: 14d4aef6b27c46005698b7171c7fe57db42e6c83
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 15:43:13 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 15:43:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d4aef6
app-admin/sxid: fix previous commit
*laptop, outside, sun...*
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/sxid/sxid-4.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
index d789a465437..8e2f23878d4 100644
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -5,8 +5,8 @@ EAPI=6
inherit autotools
-DESCRIPTION="suid, sgid file and directory checking https://github.com/taem/sxid"
-HOMEPAGE="http://linukz.org/sxid.shtml"
+DESCRIPTION="suid, sgid file and directory checking"
+HOMEPAGE="http://linukz.org/sxid.shtml https://github.com/taem/sxid"
SRC_URI="http://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2023-06-28 7:50 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-06-28 7:50 UTC (permalink / raw
To: gentoo-commits
commit: ea37bbb1d5455d9a1bc6072d3fadfc0835c00039
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:48:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:50:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea37bbb1
app-admin/sxid: add missing selinux policy dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/sxid/sxid-4.2-r2.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
index 8e2f23878d45..18bb7f556062 100644
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,8 +12,12 @@ SRC_URI="http://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
+IUSE="selinux"
-RDEPEND="virtual/mailx"
+RDEPEND="
+ virtual/mailx
+ selinux? ( sec-policy/selinux-sxid )
+"
DOCS=( docs/sxid.{conf,cron}.example )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2023-09-15 6:42 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-09-15 6:42 UTC (permalink / raw
To: gentoo-commits
commit: 012b51b954636137f315abfd8bd28f9840f8305e
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Fri Sep 15 03:48:19 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 06:37:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012b51b9
app-admin/sxid: update EAPI 6 -> 8
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/32790
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/sxid/sxid-4.2-r3.ebuild | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/app-admin/sxid/sxid-4.2-r3.ebuild b/app-admin/sxid/sxid-4.2-r3.ebuild
new file mode 100644
index 000000000000..b62bc5855760
--- /dev/null
+++ b/app-admin/sxid/sxid-4.2-r3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="suid, sgid file and directory checking"
+HOMEPAGE="https://linukz.org/sxid.shtml https://github.com/taem/sxid"
+SRC_URI="https://linukz.org/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="selinux"
+
+RDEPEND="
+ virtual/mailx
+ selinux? ( sec-policy/selinux-sxid )
+"
+
+DOCS=( NEWS README docs/sxid.{conf,cron}.example )
+
+src_prepare() {
+ default
+ # this is an admin application and really requires root to run correctly
+ # we need to move the binary to the sbin directory
+ sed -i 's/bindir/sbindir/g' source/Makefile.in || die
+ sed -i -e 's/configure.in/configure.ac/g' Makefile || die
+ eautoreconf
+}
+
+pkg_postinst() {
+ elog "You will need to configure sxid.conf for your system using the manpage and example"
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2023-09-28 5:16 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2023-09-28 5:16 UTC (permalink / raw
To: gentoo-commits
commit: ae919428d45fba1d1a765689e519e7d4a95230a2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:16:05 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:16:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae919428
app-admin/sxid: Stabilize 4.2-r3 amd64, #914845
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/sxid/sxid-4.2-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sxid/sxid-4.2-r3.ebuild b/app-admin/sxid/sxid-4.2-r3.ebuild
index b62bc5855760..8758295d915c 100644
--- a/app-admin/sxid/sxid-4.2-r3.ebuild
+++ b/app-admin/sxid/sxid-4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="selinux"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2023-09-28 5:22 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2023-09-28 5:22 UTC (permalink / raw
To: gentoo-commits
commit: a9b67e44e0a949cbf685e409152fbd38a9a07104
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:21:21 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:21:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b67e44
app-admin/sxid: Stabilize 4.2-r3 x86, #914845
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/sxid/sxid-4.2-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sxid/sxid-4.2-r3.ebuild b/app-admin/sxid/sxid-4.2-r3.ebuild
index 8758295d915c..098530470c41 100644
--- a/app-admin/sxid/sxid-4.2-r3.ebuild
+++ b/app-admin/sxid/sxid-4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="selinux"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2023-10-01 18:10 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-10-01 18:10 UTC (permalink / raw
To: gentoo-commits
commit: e2c142d00e7104f7cb891bcdae4cf682377a03d0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:10:28 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 18:10:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c142d0
app-admin/sxid: Stabilize 4.2-r3 ppc, #914845
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/sxid/sxid-4.2-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sxid/sxid-4.2-r3.ebuild b/app-admin/sxid/sxid-4.2-r3.ebuild
index 098530470c41..42953f3c0b36 100644
--- a/app-admin/sxid/sxid-4.2-r3.ebuild
+++ b/app-admin/sxid/sxid-4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="selinux"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2023-10-01 18:15 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2023-10-01 18:15 UTC (permalink / raw
To: gentoo-commits
commit: 6694906da8493de5d754671b56d3947daa6cec55
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:13:54 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 18:14:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6694906d
app-admin/sxid: drop 4.2-r2
Closes: https://bugs.gentoo.org/914845
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-admin/sxid/sxid-4.2-r2.ebuild | 36 ------------------------------------
1 file changed, 36 deletions(-)
diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
deleted file mode 100644
index 18bb7f556062..000000000000
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="suid, sgid file and directory checking"
-HOMEPAGE="http://linukz.org/sxid.shtml https://github.com/taem/sxid"
-SRC_URI="http://linukz.org/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="selinux"
-
-RDEPEND="
- virtual/mailx
- selinux? ( sec-policy/selinux-sxid )
-"
-
-DOCS=( docs/sxid.{conf,cron}.example )
-
-src_prepare() {
- default
- # this is an admin application and really requires root to run correctly
- # we need to move the binary to the sbin directory
- sed -i s/bindir/sbindir/g source/Makefile.in || die
- eautoreconf
-}
-
-pkg_postinst() {
- elog
- elog "You will need to configure sxid.conf for your system using the manpage and example"
- elog
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2024-11-23 12:31 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-11-23 12:31 UTC (permalink / raw
To: gentoo-commits
commit: be5b5c555303c1ec1e0535b5179bae2ad03887e3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 12:31:15 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 12:31:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5b5c55
app-admin/sxid: Stabilize 4.20130802 ppc, #944593
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/sxid/sxid-4.20130802.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sxid/sxid-4.20130802.ebuild b/app-admin/sxid/sxid-4.20130802.ebuild
index e776daa7bb8e..94a03581a135 100644
--- a/app-admin/sxid/sxid-4.20130802.ebuild
+++ b/app-admin/sxid/sxid-4.20130802.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
IUSE="selinux"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
@ 2024-11-23 14:15 Michał Górny
0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2024-11-23 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 9ae642a183503e8a22b080376cf5153325469600
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 14:15:21 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 14:15:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae642a1
app-admin/sxid: Stabilize 4.20130802 amd64, #944593
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/sxid/sxid-4.20130802.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sxid/sxid-4.20130802.ebuild b/app-admin/sxid/sxid-4.20130802.ebuild
index 94a03581a135..c2b5a9aeaad8 100644
--- a/app-admin/sxid/sxid-4.20130802.ebuild
+++ b/app-admin/sxid/sxid-4.20130802.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://linukz.org/download/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
IUSE="selinux"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-11-23 14:15 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-10 15:43 [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 14:15 Michał Górny
2024-11-23 12:31 Arthur Zamarin
2023-10-01 18:15 Andreas Sturmlechner
2023-10-01 18:10 Arthur Zamarin
2023-09-28 5:22 Joonas Niilola
2023-09-28 5:16 Joonas Niilola
2023-09-15 6:42 Arthur Zamarin
2023-06-28 7:50 Sam James
2019-08-10 15:41 Joonas Niilola
2019-08-10 15:41 Joonas Niilola
2018-05-20 0:33 Aaron Bauman
2018-05-08 22:05 Sergei Trofimovich
2018-02-25 18:21 Thomas Deutschmann
2018-02-24 8:07 Jason Zaman
2017-05-11 22:05 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox