[arch-commits] Commit in autocutsel/repos (8 files)

2017-10-22 Thread Jelle van der Waa
Date: Sunday, October 22, 2017 @ 16:00:21
  Author: jelle
Revision: 263990

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

Added:
  autocutsel/repos/community-i686/PKGBUILD
(from rev 263989, autocutsel/trunk/PKGBUILD)
  autocutsel/repos/community-i686/autocutsel.install
(from rev 263989, autocutsel/trunk/autocutsel.install)
  autocutsel/repos/community-x86_64/PKGBUILD
(from rev 263989, autocutsel/trunk/PKGBUILD)
  autocutsel/repos/community-x86_64/autocutsel.install
(from rev 263989, autocutsel/trunk/autocutsel.install)
Deleted:
  autocutsel/repos/community-i686/PKGBUILD
  autocutsel/repos/community-i686/autocutsel.install
  autocutsel/repos/community-x86_64/PKGBUILD
  autocutsel/repos/community-x86_64/autocutsel.install

-+
 /PKGBUILD   |   52 ++
 /autocutsel.install |   40 ++
 community-i686/PKGBUILD |   26 -
 community-i686/autocutsel.install   |   20 -
 community-x86_64/PKGBUILD   |   26 -
 community-x86_64/autocutsel.install |   20 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 16:00:10 UTC (rev 263989)
+++ community-i686/PKGBUILD 2017-10-22 16:00:21 UTC (rev 263990)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Tom Killian 
-# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
-# Maintainer: Stefan Husmann 
-
-pkgname=autocutsel
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
-url="https://github.com/sigmike/autocutsel;
-install=autocutsel.install
-license=('GPL')
-md5sums=('7d5b96e5f7b79b883d8350f104043366')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install 
-}

Copied: autocutsel/repos/community-i686/PKGBUILD (from rev 263989, 
autocutsel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 16:00:21 UTC (rev 263990)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Killian 
+# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
+# Maintainer: Stefan Husmann 
+
+pkgname=autocutsel
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
+arch=('i686' 'x86_64')
+depends=('libxaw')
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
+url="https://github.com/sigmike/autocutsel;
+install=autocutsel.install
+license=('GPL')
+md5sums=('7d5b96e5f7b79b883d8350f104043366')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install 
+}

Deleted: community-i686/autocutsel.install
===
--- community-i686/autocutsel.install   2017-10-22 16:00:10 UTC (rev 263989)
+++ community-i686/autocutsel.install   2017-10-22 16:00:21 UTC (rev 263990)
@@ -1,20 +0,0 @@
-post_install() {
-cat << EOF
-Add the following lines to your ~/.xinitrc or, for
-system-wide use, to a new file, named, say, 40-autocutsel
-in the directory /etc/X11/xinit/xinitrc.d/ :
-
-autocutsel -fork &
-autocutsel -selection PRIMARY -fork &
-EOF
-}
-
-post_upgrade() {
-  post_install 
-}
-post_remove() {
-cat << EOF
-  you might want to remove autocutsel related files in 
-  /etc/X11/xinit/xinitrc.d now.
-EOF
-}

