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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Dec 28 11:39:42 UTC 2018


    Date: Friday, December 28, 2018 @ 11:39:41
  Author: svenstaro
Revision: 418627

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 11:39:34 UTC (rev 418626)
+++ PKGBUILD	2018-12-28 11:39:41 UTC (rev 418627)
@@ -1,31 +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
-_origver=2.0.2
-pkgver=2.0.2
-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}-${_origver}.tar.xz")
-sha512sums=('8415a9de4e4ba8a9e28bb8b9f5295af6920f4e6a2f82cd7695d42582ffc207acbe890360da91391d3a62d430f0bcbbd7d4e54937d23d87855725d10cfab61a8c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  ./configure \
-    --prefix=/usr \
-    --with-working-locale
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  make install DESTDIR=$pkgdir
-}

Copied: log4cplus/repos/community-x86_64/PKGBUILD (from rev 418626, log4cplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-28 11:39:41 UTC (rev 418627)
@@ -0,0 +1,31 @@
+# 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
+_origver=2.0.3
+pkgver=2.0.3
+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}-${_origver}.tar.xz")
+sha512sums=('94e890f61c752025bed33eca1c4be0ab3d0d8d2779e291c94b2868f36547a2573dda809beb57933c7184b413c371bd18dda8dd7a2ee339754c20c6456514d5c4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  ./configure \
+    --prefix=/usr \
+    --with-working-locale
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  make install DESTDIR=$pkgdir
+}



More information about the arch-commits mailing list