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

Pierre Schmitz pierre at archlinux.org
Wed Feb 8 10:10:56 UTC 2012


    Date: Wednesday, February 8, 2012 @ 05:10:55
  Author: pierre
Revision: 149487

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

Added:
  lynx/repos/extra-i686/PKGBUILD
    (from rev 149486, lynx/trunk/PKGBUILD)
  lynx/repos/extra-x86_64/PKGBUILD
    (from rev 149486, lynx/trunk/PKGBUILD)
Deleted:
  lynx/repos/extra-i686/PKGBUILD
  lynx/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   78 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   78 ++++++++++++++++++++++++------------------------
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-08 10:10:26 UTC (rev 149486)
+++ extra-i686/PKGBUILD	2012-02-08 10:10:55 UTC (rev 149487)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=lynx
-pkgver=2.8.7
-_pkgver=2-8-7
-pkgrel=4
-pkgdesc="A text browser for the World Wide Web"
-url="http://lynx.isc.org/"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('ncurses' 'openssl')
-backup=('etc/lynx.cfg')
-source=("http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz")
-md5sums=('e36d70f3f09b2d502055ca67f09e363c')
-
-build() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --with-ssl \
-    --enable-nls \
-    --enable-ipv6 \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # FS#20404 - points to local help
-  sed -i -e "s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|" ${pkgdir}/etc/lynx.cfg
-
-  install -d ${pkgdir}/usr/share/doc/lynx
-  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
-}

Copied: lynx/repos/extra-i686/PKGBUILD (from rev 149486, lynx/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-08 10:10:55 UTC (rev 149487)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=lynx
+pkgver=2.8.7
+_pkgver=2-8-7
+pkgrel=5
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('ncurses' 'openssl')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz")
+md5sums=('e36d70f3f09b2d502055ca67f09e363c')
+
+build() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-ssl \
+    --enable-nls \
+    --enable-ipv6 \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # FS#20404 - points to local help
+  sed -i -e "s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|" ${pkgdir}/etc/lynx.cfg
+
+  install -d ${pkgdir}/usr/share/doc/lynx
+  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-08 10:10:26 UTC (rev 149486)
+++ extra-x86_64/PKGBUILD	2012-02-08 10:10:55 UTC (rev 149487)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=lynx
-pkgver=2.8.7
-_pkgver=2-8-7
-pkgrel=4
-pkgdesc="A text browser for the World Wide Web"
-url="http://lynx.isc.org/"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('ncurses' 'openssl')
-backup=('etc/lynx.cfg')
-source=("http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz")
-md5sums=('e36d70f3f09b2d502055ca67f09e363c')
-
-build() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --with-ssl \
-    --enable-nls \
-    --enable-ipv6 \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # FS#20404 - points to local help
-  sed -i -e "s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|" ${pkgdir}/etc/lynx.cfg
-
-  install -d ${pkgdir}/usr/share/doc/lynx
-  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
-}

Copied: lynx/repos/extra-x86_64/PKGBUILD (from rev 149486, lynx/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-08 10:10:55 UTC (rev 149487)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=lynx
+pkgver=2.8.7
+_pkgver=2-8-7
+pkgrel=5
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('ncurses' 'openssl')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz")
+md5sums=('e36d70f3f09b2d502055ca67f09e363c')
+
+build() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-ssl \
+    --enable-nls \
+    --enable-ipv6 \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # FS#20404 - points to local help
+  sed -i -e "s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|" ${pkgdir}/etc/lynx.cfg
+
+  install -d ${pkgdir}/usr/share/doc/lynx
+  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
+}




More information about the arch-commits mailing list