[arch-commits] Commit in tomcat-native/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 7 05:58:18 UTC 2020


    Date: Thursday, May 7, 2020 @ 05:58:17
  Author: felixonmars
Revision: 382592

archrelease: copy trunk to extra-x86_64

Added:
  tomcat-native/repos/extra-x86_64/PKGBUILD
    (from rev 382591, tomcat-native/trunk/PKGBUILD)
Deleted:
  tomcat-native/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 05:58:00 UTC (rev 382591)
+++ PKGBUILD	2020-05-07 05:58:17 UTC (rev 382592)
@@ -1,38 +0,0 @@
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Vitaliy Berdinskikh <ur6lad at i.ua>
-
-pkgname=tomcat-native
-pkgver=1.2.23
-pkgrel=1
-pkgdesc='Optional component for Tomcat to use certain native resources for performance, compatibility'
-arch=(x86_64)
-url=https://tomcat.apache.org/native-doc/
-license=(APACHE)
-depends=(apr)
-makedepends=(java-environment)
-options=(!emptydirs)
-source=(https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz{,.asc})
-validpgpkeys=(
-  A9C5DF4D22E99998D9875A5110C01C5A2F6059E7
-  B3F49CD3B9BD2996DA90F817ED3873F5D3262722
-)
-sha512sums=('89a0363961d322a87f4e752f4727f54f28ac6e4ad10fa21b6b7390c62b041d4068672d95495d9233c1cad7d6c1dc3c85fbd0186894085b3b94e476876af160ee'
-            'SKIP')
-
-build() {
-  cd tomcat-native-${pkgver}-src/native
-
-  ./configure \
-    --prefix=/usr \
-    --with-java-home=/usr/lib/jvm/default \
-    --with-apr=/usr \
-    --with-ssl=/usr
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C tomcat-native-${pkgver}-src/native install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 382591, tomcat-native/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 05:58:17 UTC (rev 382592)
@@ -0,0 +1,38 @@
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Vitaliy Berdinskikh <ur6lad at i.ua>
+
+pkgname=tomcat-native
+pkgver=1.2.24
+pkgrel=1
+pkgdesc='Optional component for Tomcat to use certain native resources for performance, compatibility'
+arch=(x86_64)
+url=https://tomcat.apache.org/native-doc/
+license=(APACHE)
+depends=(apr)
+makedepends=(java-environment)
+options=(!emptydirs)
+source=(https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz{,.asc})
+validpgpkeys=(
+  A9C5DF4D22E99998D9875A5110C01C5A2F6059E7
+  B3F49CD3B9BD2996DA90F817ED3873F5D3262722
+)
+sha512sums=('5dae151a60f8bd5a9a29d63eca838c77174426025ee65a826f0698943494dd3656d50bcd417e220a926b9ce111ea167043d4b806264030e951873d06767b3d6f'
+            'SKIP')
+
+build() {
+  cd tomcat-native-${pkgver}-src/native
+
+  ./configure \
+    --prefix=/usr \
+    --with-java-home=/usr/lib/jvm/default \
+    --with-apr=/usr \
+    --with-ssl=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C tomcat-native-${pkgver}-src/native install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list