diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-30 22:50:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-30 22:50:29 +0000 |
commit | a28b4d98f1f56a77275834daf2d3a2bc8dbf4dfe (patch) | |
tree | 88c0a36b9953f3d6a78fb0d392acb782f5d1f2db /app-pda | |
parent | move from jpilot-Mail (diff) | |
download | historical-a28b4d98f1f56a77275834daf2d3a2bc8dbf4dfe.tar.gz historical-a28b4d98f1f56a77275834daf2d3a2bc8dbf4dfe.tar.bz2 historical-a28b4d98f1f56a77275834daf2d3a2bc8dbf4dfe.zip |
moved to jpilot-mail
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/jpilot-Mail/ChangeLog | 18 | ||||
-rw-r--r-- | app-pda/jpilot-Mail/Manifest | 5 | ||||
-rw-r--r-- | app-pda/jpilot-Mail/files/jpilot-Mail-0.1.7.patch | 172 | ||||
-rw-r--r-- | app-pda/jpilot-Mail/jpilot-Mail-0.1.7.ebuild | 44 | ||||
-rw-r--r-- | app-pda/jpilot-Mail/metadata.xml | 5 |
5 files changed, 0 insertions, 244 deletions
diff --git a/app-pda/jpilot-Mail/ChangeLog b/app-pda/jpilot-Mail/ChangeLog deleted file mode 100644 index 2850a080cff8..000000000000 --- a/app-pda/jpilot-Mail/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for app-pda/jpilot-Mail -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-Mail/ChangeLog,v 1.3 2011/03/24 07:24:10 ssuominen Exp $ - - 24 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> jpilot-Mail-0.1.7.ebuild: - Use SLOT dependencies for x11-libs/gtk+. - - 13 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> - jpilot-Mail-0.1.7.ebuild: - Upstream doc/Makefile.am is using datadir instead of docdir or htmldir for - .html manual path wrt #246924 by Diego E. Pettenò. - -*jpilot-Mail-0.1.7 (18 Sep 2007) - - 18 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> - +files/jpilot-Mail-0.1.7.patch, +metadata.xml, +jpilot-Mail-0.1.7.ebuild: - Initial ebuild based upon bug 86017. Thanks to Serhij S. Stasyuk. - diff --git a/app-pda/jpilot-Mail/Manifest b/app-pda/jpilot-Mail/Manifest deleted file mode 100644 index 4d2a36ade463..000000000000 --- a/app-pda/jpilot-Mail/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX jpilot-Mail-0.1.7.patch 5399 RMD160 30145afa7e0a0e6f5204d24b050c0e58ed34c8ee SHA1 b5b4ce21e003ab79be75563f5bb88af70297a619 SHA256 2c3e37f10589db3f04fefa2b82cdb4b7f695d6a6770d141b35c913f1a39890f7 -DIST jpilot-Mail-0.1.7.tar.gz 481041 RMD160 95390bbcd73658561f1a91e83cd65f641e654424 SHA1 46a4e2e05e78c7212be5f2e49cf247d7375c4734 SHA256 99169a74564053ef6c62da1738951570fcb3fcc044276f7040d334f553966bbe -EBUILD jpilot-Mail-0.1.7.ebuild 1010 RMD160 23c826c6948945e162f5c8a10c9d6f0256526ec2 SHA1 5019a1df77b7609352ba01a292dfc62e27344673 SHA256 fb0792b138e411bd3ed140561a13bf12074185950782f2e3b0bc4089cda01b29 -MISC ChangeLog 786 RMD160 7ec7012e15975e466bc9f0fcc3f26b14618a05a8 SHA1 bdf5b671c36798c39bbdb7cc121016073d163e21 SHA256 a1061310b271523accc9e72af58c4e25ce7418c82d828963c52f85fd6709e24d -MISC metadata.xml 156 RMD160 6a6d0f6bfe83e3a54c2d72444564ed6ab19857fe SHA1 5b9cb277159d763c133920e483df8d3d587cf7e2 SHA256 7f72b73f6e0d6e26603d85e52cca524711faddf6b516640104c3b82aab4754fb diff --git a/app-pda/jpilot-Mail/files/jpilot-Mail-0.1.7.patch b/app-pda/jpilot-Mail/files/jpilot-Mail-0.1.7.patch deleted file mode 100644 index 829c455a6bf5..000000000000 --- a/app-pda/jpilot-Mail/files/jpilot-Mail-0.1.7.patch +++ /dev/null @@ -1,172 +0,0 @@ -diff -Nru jpilot-Mail-0.1.7.orig/src/connect.c jpilot-Mail-0.1.7/src/connect.c ---- jpilot-Mail-0.1.7.orig/src/connect.c 2003-01-11 17:52:28.000000000 +0200 -+++ jpilot-Mail-0.1.7/src/connect.c 2007-01-02 11:43:09.000000000 +0200 -@@ -24,7 +24,7 @@ - if(inet_aton(ip, &ia)){ - mxip_addr mxip; - -- mxip.name = g_strdup(ip); -+ mxip.name = (guchar*)g_strdup(ip); - mxip.pref = 0; - mxip.ip = (guint32) *(guint32 *)(&ia); - list = g_list_append(list, g_memdup(&mxip, sizeof(mxip))); -diff -Nru jpilot-Mail-0.1.7.orig/src/lookup.c jpilot-Mail-0.1.7/src/lookup.c ---- jpilot-Mail-0.1.7.orig/src/lookup.c 2002-06-27 21:36:26.000000000 +0300 -+++ jpilot-Mail-0.1.7/src/lookup.c 2007-01-02 11:43:48.000000000 +0200 -@@ -325,7 +325,7 @@ - mxip_addr mxip; - mxip.ip = *(guint32 *)(haddr); - mxip.pref = 0; -- mxip.name = g_strdup(hent->h_name); -+ mxip.name = (guchar*)g_strdup(hent->h_name); - list = g_list_append(list, g_memdup(&mxip, sizeof(mxip))); - } - } -diff -Nru jpilot-Mail-0.1.7.orig/src/mail.c jpilot-Mail-0.1.7/src/mail.c ---- jpilot-Mail-0.1.7.orig/src/mail.c 2004-07-18 21:06:42.000000000 +0300 -+++ jpilot-Mail-0.1.7/src/mail.c 2007-01-02 12:15:30.000000000 +0200 -@@ -56,7 +56,7 @@ - static int show_category = 0; - static int glob_row_selected; - --static struct MyMail *glob_mymail_list = NULL; -+struct MyMail *glob_mymail_list = NULL; - - struct Preferences prefs; - struct MailSyncPref mailSyncPref; -@@ -75,6 +75,8 @@ - *minor_version = 99; - } - -+void multibyte_safe_strncpy(char *dst, char *src, size_t len); -+ - static void free_mymail_list(struct MyMail **ppM) - { - struct MyMail *pM, *next_pM; -@@ -195,7 +197,7 @@ - if (fptr) - { - gchar *line = NULL; -- gint line_size = 0; -+ size_t line_size = 0; - - while (!feof(fptr)) - { -@@ -1001,7 +1003,7 @@ - - if (size > 0) - { -- char *buf = g_malloc(size); -+ unsigned char *buf = g_malloc(size); - - if (buf) - { -@@ -1030,7 +1032,7 @@ - if (size > 0) - { - buf_rec br; -- char *buf = g_malloc(size); -+ unsigned char *buf = g_malloc(size); - - if (buf) - { -@@ -1212,7 +1214,7 @@ - - temp_str = malloc((len = strlen(mai.category.name[i])*2+1)); - multibyte_safe_strncpy(temp_str, mai.category.name[i], len); -- jp_charset_p2j(temp_str, len); -+ jp_charset_p2j((unsigned char *)temp_str, len); - categories[i] = temp_str; - } - categories[i] = NULL; -diff -Nru jpilot-Mail-0.1.7.orig/src/mail_get.c jpilot-Mail-0.1.7/src/mail_get.c ---- jpilot-Mail-0.1.7.orig/src/mail_get.c 2004-07-18 20:31:28.000000000 +0300 -+++ jpilot-Mail-0.1.7/src/mail_get.c 2007-01-02 12:16:29.000000000 +0200 -@@ -68,7 +68,7 @@ - { - GList *id_list = NULL; - gchar *line = NULL; -- gint line_size = 0; -+ size_t line_size = 0; - - while (!feof(fptr)) - { -@@ -179,7 +179,7 @@ - { - FILE *in; - char *line = NULL; -- gint line_size = 0; -+ size_t line_size = 0; - GList *id_list = read_msgids(); - - // conf.debug_level = 5; -diff -Nru jpilot-Mail-0.1.7.orig/src/mail_send.c jpilot-Mail-0.1.7/src/mail_send.c ---- jpilot-Mail-0.1.7.orig/src/mail_send.c 2004-04-29 20:27:48.000000000 +0300 -+++ jpilot-Mail-0.1.7/src/mail_send.c 2007-01-02 12:16:58.000000000 +0200 -@@ -233,7 +233,7 @@ - - if (pMail->mail.body != NULL) - { -- guchar *p = pMail->mail.body; -+ gchar *p = pMail->mail.body; - - while (*p) - { -diff -Nru jpilot-Mail-0.1.7.orig/src/mbox.c jpilot-Mail-0.1.7/src/mbox.c ---- jpilot-Mail-0.1.7.orig/src/mbox.c 2004-04-17 19:24:15.000000000 +0300 -+++ jpilot-Mail-0.1.7/src/mbox.c 2007-01-02 11:49:55.000000000 +0200 -@@ -25,7 +25,8 @@ - gboolean mbox_read(message * msg, FILE * in, gchar ** from_line, int max_size) - { - gchar *line = NULL; -- gint line_size = 0, line_cnt = 0; -+// gint line_size = 0, line_cnt = 0; -+ size_t line_size = 0; - gint data_size = 0; - gboolean in_headers = TRUE; - int l_no = 1; -@@ -91,7 +92,7 @@ - msg->data_list = g_list_append(msg->data_list, g_strdup(line)); - data_size += strlen(line); - } -- line_cnt++; -+// line_cnt++; - } - } - -diff -Nru jpilot-Mail-0.1.7.orig/src/smtp_out.c jpilot-Mail-0.1.7/src/smtp_out.c ---- jpilot-Mail-0.1.7.orig/src/smtp_out.c 2003-01-11 17:52:28.000000000 +0200 -+++ jpilot-Mail-0.1.7/src/smtp_out.c 2007-01-02 12:11:27.000000000 +0200 -@@ -66,7 +66,7 @@ - gchar *set_heloname(smtp_base *psb, gchar *default_name, gboolean do_correct) - { - struct sockaddr_in sname; -- int len = sizeof(struct sockaddr_in); -+ socklen_t len = sizeof(struct sockaddr_in); - struct hostent *host_entry; - - if(do_correct){ -@@ -479,11 +479,11 @@ - if((addr = connect_resolvelist(&sock, host, port, resolve_list))){ - /* create structure to hold status data: */ - psb = create_smtpbase(sock); -- psb->remote_host = addr->name; -+ psb->remote_host = (gchar*)addr->name; - - DEBUG(5){ - struct sockaddr_in name; -- int len = sizeof(struct sockaddr); -+ socklen_t len = sizeof(struct sockaddr); - getsockname(sock, (struct sockaddr *)(&name), &len); - debugf("socket: name.sin_addr = %s\n", inet_ntoa(name.sin_addr)); - } -diff -Nru jpilot-Mail-0.1.7.orig/src/utils.h jpilot-Mail-0.1.7/src/utils.h ---- jpilot-Mail-0.1.7.orig/src/utils.h 2002-06-27 21:36:26.000000000 +0300 -+++ jpilot-Mail-0.1.7/src/utils.h 2007-01-02 11:28:45.000000000 +0200 -@@ -21,4 +21,6 @@ - - int get_home_file_name(char *file, char *full_name, int max_size); - -+extern void multibyte_safe_strncpy(char *dst, char *src, size_t len); -+ - #endif diff --git a/app-pda/jpilot-Mail/jpilot-Mail-0.1.7.ebuild b/app-pda/jpilot-Mail/jpilot-Mail-0.1.7.ebuild deleted file mode 100644 index e0f8f8b5d6b9..000000000000 --- a/app-pda/jpilot-Mail/jpilot-Mail-0.1.7.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-Mail/jpilot-Mail-0.1.7.ebuild,v 1.4 2011/03/24 07:24:10 ssuominen Exp $ - -EAPI=2 -inherit eutils multilib - -DESCRIPTION="jpilot-Mail is a jpilot plugin to deliver mail from the pilot and upload mail to it." -HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/" -SRC_URI="http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - >=app-pda/jpilot-0.99.7-r1" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}.patch -} - -src_configure() { - econf \ - --enable-gtk2 -} - -src_compile() { - emake -j1 || die -} - -src_install() { - emake DESTDIR="${D}" \ - datadir="/usr/share/doc/${PF}/html" \ - libdir="/usr/$(get_libdir)/jpilot/plugins" \ - install || die - - dodoc AUTHORS ChangeLog README TODO - - find "${D}" -name '*.la' -delete -} diff --git a/app-pda/jpilot-Mail/metadata.xml b/app-pda/jpilot-Mail/metadata.xml deleted file mode 100644 index 228404d3a4b2..000000000000 --- a/app-pda/jpilot-Mail/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>pda</herd> -</pkgmetadata> |