summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-04 19:27:06 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-04 19:38:22 -0500
commit4f0828759b7a0efbded6036ad144b94ba6fc2acd (patch)
tree67f2e549bb16b340212efc6c83d2cb6a0634c003 /sys-devel/prelink/files
parentmedia-libs/sdl2-mixer: add workaround to bad SOURCES building code (bug #570804) (diff)
downloadgentoo-4f0828759b7a0efbded6036ad144b94ba6fc2acd.tar.gz
gentoo-4f0828759b7a0efbded6036ad144b94ba6fc2acd.tar.bz2
gentoo-4f0828759b7a0efbded6036ad144b94ba6fc2acd.zip
sys-devel/prelink: clean up files in /var
We don't need the state/log files to exist ahead of time (as the cronjob will create them on demand), so punt them entirely to clean things up. Also update to EAPI=5 while we're here, and punt an old unused patch.
Diffstat (limited to 'sys-devel/prelink/files')
-rw-r--r--sys-devel/prelink/files/prelink-20061201-prelink-conf.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-devel/prelink/files/prelink-20061201-prelink-conf.patch b/sys-devel/prelink/files/prelink-20061201-prelink-conf.patch
deleted file mode 100644
index 9397088c5cd8..000000000000
--- a/sys-devel/prelink/files/prelink-20061201-prelink-conf.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- doc/prelink.conf.orig 2008-08-29 08:18:59.000000000 -0400
-+++ doc/prelink.conf 2008-08-29 08:21:48.000000000 -0400
-@@ -16,8 +16,11 @@
- -b *.a
- -b *.js
- -b /lib/modules
---b /usr/lib/locale
---b /usr/X11R6/lib{,64}/X11/xfig
-+-b /usr/lib{,32,64}/locale
-+-b /usr/lib{,32,64}/wine
-+-b /usr/lib{,32,64}/valgrind
-+-b /usr/X11R6/lib{,32,64}/X11/xfig
-+-b /usr/src
- -l /bin
- -l /usr/bin
- -l /sbin
-@@ -27,9 +30,9 @@
- -l /usr/games
- -l /usr/libexec
- -l /var/ftp/bin
---l /lib{,64}
---l /usr/lib{,64}
---l /usr/X11R6/lib{,64}
---l /usr/kerberos/lib{,64}
-+-l /lib{,32,64}
-+-l /usr/lib{,32,64}
-+-l /usr/X11R6/lib{,32,64}
-+-l /usr/kerberos/lib{,32,64}
- -l /usr/X11R6/LessTif
---l /var/ftp/lib{,64}
-+-l /var/ftp/lib{,32,64}