summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/evolution/files')
-rw-r--r--net-mail/evolution/files/digest-evolution-0.15-r42
-rw-r--r--net-mail/evolution/files/evolution-0.15-remove-movemail-check.patch67
2 files changed, 0 insertions, 69 deletions
diff --git a/net-mail/evolution/files/digest-evolution-0.15-r4 b/net-mail/evolution/files/digest-evolution-0.15-r4
deleted file mode 100644
index 077f699f93d9..000000000000
--- a/net-mail/evolution/files/digest-evolution-0.15-r4
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz
-MD5 3297446afe4b4a4615b3ca130e1bd3af evolution-0.15.tar.gz
diff --git a/net-mail/evolution/files/evolution-0.15-remove-movemail-check.patch b/net-mail/evolution/files/evolution-0.15-remove-movemail-check.patch
deleted file mode 100644
index 14fef2d7ed6c..000000000000
--- a/net-mail/evolution/files/evolution-0.15-remove-movemail-check.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-diff -u -r evolution-0.15.orig/configure evolution-0.15/configure
---- evolution-0.15.orig/configure Wed Oct 3 00:12:24 2001
-+++ evolution-0.15/configure Mon Oct 8 02:50:11 2001
-@@ -270,8 +270,6 @@
- ac_help="$ac_help
- --enable-gtk-doc Use gtk-doc to build documentation [default=auto]"
- ac_help="$ac_help
-- --with-movemail=PATH Path to a movemail binary"
--ac_help="$ac_help
- --with-sub-version=VERSION Specify a sub-version string"
-
- # Initialize some variables set by options.
-@@ -11893,46 +11891,6 @@
- ENABLE_GTK_DOC_FALSE=
- fi
-
--# Check whether --with-movemail or --without-movemail was given.
--if test "${with_movemail+set}" = set; then
-- withval="$with_movemail"
-- :
--fi
--
--echo $ac_n "checking for movemail""... $ac_c" 1>&6
--echo "configure:11904: checking for movemail" >&5
--if test x$with_movemail = xyes -o x$with_movemail = x; then
-- with_movemail=no
--fi
--if test x$with_movemail != xno; then
-- cat >> confdefs.h <<EOF
--#define MOVEMAIL_PATH "$with_movemail"
--EOF
--
-- echo "$ac_t""$with_movemail" 1>&6
--else
-- emacs_exec_dir=`emacs --batch --eval '(message exec-directory)' 2>&1`
-- case $emacs_exec_dir in
-- /*) if test -x $emacs_exec_dir/movemail; then
-- if test -u $emacs_exec_dir/movemail -o -g $emacs_exec_dir/movemail; then
-- echo "$ac_t""$emacs_exec_dir/movemail" 1>&6
-- cat >> confdefs.h <<EOF
--#define MOVEMAIL_PATH "$emacs_exec_dir/movemail"
--EOF
--
-- else
-- echo "$ac_t""$emacs_exec_dir/movemail... not set-id: ignored" 1>&6
-- fi
-- else
-- echo "$ac_t""no" 1>&6
-- fi
-- ;;
-- *)
-- echo "$ac_t""no" 1>&6
-- ;;
-- esac
--fi
--
- # Check whether --with-sub-version or --without-sub-version was given.
- if test "${with_sub_version+set}" = set; then
- withval="$with_sub_version"
-@@ -12859,7 +12817,6 @@
- Kerberos 4/5: $msg_krb4/$msg_krb5
- SSL support: $msg_ssl
- S/MIME support: $msg_nss
-- Use movemail: $with_movemail
- Dot Locking: $msg_dot
- File Locking: $msg_file
- Gtk-doc: $enable_gtk_doc"