[arch-commits] Commit in asciidoc/repos/community-any (PKGBUILD PKGBUILD)

2020-11-15 Thread Levente Polyak via arch-commits
Date: Sunday, November 15, 2020 @ 16:31:32
  Author: anthraxx
Revision: 754582

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 754581, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  121 ++---
 1 file changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 16:31:28 UTC (rev 754581)
+++ PKGBUILD2020-11-15 16:31:32 UTC (rev 754582)
@@ -1,60 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Pritz 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Dan McGee 
-# Contributor: Jaroslaw Rosiek 
-# Contributor: Darwin Bautista 
-# Contributor: Daniel J Griffiths 
-
-pkgname=asciidoc
-pkgver=9.0.3
-pkgrel=1
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='https://asciidoc.org/'
-license=('GPL')
-depends=('python' 'libxslt' 'docbook-xsl')
-checkdepends=('dblatex' 'graphviz' 'lilypond' 'source-highlight')
-optdepends=('graphviz: graphviz-filter'
-'lilypond: music-filter'
-'imagemagick: music-filter'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'w3m: text generation'
-'lynx: alternative text generation')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}.tar.gz;)
-sha256sums=('c0de1dcf111a200bf85bd81f67bc18778f839e55d761d6c7320095985524853a')
-b2sums=('4e196bddfe400c3758086048089e3d316a8e7909f870b761e23506de8cd5b9871df8a0e1017fafbaa854711ab0d49efe4f8134453c02528ba8b6e1ac1cf0c0ff')
-
-prepare() {
-  cd ${pkgname}-py3-${pkgver}
-
-  autoconf
-}
-
-build() {
-  cd ${pkgname}-py3-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make manpages
-}
-
-check() {
-  cd ${pkgname}-py3-${pkgver}
-
-  make test
-}
-
-package() {
-  cd ${pkgname}-py3-${pkgver}
-
-  make install DESTDIR="${pkgdir}"
-  make docs DESTDIR="${pkgdir}"
-
-  install -Dm644 asciidocapi.py \
-"${pkgdir}/$(python -c 'import sysconfig; 
print(sysconfig.get_paths()["platlib"])')"/asciidocapi.py
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 754581, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 16:31:32 UTC (rev 754582)
@@ -0,0 +1,61 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dan McGee 
+# Contributor: Jaroslaw Rosiek 
+# Contributor: Darwin Bautista 
+# Contributor: Daniel J Griffiths 
+
+pkgname=asciidoc
+pkgver=9.0.4
+pkgrel=1
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages'
+arch=('any')
+url='https://asciidoc.org/'
+license=('GPL')
+depends=('python' 'libxslt' 'docbook-xsl')
+checkdepends=('dblatex' 'graphviz' 'lilypond' 'source-highlight')
+optdepends=('graphviz: graphviz-filter'
+'lilypond: music-filter'
+'imagemagick: music-filter'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'w3m: text generation'
+'lynx: alternative text generation')
+source=("https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('9e269f336a71e8685d03a00c71b55ca029eed9f7baf1afe67c447be32206b176')
+b2sums=('3c073e20e0b4cb1c3e43d45217240675d5a1349c5d27c8e03c4499505c17ad0a149f9495a42e28490f9c89f29dc25a1216e9145a6fd1483e589b5fee49a6279f')
+
+prepare() {
+  cd ${pkgname}-py3-${pkgver}
+
+  autoconf
+}
+
+build() {
+  cd ${pkgname}-py3-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make manpages
+}
+
+check() {
+  cd ${pkgname}-py3-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${pkgname}-py3-${pkgver}
+
+  make install DESTDIR="${pkgdir}"
+  make docs DESTDIR="${pkgdir}"
+
+  install -Dm644 asciidocapi.py \
+"${pkgdir}/$(python -c 'import sysconfig; 
print(sysconfig.get_paths()["platlib"])')"/asciidocapi.py
+}


[arch-commits] Commit in asciidoc/repos/community-any (PKGBUILD PKGBUILD)

2020-10-18 Thread Eli Schwartz via arch-commits
Date: Sunday, October 18, 2020 @ 18:42:02
  Author: eschwartz
Revision: 726763

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 726762, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 +
 1 file changed, 60 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-18 18:41:47 UTC (rev 726762)
+++ PKGBUILD2020-10-18 18:42:02 UTC (rev 726763)
@@ -1,64 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Pritz 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Dan McGee 
-# Contributor: Jaroslaw Rosiek 
-# Contributor: Darwin Bautista 
-# Contributor: Daniel J Griffiths 
-
-pkgname=asciidoc
-pkgver=9.0.2
-pkgrel=1
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='https://asciidoc.org/'
-license=('GPL')
-depends=('python' 'libxslt' 'docbook-xsl')
-checkdepends=('dblatex' 'graphviz' 'lilypond' 'source-highlight')
-optdepends=('graphviz: graphviz-filter'
-'lilypond: music-filter'
-'imagemagick: music-filter'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'w3m: text generation'
-'lynx: alternative text generation')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}.tar.gz;)
-sha256sums=('ea73425151f56f278433e442f8b5085599765fa120574db65e6d053eb52927e2')
-b2sums=('5f5deca6b8c15d4b86e2bd6fdb131908eecd862a5fdbbd8418937050d335a25ad012a3b1bc716379f5623db676176fc6da1a09691c2b42a213a6230281626b69')
-
-prepare() {
-  cd ${pkgname}-py3-${pkgver}
-
-  autoconf
-}
-
-build() {
-  cd ${pkgname}-py3-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make manpages
-}
-
-check() {
-  cd ${pkgname}-py3-${pkgver}
-
-  # this overrides the mocked time in the test
-  # https://github.com/asciidoc/asciidoc-py3/issues/131
-  env -u SOURCE_DATE_EPOCH make test
-}
-
-package() {
-  cd ${pkgname}-py3-${pkgver}
-
-  make install DESTDIR="${pkgdir}"
-  make docs DESTDIR="${pkgdir}"
-
-  # junk files: https://github.com/asciidoc/asciidoc-py3/issues/133
-  rm -v "${pkgdir}"/usr/share/doc/asciidoc/doc/*.{md5,svg,png}
-  install -Dm644 asciidocapi.py \
-"${pkgdir}/$(python -c 'import sysconfig; 
print(sysconfig.get_paths()["platlib"])')"/asciidocapi.py
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 726762, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-18 18:42:02 UTC (rev 726763)
@@ -0,0 +1,60 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Pritz 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dan McGee 
+# Contributor: Jaroslaw Rosiek 
+# Contributor: Darwin Bautista 
+# Contributor: Daniel J Griffiths 
+
+pkgname=asciidoc
+pkgver=9.0.3
+pkgrel=1
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='https://asciidoc.org/'
+license=('GPL')
+depends=('python' 'libxslt' 'docbook-xsl')
+checkdepends=('dblatex' 'graphviz' 'lilypond' 'source-highlight')
+optdepends=('graphviz: graphviz-filter'
+'lilypond: music-filter'
+'imagemagick: music-filter'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'w3m: text generation'
+'lynx: alternative text generation')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}.tar.gz;)
+sha256sums=('c0de1dcf111a200bf85bd81f67bc18778f839e55d761d6c7320095985524853a')
+b2sums=('4e196bddfe400c3758086048089e3d316a8e7909f870b761e23506de8cd5b9871df8a0e1017fafbaa854711ab0d49efe4f8134453c02528ba8b6e1ac1cf0c0ff')
+
+prepare() {
+  cd ${pkgname}-py3-${pkgver}
+
+  autoconf
+}
+
+build() {
+  cd ${pkgname}-py3-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make manpages
+}
+
+check() {
+  cd ${pkgname}-py3-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${pkgname}-py3-${pkgver}
+
+  make install DESTDIR="${pkgdir}"
+  make docs DESTDIR="${pkgdir}"
+
+  install -Dm644 asciidocapi.py \
+"${pkgdir}/$(python -c 'import sysconfig; 
print(sysconfig.get_paths()["platlib"])')"/asciidocapi.py
+}


[arch-commits] Commit in asciidoc/repos/community-any (PKGBUILD PKGBUILD)

2020-07-27 Thread Eli Schwartz via arch-commits
Date: Tuesday, July 28, 2020 @ 04:09:52
  Author: eschwartz
Revision: 665609

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 665608, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 64 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 04:09:21 UTC (rev 665608)
+++ PKGBUILD2020-07-28 04:09:52 UTC (rev 665609)
@@ -1,66 +0,0 @@
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Dan McGee 
-# Contributor: Jaroslaw Rosiek 
-# Contributor: Darwin Bautista 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Florian Pritz 
-
-pkgname=asciidoc
-pkgver=8.6.10
-pkgrel=2
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='https://www.methods.co.nz/asciidoc/'
-license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc/archive/${pkgver}.tar.gz;)
-md5sums=('4e69960f4d431780e9828f53417d8d7a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  #for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- #filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   #sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  #done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
-  sed -i -e 's#python a2x.py#python2 a2x.py#' Makefile.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  autoconf
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-  make docs DESTDIR=${pkgdir}
-
-  install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version) 
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 665608, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 04:09:52 UTC (rev 665609)
@@ -0,0 +1,64 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Pritz 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dan McGee 
+# Contributor: Jaroslaw Rosiek 
+# Contributor: Darwin Bautista 
+# Contributor: Daniel J Griffiths 
+
+pkgname=asciidoc
+pkgver=9.0.2
+pkgrel=1
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='https://asciidoc.org/'
+license=('GPL')
+depends=('python' 'libxslt' 'docbook-xsl')
+checkdepends=('dblatex' 'graphviz' 'lilypond' 'source-highlight')
+optdepends=('graphviz: graphviz-filter'
+'lilypond: music-filter'
+'imagemagick: music-filter'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'w3m: text generation'
+'lynx: alternative text generation')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}.tar.gz;)
+sha256sums=('ea73425151f56f278433e442f8b5085599765fa120574db65e6d053eb52927e2')
+b2sums=('5f5deca6b8c15d4b86e2bd6fdb131908eecd862a5fdbbd8418937050d335a25ad012a3b1bc716379f5623db676176fc6da1a09691c2b42a213a6230281626b69')
+
+prepare() {
+  cd ${pkgname}-py3-${pkgver}
+
+  autoconf
+}
+
+build() {
+  cd ${pkgname}-py3-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make manpages
+}
+
+check() {
+  cd ${pkgname}-py3-${pkgver}
+
+  # this overrides the mocked time in the test
+  # https://github.com/asciidoc/asciidoc-py3/issues/131
+  env -u SOURCE_DATE_EPOCH make test
+}
+
+package() {
+  cd ${pkgname}-py3-${pkgver}
+
+  make install DESTDIR="${pkgdir}"
+  make docs DESTDIR="${pkgdir}"
+
+  # junk files: 

[arch-commits] Commit in asciidoc/repos/community-any (PKGBUILD PKGBUILD)

2020-05-25 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 13:07:51
  Author: felixonmars
Revision: 634221

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 634220, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  133 ++---
 1 file changed, 66 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-25 13:07:33 UTC (rev 634220)
+++ PKGBUILD2020-05-25 13:07:51 UTC (rev 634221)
@@ -1,67 +0,0 @@
-# $Id$
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Dan McGee 
-# Contributor: Jaroslaw Rosiek 
-# Contributor: Darwin Bautista 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Florian Pritz 
-
-pkgname=asciidoc
-pkgver=8.6.10
-pkgrel=1
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='http://www.methods.co.nz/asciidoc/'
-license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc/archive/${pkgver}.tar.gz;)
-md5sums=('4e69960f4d431780e9828f53417d8d7a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  #for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- #filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   #sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  #done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
-  sed -i -e 's#python a2x.py#python2 a2x.py#' Makefile.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  autoconf
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-  make docs DESTDIR=${pkgdir}
-
-  install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version) 
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 634220, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-25 13:07:51 UTC (rev 634221)
@@ -0,0 +1,66 @@
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dan McGee 
+# Contributor: Jaroslaw Rosiek 
+# Contributor: Darwin Bautista 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Florian Pritz 
+
+pkgname=asciidoc
+pkgver=8.6.10
+pkgrel=2
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='https://www.methods.co.nz/asciidoc/'
+license=('GPL')
+depends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('lilypond: music-filter'
+'imagemagick: music-filter (used in conjunction with lilypond)'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'lynx: text generation'
+'w3m: text generation (alternative to lynx)')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc/archive/${pkgver}.tar.gz;)
+md5sums=('4e69960f4d431780e9828f53417d8d7a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  #for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
+ #filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
+   #sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  #done
+  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
+  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
+  #sed -i -e 's/{python}/{python2}/g' \
+ #-e 's#{language@python:py:#{language@python2:py:#' \
+ #filters/source/source-highlight-filter.conf \
+ #html5.conf xhtml11.conf xhtml11-quirks.conf
+  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
+  sed -i -e 's#python a2x.py#python2 

[arch-commits] Commit in asciidoc/repos/community-any (PKGBUILD PKGBUILD)

2017-12-09 Thread Florian Pritz via arch-commits
Date: Saturday, December 9, 2017 @ 18:54:28
  Author: bluewind
Revision: 273398

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 273397, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  132 ++---
 1 file changed, 67 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-09 18:54:19 UTC (rev 273397)
+++ PKGBUILD2017-12-09 18:54:28 UTC (rev 273398)
@@ -1,65 +0,0 @@
-# $Id$
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Dan McGee 
-# Contributor: Jaroslaw Rosiek 
-# Contributor: Darwin Bautista 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Florian Pritz 
-
-pkgname=asciidoc
-pkgver=8.6.9
-pkgrel=3
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='http://www.methods.co.nz/asciidoc/'
-license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c59018f105be8d022714b826b0be130a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-  make docs DESTDIR=${pkgdir}
-
-  install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version) 
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 273397, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-09 18:54:28 UTC (rev 273398)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dan McGee 
+# Contributor: Jaroslaw Rosiek 
+# Contributor: Darwin Bautista 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Florian Pritz 
+
+pkgname=asciidoc
+pkgver=8.6.10
+pkgrel=1
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='http://www.methods.co.nz/asciidoc/'
+license=('GPL')
+depends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('lilypond: music-filter'
+'imagemagick: music-filter (used in conjunction with lilypond)'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'lynx: text generation'
+'w3m: text generation (alternative to lynx)')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc/archive/${pkgver}.tar.gz;)
+md5sums=('4e69960f4d431780e9828f53417d8d7a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  #for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
+ #filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
+   #sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  #done
+  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
+  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
+  #sed -i -e 's/{python}/{python2}/g' \
+ #-e 's#{language@python:py:#{language@python2:py:#' \
+  

[arch-commits] Commit in asciidoc/repos/community-any (PKGBUILD PKGBUILD)

2016-07-14 Thread Florian Pritz
Date: Thursday, July 14, 2016 @ 15:15:02
  Author: bluewind
Revision: 182904

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 182903, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  129 ++---
 1 file changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-14 15:14:59 UTC (rev 182903)
+++ PKGBUILD2016-07-14 15:15:02 UTC (rev 182904)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Dan McGee 
-# Contributor: Jaroslaw Rosiek 
-# Contributor: Darwin Bautista 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Florian Pritz 
-
-pkgname=asciidoc
-pkgver=8.6.9
-pkgrel=2
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='http://www.methods.co.nz/asciidoc/'
-license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c59018f105be8d022714b826b0be130a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version) 
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 182903, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-14 15:15:02 UTC (rev 182904)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dan McGee 
+# Contributor: Jaroslaw Rosiek 
+# Contributor: Darwin Bautista 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Florian Pritz 
+
+pkgname=asciidoc
+pkgver=8.6.9
+pkgrel=3
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='http://www.methods.co.nz/asciidoc/'
+license=('GPL')
+depends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('lilypond: music-filter'
+'imagemagick: music-filter (used in conjunction with lilypond)'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'lynx: text generation'
+'w3m: text generation (alternative to lynx)')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c59018f105be8d022714b826b0be130a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
+ filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
+   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
+  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
+  #sed -i -e 's/{python}/{python2}/g' \
+ #-e 's#{language@python:py:#{language@python2:py:#' \
+ #filters/source/source-highlight-filter.conf \
+   

[arch-commits] Commit in asciidoc/repos/community-any (PKGBUILD PKGBUILD)

2014-09-14 Thread Florian Pritz
Date: Sunday, September 14, 2014 @ 18:00:38
  Author: bluewind
Revision: 118969

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 118968, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  131 +
 1 file changed, 64 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-14 16:00:30 UTC (rev 118968)
+++ PKGBUILD2014-09-14 16:00:38 UTC (rev 118969)
@@ -1,67 +0,0 @@
-# $Id$
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Dan McGee d...@archlinux.org
-# Contributor: Jaroslaw Rosiek philos...@interia.pl
-# Contributor: Darwin Bautista djclue...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Florian Pritz f...@xinu.at
-
-pkgname=asciidoc
-pkgver=8.6.9
-pkgrel=1
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='http://www.methods.co.nz/asciidoc/'
-license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c59018f105be8d022714b826b0be130a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e s#'python'#'python2'#g filters/code/code-filter.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  install -Dm644 vim/syntax/asciidoc.vim \
-${pkgdir}/usr/share/vim/vimfiles/syntax/asciidoc.vim
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 asciidoc table style doesn't work 
(mismatched python version) 
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 118968, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-14 16:00:38 UTC (rev 118969)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+# Contributor: Jaroslaw Rosiek philos...@interia.pl
+# Contributor: Darwin Bautista djclue...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Florian Pritz f...@xinu.at
+
+pkgname=asciidoc
+pkgver=8.6.9
+pkgrel=2
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='http://www.methods.co.nz/asciidoc/'
+license=('GPL')
+depends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('lilypond: music-filter'
+'imagemagick: music-filter (used in conjunction with lilypond)'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'lynx: text generation'
+'w3m: text generation (alternative to lynx)')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c59018f105be8d022714b826b0be130a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
+ filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
+   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
+  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
+  #sed -i -e 's/{python}/{python2}/g' \
+ #-e 

[arch-commits] Commit in asciidoc/repos/community-any (PKGBUILD PKGBUILD)

2013-11-13 Thread Florian Pritz
Date: Wednesday, November 13, 2013 @ 18:41:24
  Author: bluewind
Revision: 100945

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 100944, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  137 +
 1 file changed, 67 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 17:41:18 UTC (rev 100944)
+++ PKGBUILD2013-11-13 17:41:24 UTC (rev 100945)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Dan McGee d...@archlinux.org
-# Contributor: Jaroslaw Rosiek philos...@interia.pl
-# Contributor: Darwin Bautista djclue...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Florian Pritz f...@xinu.at
-
-pkgname=asciidoc
-pkgver=8.6.8
-pkgrel=2
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='http://www.methods.co.nz/asciidoc/'
-license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('61ab211f30481741ce4d1e4b12bf')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e s#'python'#'python2'#g filters/code/code-filter.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  install -Dm644 vim/syntax/asciidoc.vim \
-${pkgdir}/usr/share/vim/vimfiles/syntax/asciidoc.vim
-
-  install -Dm644 vim/ftdetect/asciidoc_filetype.vim \
-${pkgdir}/usr/share/vim/vimfiles/ftdetect/asciidoc.vim
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 asciidoc table style doesn't work 
(mismatched python version) 
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 100944, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 17:41:24 UTC (rev 100945)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+# Contributor: Jaroslaw Rosiek philos...@interia.pl
+# Contributor: Darwin Bautista djclue...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Florian Pritz f...@xinu.at
+
+pkgname=asciidoc
+pkgver=8.6.9
+pkgrel=1
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='http://www.methods.co.nz/asciidoc/'
+license=('GPL')
+depends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('lilypond: music-filter'
+'imagemagick: music-filter (used in conjunction with lilypond)'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'lynx: text generation'
+'w3m: text generation (alternative to lynx)')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c59018f105be8d022714b826b0be130a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
+ filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
+   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
+  #sed -i