Copied: autocutsel/repos/community-i686/autocutsel.install (from rev 263989, 
autocutsel/trunk/autocutsel.install)
===
--- community-i686/autocutsel.install   (rev 0)
+++ community-i686/autocutsel.install   2017-10-22 16:00:21 UTC (rev 263990)
@@ -0,0 +1,20 @@
+post_install() {
+cat << EOF
+Add the following lines to your ~/.xinitrc or, for
+system-wide use, to a new file, named, say, 40-autocutsel
+in the directory /etc/X11/xinit/xinitrc.d/ :
+
+autocutsel -fork &
+autocutsel -selection PRIMARY -fork &
+EOF
+}
+
+post_upgrade() {
+  post_install 
+}
+post_remove() {
+cat << EOF
+  you might want to remove autocutsel related files in 
+  /etc/X11/xinit/xinitrc.d now.
+EOF
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 

[arch-commits] Commit in autocutsel/repos (8 files)

2014-05-19 Thread Jelle van der Waa
Date: Monday, May 19, 2014 @ 19:26:56
  Author: jelle
Revision: 111534

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

Added:
  autocutsel/repos/community-i686/PKGBUILD
(from rev 111533, autocutsel/trunk/PKGBUILD)
  autocutsel/repos/community-i686/autocutsel.install
(from rev 111533, autocutsel/trunk/autocutsel.install)
  autocutsel/repos/community-x86_64/PKGBUILD
(from rev 111533, autocutsel/trunk/PKGBUILD)
  autocutsel/repos/community-x86_64/autocutsel.install
(from rev 111533, autocutsel/trunk/autocutsel.install)
Deleted:
  autocutsel/repos/community-i686/PKGBUILD
  autocutsel/repos/community-i686/autocutsel.install
  autocutsel/repos/community-x86_64/PKGBUILD
  autocutsel/repos/community-x86_64/autocutsel.install

-+
 /PKGBUILD   |   52 ++
 /autocutsel.install |   40 ++
 community-i686/PKGBUILD |   26 -
 community-i686/autocutsel.install   |   20 -
 community-x86_64/PKGBUILD   |   26 -
 community-x86_64/autocutsel.install |   20 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 17:26:45 UTC (rev 111533)
+++ community-i686/PKGBUILD 2014-05-19 17:26:56 UTC (rev 111534)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Tom Killian t...@archlinux.org
-# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=autocutsel
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
-url=http://www.nongnu.org/autocutsel/;
-install=autocutsel.install
-license=('GPL')
-md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install 
-}

Copied: autocutsel/repos/community-i686/PKGBUILD (from rev 111533, 
autocutsel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 17:26:56 UTC (rev 111534)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Killian t...@archlinux.org
+# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
+# Maintainer: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=autocutsel
+pkgver=0.10.0
+pkgrel=1
+pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
+arch=('i686' 'x86_64')
+depends=('libxaw')
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
+url=https://github.com/sigmike/autocutsel;
+install=autocutsel.install
+license=('GPL')
+md5sums=('7d5b96e5f7b79b883d8350f104043366')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install 
+}

Deleted: community-i686/autocutsel.install
===
--- community-i686/autocutsel.install   2014-05-19 17:26:45 UTC (rev 111533)
+++ community-i686/autocutsel.install   2014-05-19 17:26:56 UTC (rev 111534)
@@ -1,20 +0,0 @@
-post_install() {
-cat  EOF
-Add the following lines to your ~/.xinitrc or, for
-system-wide use, to a new file, named, say, 40-autocutsel
-in the directory /etc/X11/xinit/xinitrc.d/ :
-
-autocutsel -fork 
-autocutsel -selection PRIMARY -fork 
-EOF
-}
-
-post_upgrade() {
-  post_install 
-}
-post_remove() {
-cat  EOF
-  you might want to remove autocutsel related files in 
-  /etc/X11/xinit/xinitrc.d now.
-EOF
-}

