[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 22:15:42
  Author: zorun
Revision: 536122

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/PKGBUILD
(from rev 536121, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 536121, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-ctrl-agent.service
(from rev 536121, kea/trunk/kea-ctrl-agent.service)
  kea/repos/community-x86_64/kea-dhcp-ddns.service
(from rev 536121, kea/trunk/kea-dhcp-ddns.service)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 536121, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 536121, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 536121, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-ctrl-agent.service
  kea/repos/community-x86_64/kea-dhcp-ddns.service
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

+
 PKGBUILD   |  160 +--
 fix-scripts-include-path.patch |  532 +++
 kea-ctrl-agent.service |   28 +-
 kea-dhcp-ddns.service  |   26 -
 kea-dhcp4.service  |   28 +-
 kea-dhcp6.service  |   28 +-
 tmpfiles-kea.conf  |2 
 7 files changed, 403 insertions(+), 401 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 22:15:12 UTC (rev 536121)
+++ PKGBUILD2019-12-06 22:15:42 UTC (rev 536122)
@@ -1,79 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: nfnty
-pkgname='kea'
-pkgver=1.5.0
-_upstreamver=1.5.0
-pkgrel=10
-pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
-arch=('x86_64')
-url='https://kea.isc.org'
-license=('MPL2')
-depends=('botan' 'boost-libs' 'log4cplus' 'mariadb-libs' 'postgresql-libs')
-makedepends=('boost'
- 'postgresql' # Needed for some headers
- 'python') # kea-shell
-optdepends=('mariadb: lease information database'
-'postgresql: lease information database'
-'python: to use kea-shell'
-'kea-devel-docs: developer documentation')
-# Checks are disabled for now
-#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
-backup=('etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
-
-source=(https://ftp.isc.org/isc/kea/${_upstreamver}/kea-${_upstreamver}.tar.gz{,.asc}
-fix-scripts-include-path.patch
-tmpfiles-kea.conf
-kea-dhcp4.service
-kea-dhcp6.service
-kea-dhcp-ddns.service
-kea-ctrl-agent.service)
-sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
-'SKIP'
-
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
-
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
-
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
-
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
-
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
-
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
-  # Also, it fallbacks to the absolute path inside the chrooted build dir,
-  # which will certainly not exist on the target system...
-  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  autoreconf --install
-  ./configure \
-  --prefix='/usr' \
-  --sbindir='/usr/bin' \
-  --libexecdir='/usr/bin' \
-  --sysconfdir='/etc' \
-  --localstatedir='/var' \
-  --with-dhcp-mysql \
-  --with-dhcp-pgsql \
-  --enable-shell
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # Disable for 

[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2019-11-11 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 07:39:01
  Author: arojas
Revision: 526956

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/PKGBUILD
(from rev 526955, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 526955, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-ctrl-agent.service
(from rev 526955, kea/trunk/kea-ctrl-agent.service)
  kea/repos/community-x86_64/kea-dhcp-ddns.service
(from rev 526955, kea/trunk/kea-dhcp-ddns.service)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 526955, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 526955, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 526955, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-ctrl-agent.service
  kea/repos/community-x86_64/kea-dhcp-ddns.service
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

+
 PKGBUILD   |  158 +--
 fix-scripts-include-path.patch |  532 +++
 kea-ctrl-agent.service |   28 +-
 kea-dhcp-ddns.service  |   26 -
 kea-dhcp4.service  |   28 +-
 kea-dhcp6.service  |   28 +-
 tmpfiles-kea.conf  |2 
 7 files changed, 401 insertions(+), 401 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 07:38:30 UTC (rev 526955)
+++ PKGBUILD2019-11-12 07:39:01 UTC (rev 526956)
@@ -1,79 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: nfnty
-pkgname='kea'
-pkgver=1.5.0
-_upstreamver=1.5.0
-pkgrel=7
-pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
-arch=('x86_64')
-url='https://kea.isc.org'
-license=('MPL2')
-depends=('botan' 'boost-libs' 'log4cplus' 'mariadb-libs' 'postgresql-libs')
-makedepends=('boost'
- 'postgresql' # Needed for some headers
- 'python') # kea-shell
-optdepends=('mariadb: lease information database'
-'postgresql: lease information database'
-'python: to use kea-shell'
-'kea-devel-docs: developer documentation')
-# Checks are disabled for now
-#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
-backup=('etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
-
-source=(https://ftp.isc.org/isc/kea/${_upstreamver}/kea-${_upstreamver}.tar.gz{,.asc}
-fix-scripts-include-path.patch
-tmpfiles-kea.conf
-kea-dhcp4.service
-kea-dhcp6.service
-kea-dhcp-ddns.service
-kea-ctrl-agent.service)
-sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
-'SKIP'
-
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
-
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
-
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
-
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
-
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
-
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
-  # Also, it fallbacks to the absolute path inside the chrooted build dir,
-  # which will certainly not exist on the target system...
-  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  autoreconf --install
-  ./configure \
-  --prefix='/usr' \
-  --sbindir='/usr/bin' \
-  --libexecdir='/usr/bin' \
-  --sysconfdir='/etc' \
-  --localstatedir='/var' \
-  --with-dhcp-mysql \
-  --with-dhcp-pgsql \
-  --enable-shell
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # Disable for 

[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2019-11-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 5, 2019 @ 21:23:40
  Author: arojas
Revision: 524235

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/PKGBUILD
(from rev 524234, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 524234, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-ctrl-agent.service
(from rev 524234, kea/trunk/kea-ctrl-agent.service)
  kea/repos/community-x86_64/kea-dhcp-ddns.service
(from rev 524234, kea/trunk/kea-dhcp-ddns.service)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 524234, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 524234, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 524234, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-ctrl-agent.service
  kea/repos/community-x86_64/kea-dhcp-ddns.service
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

+
 PKGBUILD   |  158 +--
 fix-scripts-include-path.patch |  532 +++
 kea-ctrl-agent.service |   28 +-
 kea-dhcp-ddns.service  |   26 -
 kea-dhcp4.service  |   28 +-
 kea-dhcp6.service  |   28 +-
 tmpfiles-kea.conf  |2 
 7 files changed, 401 insertions(+), 401 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-05 21:23:15 UTC (rev 524234)
+++ PKGBUILD2019-11-05 21:23:40 UTC (rev 524235)
@@ -1,79 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: nfnty
-pkgname='kea'
-pkgver=1.5.0
-_upstreamver=1.5.0
-pkgrel=6
-pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
-arch=('x86_64')
-url='https://kea.isc.org'
-license=('MPL2')
-depends=('botan' 'boost-libs' 'log4cplus' 'mariadb-libs' 'postgresql-libs')
-makedepends=('boost'
- 'postgresql' # Needed for some headers
- 'python') # kea-shell
-optdepends=('mariadb: lease information database'
-'postgresql: lease information database'
-'python: to use kea-shell'
-'kea-devel-docs: developer documentation')
-# Checks are disabled for now
-#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
-backup=('etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
-
-source=(https://ftp.isc.org/isc/kea/${_upstreamver}/kea-${_upstreamver}.tar.gz{,.asc}
-fix-scripts-include-path.patch
-tmpfiles-kea.conf
-kea-dhcp4.service
-kea-dhcp6.service
-kea-dhcp-ddns.service
-kea-ctrl-agent.service)
-sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
-'SKIP'
-
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
-
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
-
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
-
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
-
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
-
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
-  # Also, it fallbacks to the absolute path inside the chrooted build dir,
-  # which will certainly not exist on the target system...
-  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  autoreconf --install
-  ./configure \
-  --prefix='/usr' \
-  --sbindir='/usr/bin' \
-  --libexecdir='/usr/bin' \
-  --sysconfdir='/etc' \
-  --localstatedir='/var' \
-  --with-dhcp-mysql \
-  --with-dhcp-pgsql \
-  --enable-shell
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # Disable for 

[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2019-11-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 5, 2019 @ 20:59:25
  Author: arojas
Revision: 524231

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/PKGBUILD
(from rev 524230, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 524230, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-ctrl-agent.service
(from rev 524230, kea/trunk/kea-ctrl-agent.service)
  kea/repos/community-x86_64/kea-dhcp-ddns.service
(from rev 524230, kea/trunk/kea-dhcp-ddns.service)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 524230, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 524230, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 524230, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-ctrl-agent.service
  kea/repos/community-x86_64/kea-dhcp-ddns.service
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

+
 PKGBUILD   |  158 +--
 fix-scripts-include-path.patch |  532 +++
 kea-ctrl-agent.service |   28 +-
 kea-dhcp-ddns.service  |   26 -
 kea-dhcp4.service  |   28 +-
 kea-dhcp6.service  |   28 +-
 tmpfiles-kea.conf  |2 
 7 files changed, 401 insertions(+), 401 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-05 20:58:58 UTC (rev 524230)
+++ PKGBUILD2019-11-05 20:59:25 UTC (rev 524231)
@@ -1,79 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: nfnty
-pkgname='kea'
-pkgver=1.5.0
-_upstreamver=1.5.0
-pkgrel=5
-pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
-arch=('x86_64')
-url='https://kea.isc.org'
-license=('MPL2')
-depends=('botan>=2.7.0' 'boost-libs' 'log4cplus' 'mariadb-libs' 
'postgresql-libs')
-makedepends=('boost'
- 'postgresql' # Needed for some headers
- 'python') # kea-shell
-optdepends=('mariadb: lease information database'
-'postgresql: lease information database'
-'python: to use kea-shell'
-'kea-devel-docs: developer documentation')
-# Checks are disabled for now
-#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
-backup=('etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
-
-source=(https://ftp.isc.org/isc/kea/${_upstreamver}/kea-${_upstreamver}.tar.gz{,.asc}
-fix-scripts-include-path.patch
-tmpfiles-kea.conf
-kea-dhcp4.service
-kea-dhcp6.service
-kea-dhcp-ddns.service
-kea-ctrl-agent.service)
-sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
-'SKIP'
-
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
-
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
-
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
-
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
-
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
-
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
-  # Also, it fallbacks to the absolute path inside the chrooted build dir,
-  # which will certainly not exist on the target system...
-  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  autoreconf --install
-  ./configure \
-  --prefix='/usr' \
-  --sbindir='/usr/bin' \
-  --libexecdir='/usr/bin' \
-  --sysconfdir='/etc' \
-  --localstatedir='/var' \
-  --with-dhcp-mysql \
-  --with-dhcp-pgsql \
-  --enable-shell
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # 

[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2018-04-23 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 24, 2018 @ 05:20:22
  Author: svenstaro
Revision: 317490

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/3c22fedef78c5391561dd66c0a0de6d593351f6c.patch
(from rev 317489, kea/trunk/3c22fedef78c5391561dd66c0a0de6d593351f6c.patch)
  kea/repos/community-x86_64/PKGBUILD
(from rev 317489, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/asiolink-fix-build-with-boost-1.66.patch
(from rev 317489, kea/trunk/asiolink-fix-build-with-boost-1.66.patch)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 317489, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 317489, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 317489, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 317489, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/3c22fedef78c5391561dd66c0a0de6d593351f6c.patch
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/asiolink-fix-build-with-boost-1.66.patch
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

+
 3c22fedef78c5391561dd66c0a0de6d593351f6c.patch |  130 -
 PKGBUILD   |  164 +--
 asiolink-fix-build-with-boost-1.66.patch   |  198 +++---
 fix-scripts-include-path.patch |  324 +++
 kea-dhcp4.service  |   24 -
 kea-dhcp6.service  |   24 -
 tmpfiles-kea.conf  |2 
 7 files changed, 433 insertions(+), 433 deletions(-)

Deleted: 3c22fedef78c5391561dd66c0a0de6d593351f6c.patch
===
--- 3c22fedef78c5391561dd66c0a0de6d593351f6c.patch  2018-04-24 05:20:09 UTC 
(rev 317489)
+++ 3c22fedef78c5391561dd66c0a0de6d593351f6c.patch  2018-04-24 05:20:22 UTC 
(rev 317490)
@@ -1,65 +0,0 @@
-From d6c31960033ff0f4aa05b4c2698cf456145ce6ff Mon Sep 17 00:00:00 2001
-From: Francis Dupont 
-Date: Sun, 8 Oct 2017 01:09:11 +0200
-Subject: [PATCH] [5380] Addressed another log4cplus 2.0.0 API change
-

- src/lib/log/logger_level_impl.cc | 10 --
- src/lib/log/logger_level_impl.h  |  6 +-
- 2 files changed, 13 insertions(+), 3 deletions(-)
-
-diff --git a/src/lib/log/logger_level_impl.cc 
b/src/lib/log/logger_level_impl.cc
-index 79ca4856f2..fdcc5d367f 100644
 a/src/lib/log/logger_level_impl.cc
-+++ b/src/lib/log/logger_level_impl.cc
-@@ -177,20 +177,26 @@ LoggerLevelImpl::logLevelFromString(const 
log4cplus::tstring& level) {
- 
- // Convert logging level to string.  If the level is a valid debug level,
- // return the string DEBUG, else return the empty string.
-+#if LOG4CPLUS_VERSION < LOG4CPLUS_MAKE_VERSION(2, 0, 0)
- LoggerLevelImpl::LogLevelString
-+#else
-+const LoggerLevelImpl::LogLevelString&
-+#endif
- LoggerLevelImpl::logLevelToString(log4cplus::LogLevel level) {
- Level bindlevel = convertToBindLevel(level);
- Severity& severity = bindlevel.severity;
- int& dbglevel = bindlevel.dbglevel;
-+static LoggerLevelImpl::LogLevelString debug_ = tstring("DEBUG");
-+static LoggerLevelImpl::LogLevelString empty_ = tstring();
- 
- if ((severity == DEBUG) &&
- ((dbglevel >= MIN_DEBUG_LEVEL) && (dbglevel <= MAX_DEBUG_LEVEL))) {
--return (tstring("DEBUG"));
-+return (debug_);
- }
- 
- // Unknown, so return empty string for log4cplus to try other conversion
- // functions.
--return (tstring());
-+return (empty_);
- }
- 
- // Initialization.  Register the conversion functions with the 
LogLevelManager.
-diff --git a/src/lib/log/logger_level_impl.h b/src/lib/log/logger_level_impl.h
-index 96696c2b1f..77da5f7408 100644
 a/src/lib/log/logger_level_impl.h
-+++ b/src/lib/log/logger_level_impl.h
-@@ -1,4 +1,4 @@
--// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
-+// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
- //
- // This Source Code Form is subject to the terms of the Mozilla Public
- // License, v. 2.0. If a copy of the MPL was not distributed with this
-@@ -107,7 +107,11 @@ typedef log4cplus::tstring LogLevelString;
- /// \param level Extended logging level
- ///
- /// \return Equivalent string.
-+#if LOG4CPLUS_VERSION < LOG4CPLUS_MAKE_VERSION(2, 0, 0)
- static LogLevelString logLevelToString(log4cplus::LogLevel level);
-+#else
-+static const LogLevelString& logLevelToString(log4cplus::LogLevel level);
-+#endif
- 
- /// \brief Initialize extended logging levels
- ///

Copied: 
kea/repos/community-x86_64/3c22fedef78c5391561dd66c0a0de6d593351f6c.patch (from 
rev 

[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2018-01-11 Thread Alexander Rødseth via arch-commits
Date: Thursday, January 11, 2018 @ 23:32:18
  Author: arodseth
Revision: 281502

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/PKGBUILD
(from rev 281501, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/add-missing-header.patch
(from rev 281501, kea/trunk/add-missing-header.patch)
  kea/repos/community-x86_64/asiolink-fix-build-with-boost-1.66.patch
(from rev 281501, kea/trunk/asiolink-fix-build-with-boost-1.66.patch)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 281501, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 281501, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 281501, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 281501, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/add-missing-header.patch
  kea/repos/community-x86_64/asiolink-fix-build-with-boost-1.66.patch
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

--+
 PKGBUILD |  158 +++---
 add-missing-header.patch |   36 +--
 asiolink-fix-build-with-boost-1.66.patch |  198 -
 fix-scripts-include-path.patch   |  324 ++---
 kea-dhcp4.service|   24 +-
 kea-dhcp6.service|   24 +-
 tmpfiles-kea.conf|2 
 7 files changed, 383 insertions(+), 383 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 23:32:04 UTC (rev 281501)
+++ PKGBUILD2018-01-11 23:32:18 UTC (rev 281502)
@@ -1,79 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: nfnty
-pkgname='kea'
-pkgver=1.3.0
-pkgrel=3
-pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
-arch=('x86_64')
-url='http://kea.isc.org'
-license=('MPL2')
-depends=('botan' 'boost-libs' 'log4cplus' 'libmariadbclient' 'postgresql-libs')
-makedepends=('boost'
- 'postgresql' # Needed for some headers
- 'python') # kea-shell
-optdepends=('mariadb: lease information database'
-'postgresql: lease information database'
-'python: to use kea-shell'
-'kea-devel-docs: developer documentation')
-# Checks are disabled for now
-#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
-backup=('etc/kea/kea.conf' 'etc/kea/kea-ca.conf' # Config files up to Kea 1.2
-'etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
-
-source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc}
-fix-scripts-include-path.patch
-asiolink-fix-build-with-boost-1.66.patch
-tmpfiles-kea.conf
-kea-dhcp4.service
-kea-dhcp6.service)
-sha512sums=('4708485efe537d9af00b50da9a3f33b740edaf37d9bbfe96f5625e30715349c48ef8a32f5abb8320f00821aea642a5b7ecdbc9f0d323a71b7a07f46f1bed978b'
-'SKIP'
-
'81874fd3a12f55ea23593b7248c7653450c3a6e5ba8e79c7c5fb40ab685b0dc5d4e29e50f1bd9018200731dba35f15e5d86c8005c94d14865d73e19983e5'
-
'2ac01524f70c95986cb64f8d0fc29612aec38c8ab95892469329ced071cf3660b4e9997b6e22a62765c244a9c68b41c4729aec8cfe03099e009ce858faa5c661'
-
'13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
-
'24fdd95fc25bcd6aaf21cec598f3d09715418705aadbb2403792b62f4d8789b1897aa65f5e68184612d0a2c1c6be4123491db2fc3b1d602f6e7c5cd6c2d278eb'
-
'f4d54483034ac5d2815a5a06cec84a20aa2849484630d7eeed4d9f2bd7cb96814f80d1f06da2f10b43eabdba0f79f4fb7befe06171001b7d1617844fe8813dae')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
-  # Also, it fallbacks to the absolute path inside the chrooted build dir,
-  # which will certainly not exist on the target system...
-  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
-
-  patch -p1 < "${srcdir}"/asiolink-fix-build-with-boost-1.66.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --install
-  ./configure \
-  --prefix='/usr' \
-  --sbindir='/usr/bin' \
-  --libexecdir='/usr/bin' \
-  --sysconfdir='/etc' \
-  --localstatedir='/var' \
-  --with-dhcp-mysql \
-  

[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2017-12-30 Thread Baptiste Jonglez via arch-commits
Date: Saturday, December 30, 2017 @ 16:48:44
  Author: zorun
Revision: 277472

kea: revert 277469, this was meant to go in community-staging

Added:
  kea/repos/community-x86_64/LICENSE
(from rev 277468, kea/repos/community-x86_64/LICENSE)
  kea/repos/community-x86_64/PKGBUILD
(from rev 277468, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/add-missing-header.patch
(from rev 277468, kea/trunk/add-missing-header.patch)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 277468, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 277468, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 277468, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 277468, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/add-missing-header.patch
  kea/repos/community-x86_64/asiolink-fix-build-with-boost-1.66.patch
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

--+
 LICENSE  |  374 +
 PKGBUILD |  173 +++--
 add-missing-header.patch |   36 +-
 asiolink-fix-build-with-boost-1.66.patch |   99 ---
 fix-scripts-include-path.patch   |  324 -
 kea-dhcp4.service|   24 -
 kea-dhcp6.service|   24 -
 tmpfiles-kea.conf|2 
 8 files changed, 673 insertions(+), 383 deletions(-)

Copied: kea/repos/community-x86_64/LICENSE (from rev 277468, 
kea/repos/community-x86_64/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-12-30 16:48:44 UTC (rev 277472)
@@ -0,0 +1,374 @@
+Mozilla Public License Version 2.0
+==
+
+1. Definitions
+--
+
+1.1. "Contributor"
+means each individual or legal entity that creates, contributes to
+the creation of, or owns Covered Software.
+
+1.2. "Contributor Version"
+means the combination of the Contributions of others (if any) used
+by a Contributor and that particular Contributor's Contribution.
+
+1.3. "Contribution"
+means Covered Software of a particular Contributor.
+
+1.4. "Covered Software"
+means Source Code Form to which the initial Contributor has attached
+the notice in Exhibit A, the Executable Form of such Source Code
+Form, and Modifications of such Source Code Form, in each case
+including portions thereof.
+
+1.5. "Incompatible With Secondary Licenses"
+means
+
+(a) that the initial Contributor has attached the notice described
+in Exhibit B to the Covered Software; or
+
+(b) that the Covered Software was made available under the terms of
+version 1.1 or earlier of the License, but not also under the
+terms of a Secondary License.
+
+1.6. "Executable Form"
+means any form of the work other than Source Code Form.
+
+1.7. "Larger Work"
+means a work that combines Covered Software with other material, in
+a separate file or files, that is not Covered Software.
+
+1.8. "License"
+means this document.
+
+1.9. "Licensable"
+means having the right to grant, to the maximum extent possible,
+whether at the time of the initial grant or subsequently, any and
+all of the rights conveyed by this License.
+
+1.10. "Modifications"
+means any of the following:
+
+(a) any file in Source Code Form that results from an addition to,
+deletion from, or modification of the contents of Covered
+Software; or
+
+(b) any new file in Source Code Form that contains any Covered
+Software.
+
+1.11. "Patent Claims" of a Contributor
+means any patent claim(s), including without limitation, method,
+process, and apparatus claims, in any patent Licensable by such
+Contributor that would be infringed, but for the grant of the
+License, by the making, using, selling, offering for sale, having
+made, import, or transfer of either its Contributions or its
+Contributor Version.
+
+1.12. "Secondary License"
+means either the GNU General Public License, Version 2.0, the GNU
+Lesser General Public License, Version 2.1, the GNU Affero General
+Public License, Version 3.0, or any later versions of those
+licenses.
+
+1.13. "Source Code Form"
+means the form of the work preferred for making modifications.
+
+1.14. "You" (or "Your")
+means an individual or a legal entity exercising rights under this
+License. For legal entities, "You" includes any entity that
+controls, is controlled by, or 

[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2017-12-30 Thread Baptiste Jonglez via arch-commits
Date: Saturday, December 30, 2017 @ 16:41:30
  Author: zorun
Revision: 277469

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/PKGBUILD
(from rev 277468, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/add-missing-header.patch
(from rev 277468, kea/trunk/add-missing-header.patch)
  kea/repos/community-x86_64/asiolink-fix-build-with-boost-1.66.patch
(from rev 277468, kea/trunk/asiolink-fix-build-with-boost-1.66.patch)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 277468, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 277468, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 277468, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 277468, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/LICENSE
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/add-missing-header.patch
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

--+
 LICENSE  |  374 -
 PKGBUILD |  173 ++---
 add-missing-header.patch |   36 +-
 asiolink-fix-build-with-boost-1.66.patch |   99 +++
 fix-scripts-include-path.patch   |  324 -
 kea-dhcp4.service|   24 -
 kea-dhcp6.service|   24 -
 tmpfiles-kea.conf|2 
 8 files changed, 383 insertions(+), 673 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-12-30 16:41:08 UTC (rev 277468)
+++ LICENSE 2017-12-30 16:41:30 UTC (rev 277469)
@@ -1,374 +0,0 @@
-Mozilla Public License Version 2.0
-==
-
-1. Definitions
---
-
-1.1. "Contributor"
-means each individual or legal entity that creates, contributes to
-the creation of, or owns Covered Software.
-
-1.2. "Contributor Version"
-means the combination of the Contributions of others (if any) used
-by a Contributor and that particular Contributor's Contribution.
-
-1.3. "Contribution"
-means Covered Software of a particular Contributor.
-
-1.4. "Covered Software"
-means Source Code Form to which the initial Contributor has attached
-the notice in Exhibit A, the Executable Form of such Source Code
-Form, and Modifications of such Source Code Form, in each case
-including portions thereof.
-
-1.5. "Incompatible With Secondary Licenses"
-means
-
-(a) that the initial Contributor has attached the notice described
-in Exhibit B to the Covered Software; or
-
-(b) that the Covered Software was made available under the terms of
-version 1.1 or earlier of the License, but not also under the
-terms of a Secondary License.
-
-1.6. "Executable Form"
-means any form of the work other than Source Code Form.
-
-1.7. "Larger Work"
-means a work that combines Covered Software with other material, in
-a separate file or files, that is not Covered Software.
-
-1.8. "License"
-means this document.
-
-1.9. "Licensable"
-means having the right to grant, to the maximum extent possible,
-whether at the time of the initial grant or subsequently, any and
-all of the rights conveyed by this License.
-
-1.10. "Modifications"
-means any of the following:
-
-(a) any file in Source Code Form that results from an addition to,
-deletion from, or modification of the contents of Covered
-Software; or
-
-(b) any new file in Source Code Form that contains any Covered
-Software.
-
-1.11. "Patent Claims" of a Contributor
-means any patent claim(s), including without limitation, method,
-process, and apparatus claims, in any patent Licensable by such
-Contributor that would be infringed, but for the grant of the
-License, by the making, using, selling, offering for sale, having
-made, import, or transfer of either its Contributions or its
-Contributor Version.
-
-1.12. "Secondary License"
-means either the GNU General Public License, Version 2.0, the GNU
-Lesser General Public License, Version 2.1, the GNU Affero General
-Public License, Version 3.0, or any later versions of those
-licenses.
-
-1.13. "Source Code Form"
-means the form of the work preferred for making modifications.
-
-1.14. "You" (or "Your")
-means an individual or a legal entity exercising rights under this
-License. For legal entities, "You" includes any entity that
-controls, is controlled by, or is under common control with You. For
-purposes of this definition, 

[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2017-08-16 Thread Baptiste Jonglez
Date: Wednesday, August 16, 2017 @ 16:35:57
  Author: zorun
Revision: 251356

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/LICENSE
(from rev 251355, kea/trunk/LICENSE)
  kea/repos/community-x86_64/PKGBUILD
(from rev 251355, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/add-missing-header.patch
(from rev 251355, kea/trunk/add-missing-header.patch)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 251355, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 251355, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 251355, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 251355, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/LICENSE
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/add-missing-header.patch
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

+
 LICENSE|  748 +++
 PKGBUILD   |  180 +
 add-missing-header.patch   |   36 -
 fix-scripts-include-path.patch |  324 
 kea-dhcp4.service  |   24 -
 kea-dhcp6.service  |   24 -
 tmpfiles-kea.conf  |2 
 7 files changed, 677 insertions(+), 661 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-08-16 16:35:32 UTC (rev 251355)
+++ LICENSE 2017-08-16 16:35:57 UTC (rev 251356)
@@ -1,374 +0,0 @@
-Mozilla Public License Version 2.0
-==
-
-1. Definitions
---
-
-1.1. "Contributor"
-means each individual or legal entity that creates, contributes to
-the creation of, or owns Covered Software.
-
-1.2. "Contributor Version"
-means the combination of the Contributions of others (if any) used
-by a Contributor and that particular Contributor's Contribution.
-
-1.3. "Contribution"
-means Covered Software of a particular Contributor.
-
-1.4. "Covered Software"
-means Source Code Form to which the initial Contributor has attached
-the notice in Exhibit A, the Executable Form of such Source Code
-Form, and Modifications of such Source Code Form, in each case
-including portions thereof.
-
-1.5. "Incompatible With Secondary Licenses"
-means
-
-(a) that the initial Contributor has attached the notice described
-in Exhibit B to the Covered Software; or
-
-(b) that the Covered Software was made available under the terms of
-version 1.1 or earlier of the License, but not also under the
-terms of a Secondary License.
-
-1.6. "Executable Form"
-means any form of the work other than Source Code Form.
-
-1.7. "Larger Work"
-means a work that combines Covered Software with other material, in
-a separate file or files, that is not Covered Software.
-
-1.8. "License"
-means this document.
-
-1.9. "Licensable"
-means having the right to grant, to the maximum extent possible,
-whether at the time of the initial grant or subsequently, any and
-all of the rights conveyed by this License.
-
-1.10. "Modifications"
-means any of the following:
-
-(a) any file in Source Code Form that results from an addition to,
-deletion from, or modification of the contents of Covered
-Software; or
-
-(b) any new file in Source Code Form that contains any Covered
-Software.
-
-1.11. "Patent Claims" of a Contributor
-means any patent claim(s), including without limitation, method,
-process, and apparatus claims, in any patent Licensable by such
-Contributor that would be infringed, but for the grant of the
-License, by the making, using, selling, offering for sale, having
-made, import, or transfer of either its Contributions or its
-Contributor Version.
-
-1.12. "Secondary License"
-means either the GNU General Public License, Version 2.0, the GNU
-Lesser General Public License, Version 2.1, the GNU Affero General
-Public License, Version 3.0, or any later versions of those
-licenses.
-
-1.13. "Source Code Form"
-means the form of the work preferred for making modifications.
-
-1.14. "You" (or "Your")
-means an individual or a legal entity exercising rights under this
-License. For legal entities, "You" includes any entity that
-controls, is controlled by, or is under common control with You. For
-purposes of this definition, "control" means (a) the power, direct
-or indirect, to cause the direction or management of such entity,
-whether by contract or otherwise, or (b) ownership of more than
-fifty percent (50%) of the