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

Christian Hesse eworm at archlinux.org
Wed Oct 23 18:09:12 UTC 2019


    Date: Wednesday, October 23, 2019 @ 18:09:11
  Author: eworm
Revision: 518744

archrelease: copy trunk to community-x86_64

Added:
  ctemplate/repos/community-x86_64/PKGBUILD
    (from rev 518743, ctemplate/trunk/PKGBUILD)
Deleted:
  ctemplate/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-23 18:09:04 UTC (rev 518743)
+++ PKGBUILD	2019-10-23 18:09:11 UTC (rev 518744)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Marcel Korpel <marcel[dot]korpel[at]gmail>
-# Contributor: Ivan Sichmann Freitas <ivansichfreitas at gmail.com>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=ctemplate
-pkgver=2.3
-pkgrel=5
-pkgdesc='A library implementing a simple but powerful template language for C++'
-arch=('x86_64')
-url='https://github.com/olafvdspek/ctemplate'
-license=('BSD')
-makedepends=('python2')
-depends=('gcc-libs' 'perl')
-source=("https://github.com/OlafvdSpek/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('99e5cb6d3f8407d5b1ffef96b1d59ce3981cda3492814e5ef820684ebb782556')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-
-	# use python2
-	sed -i '1s/python/&2/' \
-		src/htmlparser/fsm_config.py \
-		src/htmlparser/generate_fsm.py
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ctemplate/repos/community-x86_64/PKGBUILD (from rev 518743, ctemplate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-23 18:09:11 UTC (rev 518744)
@@ -0,0 +1,40 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Marcel Korpel <marcel[dot]korpel[at]gmail>
+# Contributor: Ivan Sichmann Freitas <ivansichfreitas at gmail.com>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=ctemplate
+pkgver=2.3
+pkgrel=6
+pkgdesc='A library implementing a simple but powerful template language for C++'
+arch=('x86_64')
+url='https://github.com/olafvdspek/ctemplate'
+license=('BSD')
+makedepends=('python2')
+depends=('gcc-libs' 'perl')
+source=("https://github.com/OlafvdSpek/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('99e5cb6d3f8407d5b1ffef96b1d59ce3981cda3492814e5ef820684ebb782556')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+	# use python2
+	sed -i '1s/python/&2/' \
+		src/htmlparser/fsm_config.py \
+		src/htmlparser/generate_fsm.py
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list