Copied: autocutsel/repos/community-i686/autocutsel.install (from rev 111533, 
autocutsel/trunk/autocutsel.install)
===
--- community-i686/autocutsel.install   (rev 0)
+++ community-i686/autocutsel.install   2014-05-19 17:26:56 UTC (rev 111534)
@@ -0,0 +1,20 @@
+post_install() {
+cat  EOF
+Add the following lines to your ~/.xinitrc or, for
+system-wide use, to a new file, named, say, 40-autocutsel
+in the directory /etc/X11/xinit/xinitrc.d/ :
+
+autocutsel -fork 
+autocutsel -selection PRIMARY -fork 
+EOF
+}
+
+post_upgrade() {
+  post_install 
+}
+post_remove() {
+cat  EOF
+  you might want to remove autocutsel related files in 
+  /etc/X11/xinit/xinitrc.d now.
+EOF
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 17:26:45 UTC (rev 111533)
+++ 

[arch-commits] Commit in autocutsel/repos (8 files)

2013-11-19 Thread Jelle van der Waa
Date: Wednesday, November 20, 2013 @ 08:48:32
  Author: jelle
Revision: 101226

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

Added:
  autocutsel/repos/community-i686/PKGBUILD
(from rev 101225, autocutsel/trunk/PKGBUILD)
  autocutsel/repos/community-i686/autocutsel.install
(from rev 101225, autocutsel/trunk/autocutsel.install)
  autocutsel/repos/community-x86_64/PKGBUILD
(from rev 101225, autocutsel/trunk/PKGBUILD)
  autocutsel/repos/community-x86_64/autocutsel.install
(from rev 101225, autocutsel/trunk/autocutsel.install)
Deleted:
  autocutsel/repos/community-i686/PKGBUILD
  autocutsel/repos/community-i686/autocutsel.install
  autocutsel/repos/community-x86_64/PKGBUILD
  autocutsel/repos/community-x86_64/autocutsel.install

-+
 /PKGBUILD   |   52 ++
 /autocutsel.install |   40 ++
 community-i686/PKGBUILD |   25 
 community-i686/autocutsel.install   |   20 -
 community-x86_64/PKGBUILD   |   25 
 community-x86_64/autocutsel.install |   20 -
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-20 07:48:21 UTC (rev 101225)
+++ community-i686/PKGBUILD 2013-11-20 07:48:32 UTC (rev 101226)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Tom Killian t...@archlinux.org
-# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=autocutsel
-pkgver=0.9.0
-pkgrel=7
-pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
-url=http://lepton.fr/tools/autocutsel/;
-install=autocutsel.install
-license=('GPL')
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install 
-}

Copied: autocutsel/repos/community-i686/PKGBUILD (from rev 101225, 
autocutsel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-20 07:48:32 UTC (rev 101226)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Killian t...@archlinux.org
+# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
+# Maintainer: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=autocutsel
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
+arch=('i686' 'x86_64')
+depends=('libxaw')
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
+url=http://www.nongnu.org/autocutsel/;
+install=autocutsel.install
+license=('GPL')
+md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install 
+}

Deleted: community-i686/autocutsel.install
===
--- community-i686/autocutsel.install   2013-11-20 07:48:21 UTC (rev 101225)
+++ community-i686/autocutsel.install   2013-11-20 07:48:32 UTC (rev 101226)
@@ -1,20 +0,0 @@
-post_install() {
-cat  EOF
-Add the following lines to your ~/.xinitrc or, for
-system-wide use, to a new file, named, say, 40-autocutsel
-in the directory /etc/X11/xinit/xinitrc.d/ :
-
-autocutsel -fork 
-autocutsel -selection PRIMARY -fork 
-EOF
-}
-
-post_upgrade() {
-  post_install 
-}
-post_remove() {
-cat  EOF
-  you might want to remove autocutsel related files in 
-  /etc/X11/xinit/xinitrc.d now.
-EOF
-}

Copied: autocutsel/repos/community-i686/autocutsel.install (from rev 101225, 
autocutsel/trunk/autocutsel.install)
===
--- community-i686/autocutsel.install   (rev 0)
+++ community-i686/autocutsel.install   2013-11-20 07:48:32 UTC (rev 101226)
@@ -0,0 +1,20 @@
+post_install() {
+cat  EOF
+Add the following lines to your ~/.xinitrc or, for
+system-wide use, to a new file, named, say, 40-autocutsel
+in the directory /etc/X11/xinit/xinitrc.d/ :
+
+autocutsel -fork 
+autocutsel -selection PRIMARY -fork 
+EOF
+}
+
+post_upgrade() {
+  post_install 
+}
+post_remove() {
+cat  EOF
+  you might want to remove autocutsel related files in 
+  /etc/X11/xinit/xinitrc.d now.
+EOF
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-20 07:48:21 UTC (rev 101225)
+++ community-x86_64/PKGBUILD   2013-11-20