[arch-commits] Commit in yelp-tools/repos (3 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:24
  Author: jgc
Revision: 223033

db-move: moved yelp-tools from [gnome-unstable] to [testing] (any)

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
(from rev 223030, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  yelp-tools/repos/gnome-unstable-any/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 223030, 
yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:53:24 UTC (rev 223033)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('138f9c672d62829b3273c9a72abf4bc372988933ab902ed1b0578921801a1035')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yelp-tools/repos (3 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:12:26
  Author: heftig
Revision: 183470

db-move: moved yelp-tools from [testing] to [extra] (any)

Added:
  yelp-tools/repos/extra-any/PKGBUILD
(from rev 183326, yelp-tools/repos/testing-any/PKGBUILD)
Deleted:
  yelp-tools/repos/extra-any/PKGBUILD
  yelp-tools/repos/testing-any/

+
 /PKGBUILD  |   26 ++
 extra-any/PKGBUILD |   26 --
 2 files changed, 26 insertions(+), 26 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-04-21 22:12:25 UTC (rev 183469)
+++ extra-any/PKGBUILD  2013-04-21 22:12:26 UTC (rev 183470)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=yelp-tools
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Tools for creating Yelp documentation
-arch=('any')
-depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
-license=('GPL')
-options=('!emptydirs' '!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e5394b2d1a355c28df356db4b9c1426e633f65b47f5fcf29aa986c2969f30abd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 183326, 
yelp-tools/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-04-21 22:12:26 UTC (rev 183470)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5226e8245bb87f10e485aa65f5bf18d9e4fb5ef82f2e3c3734dd91bdf6f5c19a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yelp-tools/repos (3 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:43
  Author: heftig
Revision: 182588

db-move: moved yelp-tools from [staging] to [testing] (any)

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
(from rev 182430, yelp-tools/repos/staging-any/PKGBUILD)
Deleted:
  yelp-tools/repos/staging-any/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 182430, 
yelp-tools/repos/staging-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-10 19:14:43 UTC (rev 182588)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5226e8245bb87f10e485aa65f5bf18d9e4fb5ef82f2e3c3734dd91bdf6f5c19a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yelp-tools/repos (3 files)

2012-10-30 Thread Jan Steffens
Date: Tuesday, October 30, 2012 @ 18:59:00
  Author: heftig
Revision: 169965

db-move: moved yelp-tools from [testing] to [extra] (any)

Added:
  yelp-tools/repos/extra-any/PKGBUILD
(from rev 169962, yelp-tools/repos/testing-any/PKGBUILD)
Deleted:
  yelp-tools/repos/extra-any/PKGBUILD
  yelp-tools/repos/testing-any/

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-10-30 22:58:57 UTC (rev 169964)
+++ extra-any/PKGBUILD  2012-10-30 22:59:00 UTC (rev 169965)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=yelp-tools
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=Tools for creating Yelp documentation
-arch=('any')
-depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
-license=('GPL')
-options=('!emptydirs' '!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('21f72c853020f71c526e79245ffabb15258b5f6030c64d41a3911740bd95b9c5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 169962, 
yelp-tools/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-10-30 22:59:00 UTC (rev 169965)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5394b2d1a355c28df356db4b9c1426e633f65b47f5fcf29aa986c2969f30abd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yelp-tools/repos (3 files)

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:22:06
  Author: jgc
Revision: 169141

db-move: moved yelp-tools from [gnome-unstable] to [testing] (any)

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
(from rev 169138, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  yelp-tools/repos/gnome-unstable-any/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 169138, 
yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-10-18 19:22:06 UTC (rev 169141)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5394b2d1a355c28df356db4b9c1426e633f65b47f5fcf29aa986c2969f30abd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yelp-tools/repos (3 files)

2012-04-23 Thread Ionut Biru
Date: Monday, April 23, 2012 @ 05:11:05
  Author: ibiru
Revision: 157007

db-move: moved yelp-tools from [testing] to [extra] (any)

Added:
  yelp-tools/repos/extra-any/PKGBUILD
(from rev 156695, yelp-tools/repos/testing-any/PKGBUILD)
Deleted:
  yelp-tools/repos/extra-any/PKGBUILD
  yelp-tools/repos/testing-any/

--+
 PKGBUILD |   51 ++-
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-04-23 09:11:04 UTC (rev 157006)
+++ extra-any/PKGBUILD  2012-04-23 09:11:05 UTC (rev 157007)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=yelp-tools
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=Tools for creating Yelp documentation
-arch=('any')
-depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
-license=('GPL')
-options=('!emptydirs' '!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0da05c50ed30f049d654dda4bc2b438fb29b728ec172945d8a1944abfdf1b7b9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 156695, 
yelp-tools/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-04-23 09:11:05 UTC (rev 157007)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('21f72c853020f71c526e79245ffabb15258b5f6030c64d41a3911740bd95b9c5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yelp-tools/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:37:57
  Author: heftig
Revision: 155293

db-move: moved yelp-tools from [gnome-unstable] to [testing] (any)

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
(from rev 155005, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  yelp-tools/repos/gnome-unstable-any/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 155005, 
yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-04-01 11:37:57 UTC (rev 155293)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c411eb3678c653a463ffb00a169c0183b43989c40d19e2dac9fe64b093cab799')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yelp-tools/repos (3 files)

2011-10-19 Thread Ionut Biru
Date: Thursday, October 20, 2011 @ 01:44:27
  Author: ibiru
Revision: 140964

db-move: moved yelp-tools from [testing] to [extra] (any)

Added:
  yelp-tools/repos/extra-any/PKGBUILD
(from rev 140832, yelp-tools/repos/testing-any/PKGBUILD)
Deleted:
  yelp-tools/repos/extra-any/PKGBUILD
  yelp-tools/repos/testing-any/

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2011-10-20 05:44:26 UTC (rev 140963)
+++ extra-any/PKGBUILD  2011-10-20 05:44:27 UTC (rev 140964)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=yelp-tools
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=Tools for creating Yelp documentation
-arch=('any')
-depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
-license=('GPL')
-options=('!emptydirs' '!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45038c909ec50d9656745d4668cba964247e204e85bd75c6e78e4a9bc7729f9a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 140832, 
yelp-tools/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2011-10-20 05:44:27 UTC (rev 140964)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0da05c50ed30f049d654dda4bc2b438fb29b728ec172945d8a1944abfdf1b7b9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in yelp-tools/repos (3 files)

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:33:38
  Author: ibiru
Revision: 139080

db-move: moved yelp-tools from [gnome-unstable] to [testing] (any)

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
(from rev 138832, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  yelp-tools/repos/gnome-unstable-any/

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 138832, 
yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-09-28 19:33:38 UTC (rev 139080)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('45038c909ec50d9656745d4668cba964247e204e85bd75c6e78e4a9bc7729f9a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}