diff options
author | 2012-07-29 05:07:52 +0000 | |
---|---|---|
committer | 2012-07-29 05:07:52 +0000 | |
commit | 14784f9027b6066765a26d44154f7c5785de960b (patch) | |
tree | 0d0c7470a4a7572b7092dad15d48753a69303afd /mail-client | |
parent | Stable for HPPA (bug #428212). (diff) | |
download | gentoo-2-14784f9027b6066765a26d44154f7c5785de960b.tar.gz gentoo-2-14784f9027b6066765a26d44154f7c5785de960b.tar.bz2 gentoo-2-14784f9027b6066765a26d44154f7c5785de960b.zip |
remove old ebuild
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/sylpheed/files/sylpheed-2.1-shared-mime-info.diff | 51 | ||||
-rw-r--r-- | mail-client/sylpheed/files/sylpheed-2.4-firefox.diff | 11 | ||||
-rw-r--r-- | mail-client/sylpheed/files/sylpheed-2.5-enchant.diff | 17 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.6.0.ebuild | 62 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.1.3.ebuild | 59 |
6 files changed, 7 insertions, 201 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index 86c27eaff126..a0f1a2c49785 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.312 2012/07/10 18:54:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.313 2012/07/29 05:07:52 hattya Exp $ + + 29 Jul 2012; Akinori Hattori <hattya@gentoo.org> + -files/sylpheed-2.1-shared-mime-info.diff, -files/sylpheed-2.4-firefox.diff, + -files/sylpheed-2.5-enchant.diff, -sylpheed-2.6.0.ebuild, + -sylpheed-3.1.3.ebuild: + remove old ebuild 10 Jul 2012; Brent Baude <ranger@gentoo.org> sylpheed-3.1.4.ebuild: Marking sylpheed-3.1.4 ppc64 for bug 424403 diff --git a/mail-client/sylpheed/files/sylpheed-2.1-shared-mime-info.diff b/mail-client/sylpheed/files/sylpheed-2.1-shared-mime-info.diff deleted file mode 100644 index 449b907ccd8c..000000000000 --- a/mail-client/sylpheed/files/sylpheed-2.1-shared-mime-info.diff +++ /dev/null @@ -1,51 +0,0 @@ ---- sylpheed-2.1.3.orig/libsylph/Makefile.am -+++ sylpheed-2.1.3/libsylph/Makefile.am -@@ -1,7 +1,8 @@ - - AM_CPPFLAGS = \ - -DG_LOG_DOMAIN=\"LibSylph\" \ -- -DSYSCONFDIR=\""$(sysconfdir)"\" -+ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -+ -DDATADIR=\""$(datadir)"\" - - INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) -I$(includedir) - ---- sylpheed-2.1.3.orig/libsylph/procmime.c -+++ sylpheed-2.1.3/libsylph/procmime.c -@@ -1051,6 +1051,9 @@ - g_free(dir); - mime_type_list = g_list_concat(mime_type_list, list); - -+ list = procmime_get_mime_type_list(DATADIR "/mime/globs"); -+ mime_type_list = g_list_concat(mime_type_list, list); -+ - if (!mime_type_list) { - g_warning("mime.types not found\n"); - return NULL; -@@ -1103,7 +1106,7 @@ - g_strstrip(buf); - - p = buf; -- while (*p && !g_ascii_isspace(*p)) p++; -+ while (*p && !g_ascii_isspace(*p) && *p != ':') p++; - if (*p) { - *p = '\0'; - p++; -@@ -1116,7 +1119,7 @@ - mime_type->type = g_strdup(buf); - mime_type->sub_type = g_strdup(delim + 1); - -- while (*p && g_ascii_isspace(*p)) p++; -+ while (*p && (g_ascii_isspace(*p) || *p == '*' || *p == '.')) p++; - if (*p) - mime_type->extension = g_strdup(p); - else -@@ -1128,7 +1131,7 @@ - fclose(fp); - - if (!list) -- g_warning("Can't read mime.types\n"); -+ g_warning("Can't read %s\n", file); - - return list; - } diff --git a/mail-client/sylpheed/files/sylpheed-2.4-firefox.diff b/mail-client/sylpheed/files/sylpheed-2.4-firefox.diff deleted file mode 100644 index 7e7da03940be..000000000000 --- a/mail-client/sylpheed/files/sylpheed-2.4-firefox.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- sylpheed-2.4.1.orig/libsylph/defs.h -+++ sylpheed-2.4.1/libsylph/defs.h -@@ -92,7 +92,7 @@ - /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ - /* #define DEFAULT_INC_PROGRAM "imget" */ - #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t -i" --#define DEFAULT_BROWSER_CMD "mozilla-firefox -remote 'openURL(%s,new-window)'" -+#define DEFAULT_BROWSER_CMD "firefox -remote 'openURL(%s,new-window)'" - - #ifdef _PATH_MAILDIR - # define DEFAULT_SPOOL_PATH _PATH_MAILDIR diff --git a/mail-client/sylpheed/files/sylpheed-2.5-enchant.diff b/mail-client/sylpheed/files/sylpheed-2.5-enchant.diff deleted file mode 100644 index 0501f0200feb..000000000000 --- a/mail-client/sylpheed/files/sylpheed-2.5-enchant.diff +++ /dev/null @@ -1,17 +0,0 @@ -Index: configure.in -=================================================================== ---- configure.in (revision 2022) -+++ configure.in (working copy) -@@ -266,11 +266,7 @@ - AC_MSG_RESULT(yes) - CFLAGS="$CFLAGS `$PKG_CONFIG --cflags gtkspell-2.0`" - LIBS="$LIBS `$PKG_CONFIG --libs gtkspell-2.0`" -- if $PKG_CONFIG --atleast-version 2.0.13 gtkspell-2.0 ; then -- AC_DEFINE(USE_ENCHANT, 1, Use Enchant with GtkSpell) -- elif $PKG_CONFIG --atleast-version 2.0.12 gtkspell-2.0 ; then -- LIBS="$LIBS -laspell" -- fi -+ AC_DEFINE(USE_ENCHANT, 1, Use Enchant with GtkSpell) - AC_DEFINE(USE_GTKSPELL, 1, Use GtkSpell in editor) - else - AC_MSG_RESULT(no) diff --git a/mail-client/sylpheed/sylpheed-2.6.0.ebuild b/mail-client/sylpheed/sylpheed-2.6.0.ebuild deleted file mode 100644 index c483f6019e91..000000000000 --- a/mail-client/sylpheed/sylpheed-2.6.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.6.0.ebuild,v 1.13 2012/05/26 08:19:00 hattya Exp $ - -EAPI="4" - -inherit autotools eutils - -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.sraoss.jp/" -SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="crypt ipv6 ldap nls pda spell ssl xface" - -CDEPEND="x11-libs/gtk+:2 - nls? ( sys-devel/gettext ) - crypt? ( app-crypt/gpgme ) - ldap? ( net-nds/openldap ) - pda? ( app-pda/jpilot ) - spell? ( app-text/gtkspell:2 ) - ssl? ( dev-libs/openssl )" -RDEPEND="${CDEPEND} - app-misc/mime-types - x11-misc/shared-mime-info" -DEPEND="${CDEPEND} - virtual/pkgconfig - xface? ( media-libs/compface )" - -AT_M4DIR="ac" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.[145]-*.diff - epatch "${FILESDIR}"/${PN}-r3033.diff - use crypt || cp ac/missing/gpgme.m4 ac - eautoreconf -} - -src_configure() { - local htmldir=/usr/share/doc/${PF}/html - econf \ - $(use_enable crypt gpgme) \ - $(use_enable ipv6) \ - $(use_enable ldap) \ - $(use_enable nls) \ - $(use_enable pda jpilot) \ - $(use_enable spell gtkspell) \ - $(use_enable ssl) \ - $(use_enable xface compface) \ - --with-manualdir=${htmldir}/manual \ - --with-faqdir=${htmldir}/faq -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog* NEWS* README* TODO* - - doicon *.png - domenu *.desktop -} diff --git a/mail-client/sylpheed/sylpheed-3.1.3.ebuild b/mail-client/sylpheed/sylpheed-3.1.3.ebuild deleted file mode 100644 index 65394145c6ed..000000000000 --- a/mail-client/sylpheed/sylpheed-3.1.3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.3.ebuild,v 1.5 2012/07/01 14:16:48 hattya Exp $ - -EAPI="4" - -inherit eutils - -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.sraoss.jp/" -SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface" - -CDEPEND="x11-libs/gtk+:2 - nls? ( sys-devel/gettext ) - crypt? ( app-crypt/gpgme ) - ldap? ( net-nds/openldap ) - oniguruma? ( dev-libs/oniguruma ) - pda? ( app-pda/jpilot ) - spell? ( app-text/gtkspell:2 ) - ssl? ( dev-libs/openssl )" -RDEPEND="${CDEPEND} - app-misc/mime-types - net-misc/curl" -DEPEND="${CDEPEND} - virtual/pkgconfig - xface? ( media-libs/compface )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-r3033.diff -} - -src_configure() { - local htmldir=/usr/share/doc/${PF}/html - econf \ - $(use_enable crypt gpgme) \ - $(use_enable ipv6) \ - $(use_enable ldap) \ - $(use_enable oniguruma) \ - $(use_enable pda jpilot) \ - $(use_enable spell gtkspell) \ - $(use_enable ssl) \ - $(use_enable xface compface) \ - --with-manualdir=${htmldir}/manual \ - --with-faqdir=${htmldir}/faq \ - --disable-updatecheck -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog* NEWS* README* TODO* - - doicon *.png - domenu *.desktop -} |