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

Sergej Pupykin spupykin at archlinux.org
Fri Dec 30 11:45:54 UTC 2016


    Date: Friday, December 30, 2016 @ 11:45:53
  Author: spupykin
Revision: 203347

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

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

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------------
 community-x86_64/PKGBUILD |   26 ----------------------
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-30 11:45:36 UTC (rev 203346)
+++ community-i686/PKGBUILD	2016-12-30 11:45:53 UTC (rev 203347)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=unifdef
-pkgver=2.10
-pkgrel=1
-pkgdesc="Remove #ifdef'ed lines"
-arch=(i686 x86_64)
-url="http://dotat.at/prog/unifdef/"
-license=('GPL')
-depends=()
-source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
-md5sums=('5161cb017a14997cd20cdf5f5704ced1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-i686/PKGBUILD (from rev 203346, unifdef/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-30 11:45:53 UTC (rev 203347)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=unifdef
+pkgver=2.11
+pkgrel=1
+pkgdesc="Remove #ifdef'ed lines"
+arch=(i686 x86_64)
+url="http://dotat.at/prog/unifdef/"
+license=('GPL')
+depends=()
+source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
+sha256sums=('e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make clean
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
+  install -m 0755 unifdef "$pkgdir"/usr/bin/
+  install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-30 11:45:36 UTC (rev 203346)
+++ community-x86_64/PKGBUILD	2016-12-30 11:45:53 UTC (rev 203347)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=unifdef
-pkgver=2.10
-pkgrel=1
-pkgdesc="Remove #ifdef'ed lines"
-arch=(i686 x86_64)
-url="http://dotat.at/prog/unifdef/"
-license=('GPL')
-depends=()
-source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
-md5sums=('5161cb017a14997cd20cdf5f5704ced1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 203346, unifdef/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-30 11:45:53 UTC (rev 203347)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=unifdef
+pkgver=2.11
+pkgrel=1
+pkgdesc="Remove #ifdef'ed lines"
+arch=(i686 x86_64)
+url="http://dotat.at/prog/unifdef/"
+license=('GPL')
+depends=()
+source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
+sha256sums=('e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make clean
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
+  install -m 0755 unifdef "$pkgdir"/usr/bin/
+  install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
+}



More information about the arch-commits mailing list