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

Christian Hesse eworm at archlinux.org
Wed Dec 20 22:25:46 UTC 2017


    Date: Wednesday, December 20, 2017 @ 22:25:44
  Author: eworm
Revision: 275097

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 22:25:36 UTC (rev 275096)
+++ PKGBUILD	2017-12-20 22:25:44 UTC (rev 275097)
@@ -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=4
-pkgdesc='A library implementing a simple but powerful template language for C++'
-arch=('i686' 'x86_64')
-url='https://github.com/olafvdspek/ctemplate'
-license=('BSD')
-makedepends=('subversion' '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 275096, ctemplate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-20 22:25:44 UTC (rev 275097)
@@ -0,0 +1,41 @@
+# $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"
+}



More information about the arch-commits mailing list