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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Dec 30 13:46:38 UTC 2019


    Date: Monday, December 30, 2019 @ 13:46:38
  Author: svenstaro
Revision: 544663

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-30 13:46:24 UTC (rev 544662)
+++ PKGBUILD	2019-12-30 13:46:38 UTC (rev 544663)
@@ -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.4
-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=('4bb5a5475b8cae599d24f99f71beaadfdba19ce7d20ac0a4c43ed5b2634aebfd503b253bfc53df912b0bf5b6d8aad8f1f488436ea9bccecdd048ca0bcf2ce9d4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure \
-    --prefix=/usr \
-    --with-working-locale
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make install DESTDIR=$pkgdir
-}

Copied: log4cplus/repos/community-x86_64/PKGBUILD (from rev 544662, log4cplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-30 13:46:38 UTC (rev 544663)
@@ -0,0 +1,30 @@
+# 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.5
+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=('916bd148d4f30d2dd14446faf2327ee4c8ad48c62666d5e3970a1f4b29a234f6af770164ee5db5a5a8d5a23d3fab6361abcbb49ba31b23513823dd64cb70ba46')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix=/usr \
+    --with-working-locale
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make install DESTDIR=$pkgdir
+}



More information about the arch-commits mailing list