diff options
author | 2011-08-12 18:24:45 +0000 | |
---|---|---|
committer | 2011-08-12 18:24:45 +0000 | |
commit | 57c186a277b0899f33bedaffc49826bdbbc2a9c6 (patch) | |
tree | a1bb85a474c53567d37d501ea0ea0f7e9a1f3adb /sys-libs/libselinux/files | |
parent | Version bump, Oracle changed license and download location. (diff) | |
download | gentoo-2-57c186a277b0899f33bedaffc49826bdbbc2a9c6.tar.gz gentoo-2-57c186a277b0899f33bedaffc49826bdbbc2a9c6.tar.bz2 gentoo-2-57c186a277b0899f33bedaffc49826bdbbc2a9c6.zip |
Removed deprecated versions
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libselinux/files')
-rw-r--r-- | sys-libs/libselinux/files/compat.py | 18 | ||||
-rw-r--r-- | sys-libs/libselinux/files/libselinux-2.0.85-headers.patch | 14 |
2 files changed, 0 insertions, 32 deletions
diff --git a/sys-libs/libselinux/files/compat.py b/sys-libs/libselinux/files/compat.py deleted file mode 100644 index b0bf65b58474..000000000000 --- a/sys-libs/libselinux/files/compat.py +++ /dev/null @@ -1,18 +0,0 @@ -# compatability aliases for python-selinux -try: - import selinux_aux - - enabled = selinux_aux.enabled - - get_lsid = selinux_aux.get_lsid - get_sid = selinux_aux.get_sid - set_sid = selinux_aux.set_sid - secure_rename = selinux_aux.secure_rename - secure_copy = selinux_aux.secure_copy - secure_mkdir = selinux_aux.secure_mkdir - secure_symlink = selinux_aux.secure_symlink - setexec = selinux_aux.setexec - getcontext = selinux_aux.getcontext - -except: - pass diff --git a/sys-libs/libselinux/files/libselinux-2.0.85-headers.patch b/sys-libs/libselinux/files/libselinux-2.0.85-headers.patch deleted file mode 100644 index 4994fea9371e..000000000000 --- a/sys-libs/libselinux/files/libselinux-2.0.85-headers.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://bugs.gentoo.org/338302 - -fix by Chris Richards for building with glibc-2.12 - ---- src/label_file.c -+++ src/label_file.c -@@ -19,6 +19,7 @@ - #include <regex.h> - #include "callbacks.h" - #include "label_internal.h" -+#include <sys/stat.h> - - /* - * Internals, mostly moved over from matchpathcon.c |