[arch-commits] Commit in gmime/repos/extra-x86_64 (4 files)

2020-05-11 Thread Allan McRae via arch-commits
Date: Monday, May 11, 2020 @ 06:07:52
  Author: allan
Revision: 383158

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/0001-Avoid-non-UTF-8-code.patch
(from rev 383157, gmime/trunk/0001-Avoid-non-UTF-8-code.patch)
  gmime/repos/extra-x86_64/PKGBUILD
(from rev 383157, gmime/trunk/PKGBUILD)
Deleted:
  gmime/repos/extra-x86_64/0001-Avoid-non-UTF-8-code.patch
  gmime/repos/extra-x86_64/PKGBUILD

-+
 0001-Avoid-non-UTF-8-code.patch |  220 +++---
 PKGBUILD|  105 --
 2 files changed, 162 insertions(+), 163 deletions(-)

Deleted: 0001-Avoid-non-UTF-8-code.patch
===
--- 0001-Avoid-non-UTF-8-code.patch 2020-05-11 06:04:33 UTC (rev 383157)
+++ 0001-Avoid-non-UTF-8-code.patch 2020-05-11 06:07:52 UTC (rev 383158)
@@ -1,110 +0,0 @@
-From 864f03034d9af34386cd854d105c9bddbc06ab3a Mon Sep 17 00:00:00 2001
-Message-Id: 
<864f03034d9af34386cd854d105c9bddbc06ab3a.1511519809.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Fri, 24 Nov 2017 11:36:33 +0100
-Subject: [PATCH] Avoid non-UTF-8 code
-

- gmime/gmime-filter-charset.c |  4 ++--
- gmime/gmime-iconv-utils.c|  4 ++--
- tests/test-iconv.c   | 48 ++--
- 3 files changed, 28 insertions(+), 28 deletions(-)
-
-diff --git a/gmime/gmime-filter-charset.c b/gmime/gmime-filter-charset.c
-index 052268e15c519af0..023823cf8a1251e9 100644
 a/gmime/gmime-filter-charset.c
