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

2017-07-11 Thread Kyle Keen
Date: Wednesday, July 12, 2017 @ 03:06:08
  Author: kkeen
Revision: 244754

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

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

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   41 
 community-x86_64/PKGBUILD |   41 
 3 files changed, 90 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-12 03:05:47 UTC (rev 244753)
+++ community-i686/PKGBUILD 2017-07-12 03:06:08 UTC (rev 244754)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Ben 
-
-pkgname=elinks
-pkgver=0.13
-_commit="25c2850b597ee9a89bda8920e7f3d65ac3ac7e01"
-pkgrel=18
-pkgdesc="An advanced and well-established feature-rich text mode web browser."
-arch=("i686" "x86_64")
-url="http://elinks.or.cz;
-license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-'gc' 'tre' 'zlib')
-makedepends=('git')
-source=("git+http://elinks.cz/elinks.git#commit=$_commit;)
-md5sums=('SKIP')
-
-build() {
-  cd elinks
-  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
-  [ -x configure ] || sh autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --disable-smb --without-x --enable-cgi \
-  --enable-leds --enable-256-colors --enable-html-highlight \
-  --with-zlib
-  make
-}
-
-package() {
-  cd elinks
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir/usr/share/locale/locale.alias"
-
-  install -D -m644 "contrib/debian/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: elinks/repos/community-i686/PKGBUILD (from rev 244753, 
elinks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-12 03:06:08 UTC (rev 244754)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Ben 
+
+pkgname=elinks
+pkgver=0.13
+_commit="25c2850b597ee9a89bda8920e7f3d65ac3ac7e01"
+# 2017-03-06 gcc6
+pkgrel=19
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("i686" "x86_64")
+url="http://elinks.or.cz;
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn'
+'gc' 'tre' 'zlib')
+makedepends=('git')
+source=("git+http://elinks.cz/elinks.git#commit=$_commit;)
+md5sums=('SKIP')
+
+# todo: make it work with a modern 'js' package
+# (upstream has no interest in writing that)
+
+build() {
+  cd elinks
+  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --disable-smb --without-x --enable-cgi \
+  --enable-leds --enable-256-colors --enable-html-highlight \
+  --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-12 03:05:47 UTC (rev 244753)
+++ community-x86_64/PKGBUILD   2017-07-12 03:06:08 UTC (rev 244754)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Ben 
-
-pkgname=elinks
-pkgver=0.13
-_commit="25c2850b597ee9a89bda8920e7f3d65ac3ac7e01"
-pkgrel=18
-pkgdesc="An advanced and well-established feature-rich text mode web browser."
-arch=("i686" "x86_64")
-url="http://elinks.or.cz;
-license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-'gc' 'tre' 'zlib')
-makedepends=('git')
-source=("git+http://elinks.cz/elinks.git#commit=$_commit;)
-md5sums=('SKIP')
-
-build() {
-  cd elinks
-  

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

2017-03-15 Thread Kyle Keen
Date: Thursday, March 16, 2017 @ 00:45:37
  Author: kkeen
Revision: 216489

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

Added:
  elinks/repos/community-staging-i686/
  elinks/repos/community-staging-i686/PKGBUILD
(from rev 216488, elinks/trunk/PKGBUILD)
  elinks/repos/community-staging-x86_64/
  elinks/repos/community-staging-x86_64/PKGBUILD
(from rev 216488, elinks/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: elinks/repos/community-staging-i686/PKGBUILD (from rev 216488, 
elinks/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-16 00:45:37 UTC (rev 216489)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Ben 
+
+pkgname=elinks
+pkgver=0.13
+_commit="25c2850b597ee9a89bda8920e7f3d65ac3ac7e01"
+pkgrel=18
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("i686" "x86_64")
+url="http://elinks.or.cz;
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+'gc' 'tre' 'zlib')
+makedepends=('git')
+source=("git+http://elinks.cz/elinks.git#commit=$_commit;)
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --disable-smb --without-x --enable-cgi \
+  --enable-leds --enable-256-colors --enable-html-highlight \
+  --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Copied: elinks/repos/community-staging-x86_64/PKGBUILD (from rev 216488, 
elinks/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-16 00:45:37 UTC (rev 216489)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Ben 
+
+pkgname=elinks
+pkgver=0.13
+_commit="25c2850b597ee9a89bda8920e7f3d65ac3ac7e01"
+pkgrel=18
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("i686" "x86_64")
+url="http://elinks.or.cz;
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+'gc' 'tre' 'zlib')
+makedepends=('git')
+source=("git+http://elinks.cz/elinks.git#commit=$_commit;)
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --disable-smb --without-x --enable-cgi \
+  --enable-leds --enable-256-colors --enable-html-highlight \
+  --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}


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

2013-10-16 Thread Kyle Keen
Date: Thursday, October 17, 2013 @ 07:44:05
  Author: kkeen
Revision: 98692

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-17 05:37:24 UTC (rev 98691)
+++ community-i686/PKGBUILD 2013-10-17 05:44:05 UTC (rev 98692)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=elinks
-pkgver=0.13
-_commit=9313aae9062e1d9ff084858fa6844259cd8237d6
-pkgrel=12
-pkgdesc=An advanced and well-established feature-rich text mode web browser.
-arch=(i686 x86_64)
-url=http://elinks.or.cz;
-license=('GPL')
-depends=('bzip2' 'expat=2.0' 'gpm=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-'gc' 'tre')
-makedepends=('git')
-source=(git+http://elinks.cz/elinks.git#commit=$_commit;)
-md5sums=('SKIP')
-
-build() {
-  cd elinks
-  [ -x configure ] || sh autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --disable-smb --without-x --enable-cgi \
-  --enable-leds --enable-256-colors --enable-html-highlight \
-  --with-zlib
-  make
-}
-
-package() {
-  cd elinks
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/share/locale/locale.alias
-
-  install -D -m644 contrib/debian/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}

Copied: elinks/repos/community-i686/PKGBUILD (from rev 98691, 
elinks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-17 05:44:05 UTC (rev 98692)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=elinks
+pkgver=0.13
+_commit=a3751107033599b835eaafa61177c8d4dda4b7ef
+pkgrel=13
+pkgdesc=An advanced and well-established feature-rich text mode web browser.
+arch=(i686 x86_64)
+url=http://elinks.or.cz;
+license=('GPL')
+depends=('bzip2' 'expat=2.0' 'gpm=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+'gc' 'tre')
+makedepends=('git')
+source=(git+http://elinks.cz/elinks.git#commit=$_commit;)
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --disable-smb --without-x --enable-cgi \
+  --enable-leds --enable-256-colors --enable-html-highlight \
+  --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/locale/locale.alias
+
+  install -D -m644 contrib/debian/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-17 05:37:24 UTC (rev 98691)
+++ community-x86_64/PKGBUILD   2013-10-17 05:44:05 UTC (rev 98692)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=elinks
-pkgver=0.13
-_commit=9313aae9062e1d9ff084858fa6844259cd8237d6
-pkgrel=12
-pkgdesc=An advanced and well-established feature-rich text mode web browser.
-arch=(i686 x86_64)
-url=http://elinks.or.cz;
-license=('GPL')
-depends=('bzip2' 'expat=2.0' 'gpm=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-'gc' 'tre')
-makedepends=('git')
-source=(git+http://elinks.cz/elinks.git#commit=$_commit;)
-md5sums=('SKIP')
-
-build() {
-  cd elinks
-  [ -x configure ] || sh autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --disable-smb --without-x --enable-cgi \
-  --enable-leds --enable-256-colors --enable-html-highlight \
-  --with-zlib
-  make
-}
-
-package() {
-  cd elinks
-  make DESTDIR=$pkgdir install
-  rm -f 

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

2013-04-08 Thread Jan Steffens
Date: Tuesday, April 9, 2013 @ 01:21:54
  Author: heftig
Revision: 87941

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

Added:
  elinks/repos/community-staging-i686/
  elinks/repos/community-staging-i686/PKGBUILD
(from rev 87940, elinks/trunk/PKGBUILD)
  elinks/repos/community-staging-x86_64/
  elinks/repos/community-staging-x86_64/PKGBUILD
(from rev 87940, elinks/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: elinks/repos/community-staging-i686/PKGBUILD (from rev 87940, 
elinks/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-08 23:21:54 UTC (rev 87941)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=elinks
+pkgver=0.13
+_commit=9313aae9062e1d9ff084858fa6844259cd8237d6
+pkgrel=12
+pkgdesc=An advanced and well-established feature-rich text mode web browser.
+arch=(i686 x86_64)
+url=http://elinks.or.cz;
+license=('GPL')
+depends=('bzip2' 'expat=2.0' 'gpm=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+'gc' 'tre')
+makedepends=('git')
+source=(git+http://elinks.cz/elinks.git#commit=$_commit;)
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --disable-smb --without-x --enable-cgi \
+  --enable-leds --enable-256-colors --enable-html-highlight \
+  --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/locale/locale.alias
+
+  install -D -m644 contrib/debian/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: elinks/repos/community-staging-x86_64/PKGBUILD (from rev 87940, 
elinks/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-08 23:21:54 UTC (rev 87941)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=elinks
+pkgver=0.13
+_commit=9313aae9062e1d9ff084858fa6844259cd8237d6
+pkgrel=12
+pkgdesc=An advanced and well-established feature-rich text mode web browser.
+arch=(i686 x86_64)
+url=http://elinks.or.cz;
+license=('GPL')
+depends=('bzip2' 'expat=2.0' 'gpm=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+'gc' 'tre')
+makedepends=('git')
+source=(git+http://elinks.cz/elinks.git#commit=$_commit;)
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --disable-smb --without-x --enable-cgi \
+  --enable-leds --enable-256-colors --enable-html-highlight \
+  --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/locale/locale.alias
+
+  install -D -m644 contrib/debian/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}