[arch-commits] Commit in reptyr/repos (4 files)

Daniel Wallace dwallace at archlinux.org
Wed Feb 18 15:29:59 UTC 2015


    Date: Wednesday, February 18, 2015 @ 16:29:59
  Author: dwallace
Revision: 127945

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

Added:
  reptyr/repos/community-i686/PKGBUILD
    (from rev 127943, reptyr/trunk/PKGBUILD)
  reptyr/repos/community-x86_64/PKGBUILD
    (from rev 127944, reptyr/trunk/PKGBUILD)
Deleted:
  reptyr/repos/community-i686/PKGBUILD
  reptyr/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------------
 community-x86_64/PKGBUILD |   26 ----------------------
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-02-18 15:29:44 UTC (rev 127944)
+++ community-i686/PKGBUILD	2015-02-18 15:29:59 UTC (rev 127945)
@@ -1,26 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=reptyr
-pkgver=0.5
-pkgrel=1
-pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
-arch=('i686' 'x86_64')
-license=('BSD')
-url="https://github.com/nelhage/reptyr"
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver")
-md5sums=('837318cfbdee76267162297987a94b8c')
-
-build() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make
-}
-
-package() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make "DESTDIR=$pkgdir" "PREFIX=/usr" install
-    install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
-} 

Copied: reptyr/repos/community-i686/PKGBUILD (from rev 127943, reptyr/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-18 15:29:59 UTC (rev 127945)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=reptyr
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
+arch=('i686' 'x86_64')
+license=('BSD')
+url="https://github.com/nelhage/reptyr"
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver")
+md5sums=('b1ca1630518e6fa7ed353b8debfcf9e4')
+
+build() {
+	cd "$srcdir"/nelhage-$pkgname-*
+
+	make
+}
+
+package() {
+	cd "$srcdir"/nelhage-$pkgname-*
+
+	make "DESTDIR=$pkgdir" "PREFIX=/usr" install
+    install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
+} 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-02-18 15:29:44 UTC (rev 127944)
+++ community-x86_64/PKGBUILD	2015-02-18 15:29:59 UTC (rev 127945)
@@ -1,26 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=reptyr
-pkgver=0.5
-pkgrel=1
-pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
-arch=('i686' 'x86_64')
-license=('BSD')
-url="https://github.com/nelhage/reptyr"
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver")
-md5sums=('837318cfbdee76267162297987a94b8c')
-
-build() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make
-}
-
-package() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make "DESTDIR=$pkgdir" "PREFIX=/usr" install
-    install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
-} 

Copied: reptyr/repos/community-x86_64/PKGBUILD (from rev 127944, reptyr/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-18 15:29:59 UTC (rev 127945)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=reptyr
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
+arch=('i686' 'x86_64')
+license=('BSD')
+url="https://github.com/nelhage/reptyr"
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver")
+md5sums=('b1ca1630518e6fa7ed353b8debfcf9e4')
+
+build() {
+	cd "$srcdir"/nelhage-$pkgname-*
+
+	make
+}
+
+package() {
+	cd "$srcdir"/nelhage-$pkgname-*
+
+	make "DESTDIR=$pkgdir" "PREFIX=/usr" install
+    install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
+} 



More information about the arch-commits mailing list