[arch-commits] Commit in ctpl/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Mon Apr 10 09:40:38 UTC 2017


    Date: Monday, April 10, 2017 @ 09:40:37
  Author: arodseth
Revision: 221734

archrelease: copy trunk to community-x86_64, community-i686

Added:
  ctpl/repos/community-i686/PKGBUILD
    (from rev 221733, ctpl/trunk/PKGBUILD)
  ctpl/repos/community-x86_64/PKGBUILD
    (from rev 221733, ctpl/trunk/PKGBUILD)
Deleted:
  ctpl/repos/community-i686/PKGBUILD
  ctpl/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ---------------------
 community-x86_64/PKGBUILD |   27 ---------------------
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-10 09:40:26 UTC (rev 221733)
+++ community-i686/PKGBUILD	2017-04-10 09:40:37 UTC (rev 221734)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>   
-# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
-
-pkgname=ctpl
-pkgver=0.3.4
-pkgrel=1
-pkgdesc='Template engine library written in C'
-arch=('x86_64' 'i686')
-url='http://ctpl.tuxfamily.org/'
-license=('GPL')
-#depends=('glib2')
-source=("http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
-sha256sums=('3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make 
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ctpl/repos/community-i686/PKGBUILD (from rev 221733, ctpl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-10 09:40:37 UTC (rev 221734)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>   
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=ctpl
+pkgver=0.3.4
+pkgrel=2
+pkgdesc='Template engine library written in C'
+arch=('x86_64' 'i686')
+url='https://ctpl.tuxfamily.org/'
+license=('GPL')
+depends=('glib2')
+source=("https://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
+sha256sums=('3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-10 09:40:26 UTC (rev 221733)
+++ community-x86_64/PKGBUILD	2017-04-10 09:40:37 UTC (rev 221734)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>   
-# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
-
-pkgname=ctpl
-pkgver=0.3.4
-pkgrel=1
-pkgdesc='Template engine library written in C'
-arch=('x86_64' 'i686')
-url='http://ctpl.tuxfamily.org/'
-license=('GPL')
-#depends=('glib2')
-source=("http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
-sha256sums=('3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make 
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ctpl/repos/community-x86_64/PKGBUILD (from rev 221733, ctpl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-10 09:40:37 UTC (rev 221734)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>   
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=ctpl
+pkgver=0.3.4
+pkgrel=2
+pkgdesc='Template engine library written in C'
+arch=('x86_64' 'i686')
+url='https://ctpl.tuxfamily.org/'
+license=('GPL')
+depends=('glib2')
+source=("https://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
+sha256sums=('3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list