summaryrefslogtreecommitdiff
path: root/app-admin/sxid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-01 23:44:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-01 23:44:45 +0100
commitca52870b45c298a446df20ae15d12bff5f37c480 (patch)
tree96295ab2f8990b4411cd7628ff8ded21b5e3a030 /app-admin/sxid
parent5bd02f229a9c4ce484e49ec36dcb1f4eb5dfcdae (diff)
gentoo auto-resync : 01:10:2023 - 23:44:45
Diffstat (limited to 'app-admin/sxid')
-rw-r--r--app-admin/sxid/Manifest3
-rw-r--r--app-admin/sxid/sxid-4.2-r2.ebuild36
-rw-r--r--app-admin/sxid/sxid-4.2-r3.ebuild2
3 files changed, 2 insertions, 39 deletions
diff --git a/app-admin/sxid/Manifest b/app-admin/sxid/Manifest
index c215d53ff4a9..8e1d63e113e9 100644
--- a/app-admin/sxid/Manifest
+++ b/app-admin/sxid/Manifest
@@ -1,4 +1,3 @@
DIST sxid-4.2.tar.gz 41827 BLAKE2B c436ffd1b05306508c0ab0e4236cb3968d4456ae0686357a3a2c2a587fdbdaf8e760d5ff8198188c23854b080a91a35fc27a9717ab28f6907deb887a7b455cea SHA512 ed2832a0ffa89a41eba39e116122878b830c46ee7bfb906652606cff61fe16bc28ab6e6b4a802cc2436d9b3a7bdd734a827f007e6f1ce14ca84a9015d3a37a69
-EBUILD sxid-4.2-r2.ebuild 818 BLAKE2B a4d7c7526543af0f2b4412a5fbd8d48df1f622d11ce45b7f773832918ec818c9bc3816d1a34dc608fb7f6d102cd22b3b8866b60b2bd98570fdff19d7c00e5c73 SHA512 97692d6ea1a14679557791fb94679e3b72fc64ca41dbffbe43241e40557f5187896b65ecbf6b9598a5bd23890ca4fdfc09c9c9c44f9569c1d91f98a8d00b2865
-EBUILD sxid-4.2-r3.ebuild 882 BLAKE2B f53afd36efbc94f96e4dfc96efef9378ba591af080acfccaecf3c2b5eb55db57904b98a455856d100ee80218437422c1cac92481db04f3992266f2e5de8be1ba SHA512 8ed148556e36ab19cb31da79d0e1f7cd7e17991345303d61a5d0f70f05e21575b212d1e621df6e700810510dc86b9dae3fa40b25752b0a21532bfd47ad9cb365
+EBUILD sxid-4.2-r3.ebuild 881 BLAKE2B 7bae6572f2beae076ab7775ecc7fa77002e5aad43d520c4b92675eac466a59cc62403d6fda3728aebd98c006f035683f4a89e5017f420d761996a7541a4c7a37 SHA512 edf8555ab747fe13ab8665b1a6f139c7b2f6a4648a540e99f30319c6b1b0ff9b14b7e4c5894008b077bfca352d3242d4eaef379c4c974e8fbccec2d48040630a
MISC metadata.xml 242 BLAKE2B 28b070032e8f2246f59bd293e4532f476be22498928b7cff399446ac31594f29432e4578cbc86750fc92b1c7bdffc040086e60aea5791456cc3a0d41f15cfb51 SHA512 9d92e613111f8de98ea05cc6e64fe1bc2078ddb8838200d4b8068ffd35811dba14125be3023503601539b84ddf3fd41d247a551df7e945da35a26ff33a1d07b9
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
-}
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="