[arch-commits] Commit in expect/repos (10 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Dec 25 00:34:18 UTC 2012


    Date: Monday, December 24, 2012 @ 19:34:18
  Author: foutrelis
Revision: 173839

db-move: moved expect from [testing] to [extra] (i686, x86_64)

Added:
  expect/repos/extra-i686/PKGBUILD
    (from rev 173837, expect/repos/testing-i686/PKGBUILD)
  expect/repos/extra-x86_64/PKGBUILD
    (from rev 173837, expect/repos/testing-x86_64/PKGBUILD)
Deleted:
  expect/repos/extra-i686/ChangeLog
  expect/repos/extra-i686/PKGBUILD
  expect/repos/extra-i686/expect.install
  expect/repos/extra-x86_64/ChangeLog
  expect/repos/extra-x86_64/PKGBUILD
  expect/repos/extra-x86_64/expect.install
  expect/repos/testing-i686/
  expect/repos/testing-x86_64/

-----------------------------+
 extra-i686/ChangeLog        |   16 ---------
 extra-i686/PKGBUILD         |   68 ++++++++++++++++--------------------------
 extra-i686/expect.install   |    5 ---
 extra-x86_64/ChangeLog      |   16 ---------
 extra-x86_64/PKGBUILD       |   68 ++++++++++++++++--------------------------
 extra-x86_64/expect.install |    5 ---
 6 files changed, 52 insertions(+), 126 deletions(-)

Deleted: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2012-12-25 00:34:16 UTC (rev 173838)
+++ extra-i686/ChangeLog	2012-12-25 00:34:18 UTC (rev 173839)
@@ -1,16 +0,0 @@
-2011-01-01  Allan McRae  <allan at archlinux.org> 
-
-    * expect 5.45-2
-    - Package signing rebuild
-
-2011-01-01  kevin  <kevin at archlinux.org> 
-
-    * expect 5.45-1
-    - Added upgrade message about expectk being removed
-    - Have expect conflict with expectk
-
-2010-03-27  kevin  <kevin at archlinux.org> 
-
-    * expect 5.44.1.15-1
-    - Source on sourceforge now and maintained mostly by ActiveState
-    - Added symlink to fix FS#18686 - libexpect.so is not found 

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-12-25 00:34:16 UTC (rev 173838)
+++ extra-i686/PKGBUILD	2012-12-25 00:34:18 UTC (rev 173839)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: kevin <kevin at archlinux.org>
-
-pkgname=expect
-pkgver=5.45
-pkgrel=2
-pkgdesc="A tool for automating interactive applications"
-arch=('i686' 'x86_64')
-url="http://www.nist.gov/el/msid/expect.cfm"
-license=('custom')
-depends=('tcl>=8.5.3')
-conflicts=('expectk')
-install=expect.install
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz)
-# CVS checkout on gerolde.
-#source=(ftp://ftp.archlinux.org/other/expect/expect-${pkgver}.tar.bz2)
-# old nist source=(http://expect.nist.gov/src/expect-${pkgver}.tar.bz2)
-md5sums=('44e1a4f4c877e9ddc5a542dfa7ecc92b')
-
-build() {
-  cd ${srcdir}/expect${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --mandir=/usr/share/man --with-tcl=/usr/lib \
-      --with-tclinclude=/usr/include
-
-  # Keep $startdir/pkg out of library search paths.
-  sed -e 's/-rpath,${LIB_RUNTIME_DIR}:/-rpath,/' -i Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/expect${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # license.
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
-
-  (cd ${pkgdir}/usr/lib;
-    ln -s expect${pkgver}/libexpect${pkgver}.so libexpect.so)
-}

Copied: expect/repos/extra-i686/PKGBUILD (from rev 173837, expect/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-12-25 00:34:18 UTC (rev 173839)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+
+pkgname=expect
+pkgver=5.45
+pkgrel=3
+pkgdesc="A tool for automating interactive applications"
+arch=('i686' 'x86_64')
+url="http://www.nist.gov/el/msid/expect.cfm"
+license=('custom')
+depends=('tcl')
+source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz)
+md5sums=('44e1a4f4c877e9ddc5a542dfa7ecc92b')
+
+build() {
+  cd ${srcdir}/expect${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man 
+  make
+}
+
+package() {
+  cd ${srcdir}/expect${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
+}

Deleted: extra-i686/expect.install
===================================================================
--- extra-i686/expect.install	2012-12-25 00:34:16 UTC (rev 173838)
+++ extra-i686/expect.install	2012-12-25 00:34:18 UTC (rev 173839)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ "`vercmp $2 5.45`" -lt 0 ]; then
-    echo "  - expectk has been removed.  Use tclsh instead"
-  fi
-}

Deleted: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2012-12-25 00:34:16 UTC (rev 173838)
+++ extra-x86_64/ChangeLog	2012-12-25 00:34:18 UTC (rev 173839)
@@ -1,16 +0,0 @@
-2011-01-01  Allan McRae  <allan at archlinux.org> 
-
-    * expect 5.45-2
-    - Package signing rebuild
-
-2011-01-01  kevin  <kevin at archlinux.org> 
-
-    * expect 5.45-1
-    - Added upgrade message about expectk being removed
-    - Have expect conflict with expectk
-
-2010-03-27  kevin  <kevin at archlinux.org> 
-
-    * expect 5.44.1.15-1
-    - Source on sourceforge now and maintained mostly by ActiveState
-    - Added symlink to fix FS#18686 - libexpect.so is not found 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-12-25 00:34:16 UTC (rev 173838)
+++ extra-x86_64/PKGBUILD	2012-12-25 00:34:18 UTC (rev 173839)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: kevin <kevin at archlinux.org>
-
-pkgname=expect
-pkgver=5.45
-pkgrel=2
-pkgdesc="A tool for automating interactive applications"
-arch=('i686' 'x86_64')
-url="http://www.nist.gov/el/msid/expect.cfm"
-license=('custom')
-depends=('tcl>=8.5.3')
-conflicts=('expectk')
-install=expect.install
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz)
-# CVS checkout on gerolde.
-#source=(ftp://ftp.archlinux.org/other/expect/expect-${pkgver}.tar.bz2)
-# old nist source=(http://expect.nist.gov/src/expect-${pkgver}.tar.bz2)
-md5sums=('44e1a4f4c877e9ddc5a542dfa7ecc92b')
-
-build() {
-  cd ${srcdir}/expect${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --mandir=/usr/share/man --with-tcl=/usr/lib \
-      --with-tclinclude=/usr/include
-
-  # Keep $startdir/pkg out of library search paths.
-  sed -e 's/-rpath,${LIB_RUNTIME_DIR}:/-rpath,/' -i Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/expect${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # license.
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
-
-  (cd ${pkgdir}/usr/lib;
-    ln -s expect${pkgver}/libexpect${pkgver}.so libexpect.so)
-}

Copied: expect/repos/extra-x86_64/PKGBUILD (from rev 173837, expect/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-12-25 00:34:18 UTC (rev 173839)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+
+pkgname=expect
+pkgver=5.45
+pkgrel=3
+pkgdesc="A tool for automating interactive applications"
+arch=('i686' 'x86_64')
+url="http://www.nist.gov/el/msid/expect.cfm"
+license=('custom')
+depends=('tcl')
+source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz)
+md5sums=('44e1a4f4c877e9ddc5a542dfa7ecc92b')
+
+build() {
+  cd ${srcdir}/expect${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man 
+  make
+}
+
+package() {
+  cd ${srcdir}/expect${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
+}

Deleted: extra-x86_64/expect.install
===================================================================
--- extra-x86_64/expect.install	2012-12-25 00:34:16 UTC (rev 173838)
+++ extra-x86_64/expect.install	2012-12-25 00:34:18 UTC (rev 173839)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ "`vercmp $2 5.45`" -lt 0 ]; then
-    echo "  - expectk has been removed.  Use tclsh instead"
-  fi
-}




More information about the arch-commits mailing list