[arch-commits] Commit in kea-devel-docs/repos/community-any (PKGBUILD PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Wed Jan 23 22:24:25 UTC 2019


    Date: Wednesday, January 23, 2019 @ 22:24:23
  Author: zorun
Revision: 427418

archrelease: copy trunk to community-any

Added:
  kea-devel-docs/repos/community-any/PKGBUILD
    (from rev 427417, kea-devel-docs/trunk/PKGBUILD)
Deleted:
  kea-devel-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 22:23:48 UTC (rev 427417)
+++ PKGBUILD	2019-01-23 22:24:23 UTC (rev 427418)
@@ -1,33 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-pkgname='kea-devel-docs'
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP server engine'
-arch=('any')
-url='http://kea.isc.org'
-license=('MPL2')
-depends=()
-makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure happy, not actually used.
-             'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
-source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
-sha512sums=('ce4e2bcdc6f06472c4dccfc9cc26b06ff10ce1ce947b2bdc8753bbb15ff77831f7317625bdd81d24c945cf0d4c33cf9eef0ae0be21149532b0b9b9bc8892dd14'
-            'SKIP')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems Consortium, Inc. (Signing key, 2017-2018) <codesign at isc.org>
-
-build() {
-  cd "${srcdir}/kea-${pkgver}"
-  autoreconf --install
-  ./configure \
-      --prefix='/usr' \
-      --sbindir='/usr/bin' \
-      --libexecdir='/usr/bin' \
-      --sysconfdir='/etc' \
-      --localstatedir='/var'
-  make -C doc devel
-}
-
-package() {
-  cd "${srcdir}/kea-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/kea/"
-  cp -r doc/html "${pkgdir}/usr/share/doc/kea/devel"
-}

Copied: kea-devel-docs/repos/community-any/PKGBUILD (from rev 427417, kea-devel-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-23 22:24:23 UTC (rev 427418)
@@ -0,0 +1,33 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+pkgname='kea-devel-docs'
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP server engine'
+arch=('any')
+url='http://kea.isc.org'
+license=('MPL2')
+depends=()
+makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure happy, not actually used.
+             'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
+source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
+            'SKIP')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems Consortium, Inc. (Signing key, 2017-2018) <codesign at isc.org>
+
+build() {
+  cd "${srcdir}/kea-${pkgver}"
+  autoreconf --install
+  ./configure \
+      --prefix='/usr' \
+      --sbindir='/usr/bin' \
+      --libexecdir='/usr/bin' \
+      --sysconfdir='/etc' \
+      --localstatedir='/var'
+  make -C doc devel
+}
+
+package() {
+  cd "${srcdir}/kea-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/kea/"
+  cp -r doc/html "${pkgdir}/usr/share/doc/kea/devel"
+}



More information about the arch-commits mailing list