[arch-commits] Commit in log4cplus/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Tue Aug 2 00:52:42 UTC 2022


    Date: Tuesday, August 2, 2022 @ 00:52:41
  Author: svenstaro
Revision: 1259748

archrelease: copy trunk to community-x86_64

Added:
  log4cplus/repos/community-x86_64/PKGBUILD
    (from rev 1259747, log4cplus/trunk/PKGBUILD)
Deleted:
  log4cplus/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-02 00:52:33 UTC (rev 1259747)
+++ PKGBUILD	2022-08-02 00:52:41 UTC (rev 1259748)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Alexey Galakhov <agalakhov at gmail dot com>
-# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-
-pkgname=log4cplus
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="A C++ logger very close to Java's log4j"
-arch=('x86_64')
-url="http://log4cplus.sourceforge.net/"
-license=('GPL')
-depends=('gcc-libs')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('5f5a84f215a00b52313cf75bce19a450e810300f232cd29582a23a24b426bfb62047099792243f8ec5347a8c04eb7744237b1ed4615f4a8913575406486c59c5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
-    --prefix=/usr \
-    --with-working-locale
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR="${pkgdir}"
-}

Copied: log4cplus/repos/community-x86_64/PKGBUILD (from rev 1259747, log4cplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-02 00:52:41 UTC (rev 1259748)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Alexey Galakhov <agalakhov at gmail dot com>
+# Contributor: Andreas Baumann <abaumann at yahoo dot com>
+
+pkgname=log4cplus
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A C++ logger very close to Java's log4j"
+arch=('x86_64')
+url="http://log4cplus.sourceforge.net/"
+license=('GPL')
+depends=('gcc-libs')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('3a7445d972458d6fca03ae6fdc31bf4be22447af8aaeabc68bd2b0262e2328e471f6e9dad515892cf27f3864d67e0d9aa88521e6fc7d180368f1874f22027766')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix=/usr \
+    --with-working-locale
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list