diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 05:59:08 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 05:59:08 +0000 |
commit | a4aba13455c4bef29a5bf40fd2d7a65c5fdcc285 (patch) | |
tree | d6c8a02823e9b037dfbce604f6486976005ee608 /mail-client/balsa/files | |
parent | gnome-1.x removal (diff) | |
download | gentoo-2-a4aba13455c4bef29a5bf40fd2d7a65c5fdcc285.tar.gz gentoo-2-a4aba13455c4bef29a5bf40fd2d7a65c5fdcc285.tar.bz2 gentoo-2-a4aba13455c4bef29a5bf40fd2d7a65c5fdcc285.zip |
gnome-1.x removal
(Portage version: 2.1.2_rc3-r7)
(Unsigned Manifest commit)
Diffstat (limited to 'mail-client/balsa/files')
-rw-r--r-- | mail-client/balsa/files/balsa-1.4.0-gentoo.diff | 23 | ||||
-rw-r--r-- | mail-client/balsa/files/digest-balsa-1.4.3 | 1 | ||||
-rw-r--r-- | mail-client/balsa/files/gtk+2.4-2.patch | 46 |
3 files changed, 0 insertions, 70 deletions
diff --git a/mail-client/balsa/files/balsa-1.4.0-gentoo.diff b/mail-client/balsa/files/balsa-1.4.0-gentoo.diff deleted file mode 100644 index 2ec9a5276598..000000000000 --- a/mail-client/balsa/files/balsa-1.4.0-gentoo.diff +++ /dev/null @@ -1,23 +0,0 @@ -diff -urN balsa-1.4.0.old/configure.in balsa-1.4.0/configure.in ---- balsa-1.4.0.old/configure.in Mon Aug 19 11:04:50 2002 -+++ balsa-1.4.0/configure.in Tue Sep 10 06:19:57 2002 -@@ -49,9 +49,16 @@ - dnl this should come after `AC_PROG_CC' - GNOME_X_CHECKS - --AC_CHECK_LIB(pspell, new_pspell_manager,,[ -- AC_MSG_ERROR([*** libpspell(-devel) not found. Please check http://balsa.gnome.org/ for information on the required files.]) --], -lstdc++ -lpspell-modules) -+AC_ARG_WITH(aspell, -+ [ --with-aspell Turn on aspell ], -+ [case "${withval}" in -+ yes) LIBS="-lstdc++ -laspell" ; -+ aspell=true ;; -+ no) LIBS="-lstdc++" ; -+ aspell=false ;; -+ *) AC_MSG_ERROR(bad value ${withval} for --with-aspell) ;; -+ esac],[LIBS=""]) -+AM_CONDITIONAL(WITH_ASPELL, test, x$aspell = xtrue) - - dnl Reset - # LDFLAGS="$balsa_save_LDFLAGS" diff --git a/mail-client/balsa/files/digest-balsa-1.4.3 b/mail-client/balsa/files/digest-balsa-1.4.3 deleted file mode 100644 index ce117b498676..000000000000 --- a/mail-client/balsa/files/digest-balsa-1.4.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 26ac08c059d2aaa73bd76d21150a6d24 balsa-1.4.3.tar.bz2 2385240 diff --git a/mail-client/balsa/files/gtk+2.4-2.patch b/mail-client/balsa/files/gtk+2.4-2.patch deleted file mode 100644 index e4bf6b15f8c7..000000000000 --- a/mail-client/balsa/files/gtk+2.4-2.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff -ruN balsa-2.0.14.orig/libbalsa/Makefile.in balsa-2.0.14/libbalsa/Makefile.in ---- balsa-2.0.14.orig/libbalsa/Makefile.in 2004-05-06 16:09:23.492107521 -0700 -+++ balsa-2.0.14/libbalsa/Makefile.in 2004-05-06 16:09:44.495989137 -0700 -@@ -211,11 +211,7 @@ - - - DEFS = -DLIBMUTT \ -- -DG_DISABLE_DEPRECATED \ -- -DGTK_DISABLE_DEPRECATED \ -- -DGNOME_DISABLE_DEPRECATED -- -- -+ - #Signal marshallers - marshal_prefix = libbalsa - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -diff -ruN balsa-2.0.14.orig/libinit_balsa/Makefile.in balsa-2.0.14/libinit_balsa/Makefile.in ---- balsa-2.0.14.orig/libinit_balsa/Makefile.in 2004-05-06 16:09:23.487108977 -0700 -+++ balsa-2.0.14/libinit_balsa/Makefile.in 2004-05-06 16:09:59.925494607 -0700 -@@ -147,10 +147,7 @@ - $(BALSA_CFLAGS) - - --DEFS = -DG_DISABLE_DEPRECATED \ -- -DGTK_DISABLE_DEPRECATED \ -- -DGNOME_DISABLE_DEPRECATED -- -+DEFS = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = -diff -ruN balsa-2.0.14.orig/src/Makefile.in balsa-2.0.14/src/Makefile.in ---- balsa-2.0.14.orig/src/Makefile.in 2004-05-06 16:09:23.523098493 -0700 -+++ balsa-2.0.14/src/Makefile.in 2004-05-06 16:10:10.754340250 -0700 -@@ -224,10 +224,7 @@ - - BALSA_ORB_SRCLIST = orbit-glue.c - --DEFS = -DG_DISABLE_DEPRECATED \ -- -DGTK_DISABLE_DEPRECATED \ -- -DGNOME_DISABLE_DEPRECATED -- -+DEFS = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = |