[arch-commits] Commit in dtach/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-31 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, May 31, 2018 @ 14:03:11
  Author: grazzolini
Revision: 334838

archrelease: copy trunk to community-x86_64

Added:
  dtach/repos/community-x86_64/PKGBUILD
(from rev 334837, dtach/trunk/PKGBUILD)
Deleted:
  dtach/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-31 14:02:37 UTC (rev 334837)
+++ PKGBUILD2018-05-31 14:03:11 UTC (rev 334838)
@@ -1,28 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Chris Brannon 
-# Contributor: Allan McRae 
-# Contributor: Adam Vogt 
-
-pkgname=dtach
-pkgver=0.9
-pkgrel=2
-pkgdesc="emulates the detach feature of screen"
-arch=("i686" "x86_64")
-url="http://dtach.sourceforge.net/;
-license=("GPL")
-depends=("glibc")
-source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
-md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
-   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
-}

Copied: dtach/repos/community-x86_64/PKGBUILD (from rev 334837, 
dtach/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-31 14:03:11 UTC (rev 334838)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Chris Brannon 
+# Contributor: Allan McRae 
+# Contributor: Adam Vogt 
+
+pkgname=dtach
+pkgver=0.9
+pkgrel=3
+pkgdesc="emulates the detach feature of screen"
+arch=("x86_64")
+url="http://dtach.sourceforge.net/;
+license=("GPL")
+depends=("glibc")
+source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
+md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
+   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
+}


[arch-commits] Commit in dtach/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-08-08 Thread Pierre Neidhardt
Date: Tuesday, August 8, 2017 @ 18:34:44
  Author: ambrevar
Revision: 249606

archrelease: copy trunk to community-x86_64

Added:
  dtach/repos/community-x86_64/PKGBUILD
(from rev 249605, dtach/trunk/PKGBUILD)
Deleted:
  dtach/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 18:34:25 UTC (rev 249605)
+++ PKGBUILD2017-08-08 18:34:44 UTC (rev 249606)
@@ -1,28 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Chris Brannon 
-# Contributor: Allan McRae 
-# Contributor: Adam Vogt 
-
-pkgname=dtach
-pkgver=0.9
-pkgrel=1
-pkgdesc="emulates the detach feature of screen"
-arch=("i686" "x86_64")
-url="http://dtach.sourceforge.net/;
-license=("GPL")
-depends=("glibc")
-source=(http://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
-md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
-   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
-}

Copied: dtach/repos/community-x86_64/PKGBUILD (from rev 249605, 
dtach/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 18:34:44 UTC (rev 249606)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Chris Brannon 
+# Contributor: Allan McRae 
+# Contributor: Adam Vogt 
+
+pkgname=dtach
+pkgver=0.9
+pkgrel=2
+pkgdesc="emulates the detach feature of screen"
+arch=("i686" "x86_64")
+url="http://dtach.sourceforge.net/;
+license=("GPL")
+depends=("glibc")
+source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
+md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
+   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
+}