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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Sep 11 12:00:44 UTC 2018


    Date: Tuesday, September 11, 2018 @ 12:00:44
  Author: svenstaro
Revision: 379638

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-11 12:00:35 UTC (rev 379637)
+++ PKGBUILD	2018-09-11 12:00:44 UTC (rev 379638)
@@ -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.1
-pkgver=2.0.1
-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=('68e54dfe4d48ae0eda6deac54713e6e2cee8c4d56d5a5955f8639ad47dec502b4cf13d70e950e5158d7828f27dd6b0b3f3c9b6fe1a190a05eea63e73e3a2f3c0')
-
-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 379637, log4cplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-11 12:00:44 UTC (rev 379638)
@@ -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.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
+}



More information about the arch-commits mailing list