-+++ b/gmime/gmime-filter-charset.c
-@@ -243,8 +243,8 @@ filter_complete (GMimeFilter *filter, char *in, size_t 
len, size_t prespace,
-   inleft--;
-   } else if (errno == EINVAL) {
-   /*
--   * EINVAL  An  incomplete  multibyte sequence 
has been encoun�
--   * tered in the input.
-+   * EINVAL  An  incomplete  multibyte sequence 
has been
-+   * encountered in the input.
-*
-* We assume that this can only happen if we've 
run out of
-* bytes for a multibyte sequence, if not we're 
in trouble.
-diff --git a/gmime/gmime-iconv-utils.c b/gmime/gmime-iconv-utils.c
-index 94ddf36e2554493e..a6a874e8218c08f6 100644
 a/gmime/gmime-iconv-utils.c
-+++ b/gmime/gmime-iconv-utils.c
-@@ -132,8 +132,8 @@ g_mime_iconv_strndup (iconv_t cd, const char *str, size_t 
n)
-   converted = iconv (cd, (char **) , , , 
);
-   if (converted != (size_t) -1 || errno == EINVAL) {
-   /*
--   * EINVAL  An  incomplete  multibyte sequence has been 
encoun�
--   * tered in the input.
-+   * EINVAL  An  incomplete  multibyte sequence has been
-+   * encountered in the input.
-*
-* We'll just have to ignore it...
-*/
-diff --git a/tests/test-iconv.c b/tests/test-iconv.c
-index c1eaab821963f703..8f04f918c8a73925 100644
 a/tests/test-iconv.c
-+++ b/tests/test-iconv.c
-@@ -111,36 +111,36 @@ struct {
-   const char *charset;
- } tests[] = {
-   { "Ətraflı", "utf-8" },/* az */
--  { "�� ��", "windows-cp1251" },  /* bg */
--  { "C�njuge", "iso-8859-1" },/* ca */
--  { "Avanceret s�gning", "iso-8859-1" },  /* da */
--  { "L�schen", "iso-8859-1" },/* de */
-+  { "\xc4\xee\xe1\xe0\xe2\xe8 \xd3\xf1\xeb\xf3\xe3\xe0", "windows-cp1251" 
},  /* bg */
-+  { "C\xf2njuge", "iso-8859-1" },/* ca */
-+  { "Avanceret s\xf8gning", "iso-8859-1" },  /* da */
-+  { "L\xf6schen", "iso-8859-1" },/* de */
-   { "some text", "iso-8859-1" },  /* en */
--  { "p�iv��", "iso-8859-15" },/* fi */
--  { "Modifi�", "iso-8859-1" },/* fr */
--  { "Tid�al", "iso-8859-1" }, /* ga */
--  { "F�brica", "iso-8859-1" },/* gl */
--  { "Szem-B�lyh�v�-A ", "iso-8859-2" },/* hu */
--  { "Non c'� corrispondenza", "iso-8859-1" }, /* it */
--  { "$(B>e5i8!:w(B", "euc-jp" },   /* ja */
--  { "$(C0m1^(B $(C0K;v(B", "euc-kr" },  /* ko */
--  { "I�sami paie�ka", "iso-8859-13" },/* lt */
--  { "Papla�in�t� Mekl��ana", "iso-8859-13" }, /* lv */
--  { "Kopi�ren", "iso-8859-15" },  /* nl */
--  { "�ydelagd S�k", "iso-8859-1" },   /* nn */
--  { "Avansert s�k", "iso-8859-1" },   /* no */
--  { "-B�r�d�a-A ksi-B��ki-A adresowej", 

[arch-commits] Commit in gmime/repos/extra-x86_64 (3 files)

2017-11-24 Thread Jan Steffens
Date: Friday, November 24, 2017 @ 11:05:14
  Author: heftig
Revision: 310778

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/0001-Avoid-non-UTF-8-code.patch
(from rev 310777, gmime/trunk/0001-Avoid-non-UTF-8-code.patch)
  gmime/repos/extra-x86_64/PKGBUILD
(from rev 310777, gmime/trunk/PKGBUILD)
Deleted:
  gmime/repos/extra-x86_64/PKGBUILD

-+
 0001-Avoid-non-UTF-8-code.patch |  110 ++
 PKGBUILD|  103 ++-
 2 files changed, 163 insertions(+), 50 deletions(-)

Copied: gmime/repos/extra-x86_64/0001-Avoid-non-UTF-8-code.patch (from rev 
310777, gmime/trunk/0001-Avoid-non-UTF-8-code.patch)
===
--- 0001-Avoid-non-UTF-8-code.patch (rev 0)
+++ 0001-Avoid-non-UTF-8-code.patch 2017-11-24 11:05:14 UTC (rev 310778)
@@ -0,0 +1,110 @@
+From 864f03034d9af34386cd854d105c9bddbc06ab3a Mon Sep 17 00:00:00 2001
+Message-Id: 
<864f03034d9af34386cd854d105c9bddbc06ab3a.1511519809.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 24 Nov 2017 11:36:33 +0100
+Subject: [PATCH] Avoid non-UTF-8 code
+
+---
+ gmime/gmime-filter-charset.c |  4 ++--
+ gmime/gmime-iconv-utils.c|  4 ++--
+ tests/test-iconv.c   | 48 ++--
+ 3 files changed, 28 insertions(+), 28 deletions(-)
+
+diff --git a/gmime/gmime-filter-charset.c b/gmime/gmime-filter-charset.c
+index 052268e15c519af0..023823cf8a1251e9 100644
+--- a/gmime/gmime-filter-charset.c
 b/gmime/gmime-filter-charset.c
+@@ -243,8 +243,8 @@ filter_complete (GMimeFilter *filter, char *in, size_t 
len, size_t prespace,
+   inleft--;
+   } else if (errno == EINVAL) {
+   /*
+-   * EINVAL  An  incomplete  multibyte sequence 
has been encoun�
+-   * tered in the input.
++   * EINVAL  An  incomplete  multibyte sequence 
has been
++   * encountered in the input.
+*
+* We assume that this can only happen if we've 
run out of
+* bytes for a multibyte sequence, if not we're 
in trouble.
+diff --git a/gmime/gmime-iconv-utils.c b/gmime/gmime-iconv-utils.c
+index 94ddf36e2554493e..a6a874e8218c08f6 100644
+--- a/gmime/gmime-iconv-utils.c
 b/gmime/gmime-iconv-utils.c
+@@ -132,8 +132,8 @@ g_mime_iconv_strndup (iconv_t cd, const char *str, size_t 
n)
+   converted = iconv (cd, (char **) , , , 
);
+   if (converted != (size_t) -1 || errno == EINVAL) {
+   /*
+-   * EINVAL  An  incomplete  multibyte sequence has been 
encoun�
+-   * tered in the input.
++   * EINVAL  An  incomplete  multibyte sequence has been
++   * encountered in the input.
+*
+* We'll just have to ignore it...
+*/
+diff --git a/tests/test-iconv.c b/tests/test-iconv.c
+index c1eaab821963f703..8f04f918c8a73925 100644
+--- a/tests/test-iconv.c
 b/tests/test-iconv.c
+@@ -111,36 +111,36 @@ struct {
+   const char *charset;
+ } tests[] = {
+   { "Ətraflı", "utf-8" },/* az */
+-  { "�� ��", "windows-cp1251" },  /* bg */
+-  { "C�njuge", "iso-8859-1" },/* ca */
+-  { "Avanceret s�gning", "iso-8859-1" },  /* da */
+-  { "L�schen", "iso-8859-1" },/* de */
++  { "\xc4\xee\xe1\xe0\xe2\xe8 \xd3\xf1\xeb\xf3\xe3\xe0", "windows-cp1251" 
},  /* bg */
++  { "C\xf2njuge", "iso-8859-1" },/* ca */
++  { "Avanceret s\xf8gning", "iso-8859-1" },  /* da */
++  { "L\xf6schen", "iso-8859-1" },/* de */
+   { "some text", "iso-8859-1" },  /* en */
+-  { "p�iv��", "iso-8859-15" },/* fi */
+-  { "Modifi�", "iso-8859-1" },/* fr */
+-  { "Tid�al", "iso-8859-1" }, /* ga */
+-  { "F�brica", "iso-8859-1" },/* gl */
+-  { "Szem-B�lyh�v�-A ", "iso-8859-2" },/* hu */
+-  { "Non c'� corrispondenza", "iso-8859-1" }, /* it */
+-  { "$(B>e5i8!:w(B", "euc-jp" },   /* ja */
+-  { "$(C0m1^(B $(C0K;v(B", "euc-kr" },  /* ko */
+-  { "I�sami paie�ka", "iso-8859-13" },/* lt */
+-  { "Papla�in�t� Mekl��ana", "iso-8859-13" }, /* lv */
+-  { "Kopi�ren", "iso-8859-15" },  /* nl */
+-  { "�ydelagd S�k", "iso-8859-1" },   /* nn */
+-  { "Avansert s�k", "iso-8859-1" },   

[arch-commits] Commit in gmime/repos (extra-x86_64)

2011-06-15 Thread Ionut Biru
Date: Wednesday, June 15, 2011 @ 10:37:45
  Author: ibiru
Revision: 127469

archrelease: remove extra-x86_64

Deleted:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2011-06-15 Thread Ionut Biru
Date: Wednesday, June 15, 2011 @ 10:38:00
  Author: ibiru
Revision: 127470

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2011-03-07 Thread Jan Steffens
Date: Tuesday, March 8, 2011 @ 02:02:49
  Author: heftig
Revision: 113010

archrelease: remove extra-x86_64

Deleted:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2011-03-07 Thread Jan Steffens
Date: Tuesday, March 8, 2011 @ 02:03:02
  Author: heftig
Revision: 113011

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2011-01-30 Thread Ionut Biru
Date: Sunday, January 30, 2011 @ 07:23:23
  Author: ibiru
Revision: 108163

archrelease: remove extra-x86_64

Deleted:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2011-01-30 Thread Ionut Biru
Date: Sunday, January 30, 2011 @ 07:23:35
  Author: ibiru
Revision: 108164

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-12-07 Thread Jan de Groot
Date: Tuesday, December 7, 2010 @ 09:20:30
  Author: jgc
Revision: 102371

archrelease: remove extra-x86_64

Deleted:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-12-07 Thread Jan de Groot
Date: Tuesday, December 7, 2010 @ 09:20:49
  Author: jgc
Revision: 102372

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-09-13 Thread Jan de Groot
Date: Monday, September 13, 2010 @ 07:57:33
  Author: jgc
Revision: 90560

archrelease: remove extra-x86_64

Deleted:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-09-13 Thread Jan de Groot
Date: Monday, September 13, 2010 @ 07:57:40
  Author: jgc
Revision: 90561

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-09-13 Thread Jan de Groot
Date: Monday, September 13, 2010 @ 10:33:18
  Author: jgc
Revision: 90585

archrelease: remove extra-x86_64

Deleted:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-09-13 Thread Jan de Groot
Date: Monday, September 13, 2010 @ 10:33:25
  Author: jgc
Revision: 90586

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-05-20 Thread Ionut Biru
Date: Thursday, May 20, 2010 @ 08:24:02
  Author: ibiru
Revision: 80607

archrelease: remove extra-x86_64

Deleted:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-05-20 Thread Ionut Biru
Date: Thursday, May 20, 2010 @ 08:24:18
  Author: ibiru
Revision: 80608

archrelease: copy trunk to extra-x86_64

Added:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64)

2010-03-28 Thread Jan de Groot
Date: Sunday, March 28, 2010 @ 13:52:09
  Author: jgc
Revision: 73804

archrelease: remove extra-x86_64

Deleted:
  gmime/repos/extra-x86_64/



[arch-commits] Commit in gmime/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 18:11:31
  Author: jgc
Revision: 66363

Merged revisions 66361 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gmime/trunk


  r66361 | jgc | 2010-01-31 00:10:58 +0100 (Sun, 31 Jan 2010) | 2 lines
  
  upgpkg: gmime 2.4.14-1
  Update to 2.4.14


Modified:
  gmime/repos/extra-x86_64/ (properties)
  gmime/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)


Property changes on: gmime/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /gmime/trunk:1-54840
   + /gmime/trunk:1-66362

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-30 23:11:11 UTC (rev 66362)
+++ extra-x86_64/PKGBUILD   2010-01-30 23:11:31 UTC (rev 66363)
@@ -3,29 +3,29 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gmime
-pkgver=2.4.10
+pkgver=2.4.14
 pkgrel=1
 pkgdesc=Core mime parsing library
 arch=(i686 x86_64)
 license=('GPL')
 url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2=2.22.2' 'zlib')
+depends=('glib2=2.22.4' 'zlib')
 makedepends=('gtk-sharp-2=2.12.8' 'pkgconfig')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('59c71aa8d0f06c66f863bc0462868237a770ce30d1402af2515235fa41db51ca')
+sha256sums=('33429ba7d322d7255e00ae0c52b6e553406b993f56df2569af7a0c31604da77c')
 
 build() {
   # get rid of that .wapi errors in fakeroot
   export MONO_SHARED_DIR=${srcdir}/weird
   mkdir -p ${MONO_SHARED_DIR}
 
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 
   # These are gmime alternatives for the same shareutils tools
-  mv ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/guuencode || return 1
-  mv ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/bin/guudecode || return 1
+  mv ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/guuencode || return 1
+  mv ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/bin/guudecode || return 1
 }