summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2009-05-30 17:21:49 +0000
committerTristan Heaven <tristan@gentoo.org>2009-05-30 17:21:49 +0000
commitcdd36e7abd4c99e5b7629eef3a63b5de231f6443 (patch)
tree518d6d876ae213904f014068e5f5816df520d27c /app-crypt/md5deep/files
parentarm/ia64/sh/sparc stable wrt #271774 (diff)
downloadhistorical-cdd36e7abd4c99e5b7629eef3a63b5de231f6443.tar.gz
historical-cdd36e7abd4c99e5b7629eef3a63b5de231f6443.tar.bz2
historical-cdd36e7abd4c99e5b7629eef3a63b5de231f6443.zip
rm
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'app-crypt/md5deep/files')
-rw-r--r--app-crypt/md5deep/files/md5deep-2.0.1-install.patch14
-rw-r--r--app-crypt/md5deep/files/md5deep-3.0-install.patch14
-rw-r--r--app-crypt/md5deep/files/md5deep-3.1-as-needed.patch27
-rw-r--r--app-crypt/md5deep/files/md5deep-3.2-as-needed.patch27
4 files changed, 0 insertions, 82 deletions
diff --git a/app-crypt/md5deep/files/md5deep-2.0.1-install.patch b/app-crypt/md5deep/files/md5deep-2.0.1-install.patch
deleted file mode 100644
index b5f365ef4a26..000000000000
--- a/app-crypt/md5deep/files/md5deep-2.0.1-install.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.am
-+++ Makefile.am
-@@ -17,8 +17,9 @@
-
- # We erase the old man pages, just in case they might be symbolic links
- # (symbolic links were used in a previous release)
--install-exec-hook: update-manpages
-- rm -f ${man1dir}/${ALL_GOALS}deep.1
-+install-man: update-manpages
-+ rm -f $(DESTDIR)${man1dir}/${ALL_GOALS}deep.1
-+ $(MAKE) install-man1
-
- update-manpages: md5deep.1
- cp $< sha1deep.1
diff --git a/app-crypt/md5deep/files/md5deep-3.0-install.patch b/app-crypt/md5deep/files/md5deep-3.0-install.patch
deleted file mode 100644
index f0d50281db30..000000000000
--- a/app-crypt/md5deep/files/md5deep-3.0-install.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- md5deep/Makefile.am
-+++ md5deep/Makefile.am
-@@ -27,8 +27,9 @@
-
- # We erase the old man pages, just in case they might be symbolic links
- # (symbolic links were used in a previous release)
--install-exec-hook: update-manpages
-- rm -f ${man1dir}/${ALL_GOALS}deep.1
-+install-man: update-manpages
-+ rm -f $(DESTDIR)${man1dir}/${ALL_GOALS}deep.1
-+ $(MAKE) install-man1
-
- update-manpages: md5deep.1
- cp md5deep.1 sha1deep.1
diff --git a/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch b/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch
deleted file mode 100644
index dc1f87de5f9a..000000000000
--- a/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- hashdeep/Makefile.am
-+++ hashdeep/Makefile.am
-@@ -1,5 +1,3 @@
--# The math library is required for floor()
--AM_LDFLAGS = -lm
- INCLUDES = -I@top_srcdir@/include
- COMMON_DIR = @top_srcdir@/common
-
-@@ -26,7 +24,8 @@
- # don't have it yet (e.g. OpenSolaris). We if don't have strsep
- # we compile it ourselves using a local copy.
- EXTRA_hashdeep_SOURCES = lib-strsep.c
--hashdeep_LDADD = ${EXTRA_HASHDEEP}
-+# The math library is required for floor()
-+hashdeep_LDADD = ${EXTRA_HASHDEEP} -lm
- hashdeep_DEPENDENCIES = ${EXTRA_HASHDEEP}
-
- EXTRA_DIST = main.h strsep.h ${man_MANS}
---- md5deep/Makefile.am
-+++ md5deep/Makefile.am
-@@ -1,5 +1,5 @@
-
--AM_LDFLAGS = -lm
-+LDADD = -lm
- INCLUDES = -I@top_srcdir@/include
- COMMON_DIR = @top_srcdir@/common
-
diff --git a/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch b/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch
deleted file mode 100644
index dc1f87de5f9a..000000000000
--- a/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- hashdeep/Makefile.am
-+++ hashdeep/Makefile.am
-@@ -1,5 +1,3 @@
--# The math library is required for floor()
--AM_LDFLAGS = -lm
- INCLUDES = -I@top_srcdir@/include
- COMMON_DIR = @top_srcdir@/common
-
-@@ -26,7 +24,8 @@
- # don't have it yet (e.g. OpenSolaris). We if don't have strsep
- # we compile it ourselves using a local copy.
- EXTRA_hashdeep_SOURCES = lib-strsep.c
--hashdeep_LDADD = ${EXTRA_HASHDEEP}
-+# The math library is required for floor()
-+hashdeep_LDADD = ${EXTRA_HASHDEEP} -lm
- hashdeep_DEPENDENCIES = ${EXTRA_HASHDEEP}
-
- EXTRA_DIST = main.h strsep.h ${man_MANS}
---- md5deep/Makefile.am
-+++ md5deep/Makefile.am
-@@ -1,5 +1,5 @@
-
--AM_LDFLAGS = -lm
-+LDADD = -lm
- INCLUDES = -I@top_srcdir@/include
- COMMON_DIR = @top_srcdir@/common
-