diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-01 12:37:55 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-22 20:42:46 +0200 |
commit | bd7488335978a6b8d37e242b3ea8658e2d41231a (patch) | |
tree | 42525fdfa133429e36a709e28970c60414754c16 /app-admin | |
parent | app-admin/sagan: add 2.0.2 (diff) | |
download | gentoo-bd7488335978a6b8d37e242b3ea8658e2d41231a.tar.gz gentoo-bd7488335978a6b8d37e242b3ea8658e2d41231a.tar.bz2 gentoo-bd7488335978a6b8d37e242b3ea8658e2d41231a.zip |
app-admin/sxid: add 4.20130802
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36948
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/sxid/Manifest | 1 | ||||
-rw-r--r-- | app-admin/sxid/sxid-4.20130802.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/sxid/Manifest b/app-admin/sxid/Manifest index c35ed083acbb..f7c2153791cc 100644 --- a/app-admin/sxid/Manifest +++ b/app-admin/sxid/Manifest @@ -1 +1,2 @@ DIST sxid-4.2.tar.gz 41827 BLAKE2B c436ffd1b05306508c0ab0e4236cb3968d4456ae0686357a3a2c2a587fdbdaf8e760d5ff8198188c23854b080a91a35fc27a9717ab28f6907deb887a7b455cea SHA512 ed2832a0ffa89a41eba39e116122878b830c46ee7bfb906652606cff61fe16bc28ab6e6b4a802cc2436d9b3a7bdd734a827f007e6f1ce14ca84a9015d3a37a69 +DIST sxid-4.20130802.tar.gz 117411 BLAKE2B 1f3e6ead2bd50c621eb0616afb494139df681e198cb8e5cf98c18f7cb311125e4b61086b0727e2260f223a76e258d2ae34dd87489ae168d1d2913c1520bad591 SHA512 8269808a925ba9a2dcce7400494de5e4c3bd133010faefd0f46b7feafed6fac750b8226f0b3d51edd6ab086caf730ba627a72fba59c8c0aeacf9859019e1cfd5 diff --git a/app-admin/sxid/sxid-4.20130802.ebuild b/app-admin/sxid/sxid-4.20130802.ebuild new file mode 100644 index 000000000000..e776daa7bb8e --- /dev/null +++ b/app-admin/sxid/sxid-4.20130802.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ) +" + +pkg_postinst() { + elog "You will need to configure sxid.conf for your system using the manpage and example" +} |