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

Daniel Wallace dwallace at nymeria.archlinux.org
Mon Aug 19 02:21:16 UTC 2013


    Date: Monday, August 19, 2013 @ 04:21:16
  Author: dwallace
Revision: 95952

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-19 02:20:38 UTC (rev 95951)
+++ community-i686/PKGBUILD	2013-08-19 02:21:16 UTC (rev 95952)
@@ -1,25 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=reptyr
-pkgver=0.4
-pkgrel=2
-pkgdesc="A tool for \"re-ptying\" programs"
-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=('4846a0b22c267a154853ce1409e823da')
-
-build() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make
-}
-
-package() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make "DESTDIR=$pkgdir" "PREFIX=/usr" install
-} 

Copied: reptyr/repos/community-i686/PKGBUILD (from rev 95951, reptyr/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-19 02:21:16 UTC (rev 95952)
@@ -0,0 +1,26 @@
+$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
+} 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-19 02:20:38 UTC (rev 95951)
+++ community-x86_64/PKGBUILD	2013-08-19 02:21:16 UTC (rev 95952)
@@ -1,25 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=reptyr
-pkgver=0.4
-pkgrel=2
-pkgdesc="A tool for \"re-ptying\" programs"
-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=('4846a0b22c267a154853ce1409e823da')
-
-build() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make
-}
-
-package() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make "DESTDIR=$pkgdir" "PREFIX=/usr" install
-} 

Copied: reptyr/repos/community-x86_64/PKGBUILD (from rev 95951, reptyr/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-19 02:21:16 UTC (rev 95952)
@@ -0,0 +1,26 @@
+$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
+} 




More information about the arch-commits mailing list