[arch-commits] Commit in libtirpc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-12-02 Thread Andreas Radke via arch-commits
Date: Wednesday, December 2, 2020 @ 16:02:55
  Author: andyrtr
Revision: 402792

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 402791, libtirpc/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 402791, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-02 16:02:55 UTC (rev 402792)
@@ -0,0 +1,28 @@
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(https://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('882eaf4c13f0cafb83afd96cd2855638f978d755')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in libtirpc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-04-11 Thread Andreas Radke via arch-commits
Date: Saturday, April 11, 2020 @ 09:45:19
  Author: andyrtr
Revision: 380091

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 380090, libtirpc/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 380090, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-11 09:45:19 UTC (rev 380091)
@@ -0,0 +1,27 @@
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(https://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f182235e32942fc0ac6b9b5b6fe7e32f69362659')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in libtirpc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-12-22 Thread Andreas Radke via arch-commits
Date: Sunday, December 22, 2019 @ 20:08:20
  Author: andyrtr
Revision: 372078

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 372077, libtirpc/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 372077, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-22 20:08:20 UTC (rev 372078)
@@ -0,0 +1,27 @@
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(https://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ab80619b214d93e5cfbf22a0d01e1ee06d434326')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in libtirpc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-08-29 Thread Andreas Radke via arch-commits
Date: Wednesday, August 29, 2018 @ 13:47:49
  Author: andyrtr
Revision: 333084

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 333083, libtirpc/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 333083, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-29 13:47:49 UTC (rev 333084)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d85717035cb9bd6c45557a1eb1351d3af9a69ff7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in libtirpc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-03-16 Thread Andreas Radke via arch-commits
Date: Friday, March 16, 2018 @ 07:44:56
  Author: andyrtr
Revision: 319384

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 319383, libtirpc/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 319383, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-16 07:44:56 UTC (rev 319384)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('48adb32dc7c3b73c66f001c239da76b8398abf11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in libtirpc/repos (testing-x86_64)

2012-10-30 Thread Thomas Bächler
Date: Tuesday, October 30, 2012 @ 18:32:21
  Author: thomas
Revision: 169886

db-remove: libtirpc removed by thomas

Deleted:
  libtirpc/repos/testing-x86_64/



[arch-commits] Commit in libtirpc/repos (testing-x86_64)

2011-07-29 Thread Tobias Powalowski
Date: Friday, July 29, 2011 @ 17:04:02
  Author: tpowa
Revision: 133599

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/



[arch-commits] Commit in libtirpc/repos (testing-x86_64)

2011-07-19 Thread Eric Bélanger
Date: Tuesday, July 19, 2011 @ 20:52:02
  Author: eric
Revision: 132089

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/



[arch-commits] Commit in libtirpc/repos (testing-x86_64)

2010-11-01 Thread Tobias Powalowski
Date: Monday, November 1, 2010 @ 15:50:42
  Author: tpowa
Revision: 97758

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/



[arch-commits] Commit in libtirpc/repos (testing-x86_64)

2010-01-04 Thread Tobias Powalowski
Date: Monday, January 4, 2010 @ 03:40:17
  Author: tpowa
Revision: 62191

archrelease: new repo testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/



[arch-commits] Commit in libtirpc/repos (testing-x86_64)

2010-01-04 Thread Tobias Powalowski
Date: Monday, January 4, 2010 @ 03:40:33
  Author: tpowa
Revision: 62192

Initialized merge tracking via svnmerge with revisions 1-62190 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libtirpc/trunk

Modified:
  libtirpc/repos/testing-x86_64/(properties)


Property changes on: libtirpc/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /libtirpc/trunk:1-62190