Date: Monday, September 5, 2016 @ 12:56:38
  Author: spupykin
Revision: 188572

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnubiff/repos/community-i686/PKGBUILD
    (from rev 188571, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-i686/mutex.patch
    (from rev 188571, gnubiff/trunk/mutex.patch)
  gnubiff/repos/community-x86_64/PKGBUILD
    (from rev 188571, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-x86_64/mutex.patch
    (from rev 188571, gnubiff/trunk/mutex.patch)
Deleted:
  gnubiff/repos/community-i686/PKGBUILD
  gnubiff/repos/community-i686/mutex.patch
  gnubiff/repos/community-x86_64/PKGBUILD
  gnubiff/repos/community-x86_64/mutex.patch

------------------------------+
 /PKGBUILD                    |   70 +++++++++++++++++++++++++++++++++++++++++
 /mutex.patch                 |   26 +++++++++++++++
 community-i686/PKGBUILD      |   35 --------------------
 community-i686/mutex.patch   |   13 -------
 community-x86_64/PKGBUILD    |   35 --------------------
 community-x86_64/mutex.patch |   13 -------
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-09-05 12:56:21 UTC (rev 188571)
+++ community-i686/PKGBUILD     2016-09-05 12:56:38 UTC (rev 188572)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Tom K <[email protected]>
-# Contributor: Todd Musall <[email protected]>
-
-pkgname=gnubiff
-pkgver=2.2.16
-pkgrel=4
-pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
-arch=('i686' 'x86_64')
-url="http://gnubiff.sourceforge.net/";
-license=("GPL")
-depends=('gtk3' 'popt')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
-       mutex.patch)
-md5sums=('f908510bf3d9b38f883dc5873b09f99c'
-         '76de63fbc4a1487560cfae210fc1d6e4')
-
-prepare() {
-  cd $srcdir/gnubiff-$pkgver
-  patch -p1 <$srcdir/mutex.patch
-}
-
-build() {
-  cd $srcdir/gnubiff-$pkgver
-  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
-       --disable-fam --disable-gnome
-  make
-}
-
-package() {
-  cd $srcdir/gnubiff-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnubiff/repos/community-i686/PKGBUILD (from rev 188571, 
gnubiff/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-09-05 12:56:38 UTC (rev 188572)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Tom K <[email protected]>
+# Contributor: Todd Musall <[email protected]>
+
+pkgname=gnubiff
+pkgver=2.2.17
+pkgrel=1
+pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
+arch=('i686' 'x86_64')
+url="http://gnubiff.sourceforge.net/";
+license=("GPL")
+depends=('gtk3' 'popt')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
+       mutex.patch)
+md5sums=('6371ca2986efdaf1e47bc5a44249513a'
+         '76de63fbc4a1487560cfae210fc1d6e4')
+
+prepare() {
+  cd $srcdir/gnubiff-$pkgver
+#  patch -p1 <$srcdir/mutex.patch
+}
+
+build() {
+  cd $srcdir/gnubiff-$pkgver
+  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
+       --disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gnubiff-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/mutex.patch
===================================================================
--- community-i686/mutex.patch  2016-09-05 12:56:21 UTC (rev 188571)
+++ community-i686/mutex.patch  2016-09-05 12:56:38 UTC (rev 188572)
@@ -1,13 +0,0 @@
-diff --git a/src/mailbox.cc b/src/mailbox.cc
-index 0fa4af3..23b29a9 100644
---- a/src/mailbox.cc
-+++ b/src/mailbox.cc
-@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
-       g_mutex_unlock (mutex_);
- 
-       // Free all mutexes
--      g_mutex_unlock (mutex_);
-+      g_mutex_free (mutex_);
-       g_mutex_lock (monitor_mutex_);
-       g_mutex_unlock (monitor_mutex_);
-       g_mutex_free (monitor_mutex_);

Copied: gnubiff/repos/community-i686/mutex.patch (from rev 188571, 
gnubiff/trunk/mutex.patch)
===================================================================
--- community-i686/mutex.patch                          (rev 0)
+++ community-i686/mutex.patch  2016-09-05 12:56:38 UTC (rev 188572)
@@ -0,0 +1,13 @@
+diff --git a/src/mailbox.cc b/src/mailbox.cc
+index 0fa4af3..23b29a9 100644
+--- a/src/mailbox.cc
++++ b/src/mailbox.cc
+@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
+       g_mutex_unlock (mutex_);
+ 
+       // Free all mutexes
+-      g_mutex_unlock (mutex_);
++      g_mutex_free (mutex_);
+       g_mutex_lock (monitor_mutex_);
+       g_mutex_unlock (monitor_mutex_);
+       g_mutex_free (monitor_mutex_);

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-09-05 12:56:21 UTC (rev 188571)
+++ community-x86_64/PKGBUILD   2016-09-05 12:56:38 UTC (rev 188572)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Tom K <[email protected]>
-# Contributor: Todd Musall <[email protected]>
-
-pkgname=gnubiff
-pkgver=2.2.16
-pkgrel=4
-pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
-arch=('i686' 'x86_64')
-url="http://gnubiff.sourceforge.net/";
-license=("GPL")
-depends=('gtk3' 'popt')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
-       mutex.patch)
-md5sums=('f908510bf3d9b38f883dc5873b09f99c'
-         '76de63fbc4a1487560cfae210fc1d6e4')
-
-prepare() {
-  cd $srcdir/gnubiff-$pkgver
-  patch -p1 <$srcdir/mutex.patch
-}
-
-build() {
-  cd $srcdir/gnubiff-$pkgver
-  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
-       --disable-fam --disable-gnome
-  make
-}
-
-package() {
-  cd $srcdir/gnubiff-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnubiff/repos/community-x86_64/PKGBUILD (from rev 188571, 
gnubiff/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-05 12:56:38 UTC (rev 188572)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Tom K <[email protected]>
+# Contributor: Todd Musall <[email protected]>
+
+pkgname=gnubiff
+pkgver=2.2.17
+pkgrel=1
+pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
+arch=('i686' 'x86_64')
+url="http://gnubiff.sourceforge.net/";
+license=("GPL")
+depends=('gtk3' 'popt')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
+       mutex.patch)
+md5sums=('6371ca2986efdaf1e47bc5a44249513a'
+         '76de63fbc4a1487560cfae210fc1d6e4')
+
+prepare() {
+  cd $srcdir/gnubiff-$pkgver
+#  patch -p1 <$srcdir/mutex.patch
+}
+
+build() {
+  cd $srcdir/gnubiff-$pkgver
+  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
+       --disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gnubiff-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/mutex.patch
===================================================================
--- community-x86_64/mutex.patch        2016-09-05 12:56:21 UTC (rev 188571)
+++ community-x86_64/mutex.patch        2016-09-05 12:56:38 UTC (rev 188572)
@@ -1,13 +0,0 @@
-diff --git a/src/mailbox.cc b/src/mailbox.cc
-index 0fa4af3..23b29a9 100644
---- a/src/mailbox.cc
-+++ b/src/mailbox.cc
-@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
-       g_mutex_unlock (mutex_);
- 
-       // Free all mutexes
--      g_mutex_unlock (mutex_);
-+      g_mutex_free (mutex_);
-       g_mutex_lock (monitor_mutex_);
-       g_mutex_unlock (monitor_mutex_);
-       g_mutex_free (monitor_mutex_);

Copied: gnubiff/repos/community-x86_64/mutex.patch (from rev 188571, 
gnubiff/trunk/mutex.patch)
===================================================================
--- community-x86_64/mutex.patch                                (rev 0)
+++ community-x86_64/mutex.patch        2016-09-05 12:56:38 UTC (rev 188572)
@@ -0,0 +1,13 @@
+diff --git a/src/mailbox.cc b/src/mailbox.cc
+index 0fa4af3..23b29a9 100644
+--- a/src/mailbox.cc
++++ b/src/mailbox.cc
+@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
+       g_mutex_unlock (mutex_);
+ 
+       // Free all mutexes
+-      g_mutex_unlock (mutex_);
++      g_mutex_free (mutex_);
+       g_mutex_lock (monitor_mutex_);
+       g_mutex_unlock (monitor_mutex_);
+       g_mutex_free (monitor_mutex_);

Reply via email to