[arch-commits] Commit in postgresql-ip4r/repos/community-x86_64 (4 files)

Daurnimator daurnimator at archlinux.org
Sun Feb 28 04:01:57 UTC 2021


    Date: Sunday, February 28, 2021 @ 04:01:57
  Author: daurnimator
Revision: 875734

archrelease: copy trunk to community-x86_64

Added:
  postgresql-ip4r/repos/community-x86_64/LICENSE
    (from rev 875733, postgresql-ip4r/trunk/LICENSE)
  postgresql-ip4r/repos/community-x86_64/PKGBUILD
    (from rev 875733, postgresql-ip4r/trunk/PKGBUILD)
Deleted:
  postgresql-ip4r/repos/community-x86_64/LICENSE
  postgresql-ip4r/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |   42 +++++++++++++++++++++---------------------
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2021-02-28 04:01:33 UTC (rev 875733)
+++ LICENSE	2021-02-28 04:01:57 UTC (rev 875734)
@@ -1,21 +0,0 @@
-PostgreSQL License
-
-Copyright (c) 2004-2019, Andrew Gierth
-Copyright (c) 2003, Steve Atkins
-Copyright (c) 2000-2003, PostgreSQL Global Development Group
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose, without fee, and without a written agreement is
-hereby granted, provided that the above copyright notice and this paragraph
-and the following two paragraphs appear in all copies.
-
-IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
-SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
-OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHORS
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
-AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
-ENHANCEMENTS, OR MODIFICATIONS.

Copied: postgresql-ip4r/repos/community-x86_64/LICENSE (from rev 875733, postgresql-ip4r/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2021-02-28 04:01:57 UTC (rev 875734)
@@ -0,0 +1,21 @@
+PostgreSQL License
+
+Copyright (c) 2004-2019, Andrew Gierth
+Copyright (c) 2003, Steve Atkins
+Copyright (c) 2000-2003, PostgreSQL Global Development Group
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose, without fee, and without a written agreement is
+hereby granted, provided that the above copyright notice and this paragraph
+and the following two paragraphs appear in all copies.
+
+IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
+SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
+OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHORS
+HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
+AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
+ENHANCEMENTS, OR MODIFICATIONS.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 04:01:33 UTC (rev 875733)
+++ PKGBUILD	2021-02-28 04:01:57 UTC (rev 875734)
@@ -1,29 +0,0 @@
-# Maintainer: daurnimator <daurnimator at archlinux.org>
-
-pkgname=postgresql-ip4r
-pkgver=2.4.1
-pkgrel=2
-pkgdesc="IPv4/v6 and IPv4/v6 range index type for PostgreSQL"
-arch=('x86_64')
-url="https://github.com/RhodiumToad/ip4r/"
-license=('custom')
-depends=('postgresql')
-makedepends=('clang'
-             'llvm')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/RhodiumToad/ip4r/archive/$pkgver.tar.gz"
-        LICENSE)
-sha256sums=('78b9f0c1ae45c22182768fe892a32d533c82281035e10914111400bf6301c726'
-            '6d61e1a86a5548ce790729a46efa621796d7b79d68e1e8bc92c29034100059a5')
-
-build() {
-    cd "ip4r-$pkgver"
-    make
-}
-
-package() {
-    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-    cd "ip4r-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: postgresql-ip4r/repos/community-x86_64/PKGBUILD (from rev 875733, postgresql-ip4r/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-28 04:01:57 UTC (rev 875734)
@@ -0,0 +1,29 @@
+# Maintainer: daurnimator <daurnimator at archlinux.org>
+
+pkgname=postgresql-ip4r
+pkgver=2.4.1
+pkgrel=3
+pkgdesc="IPv4/v6 and IPv4/v6 range index type for PostgreSQL"
+arch=('x86_64')
+url="https://github.com/RhodiumToad/ip4r/"
+license=('custom')
+depends=('postgresql')
+makedepends=('clang'
+             'llvm')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RhodiumToad/ip4r/archive/$pkgver.tar.gz"
+        LICENSE)
+sha256sums=('78b9f0c1ae45c22182768fe892a32d533c82281035e10914111400bf6301c726'
+            '6d61e1a86a5548ce790729a46efa621796d7b79d68e1e8bc92c29034100059a5')
+
+build() {
+    cd "ip4r-$pkgver"
+    make
+}
+
+package() {
+    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+    cd "ip4r-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list