Date: Tuesday, April 16, 2013 @ 15:31:44
  Author: spupykin
Revision: 88335

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-04-16 13:31:26 UTC (rev 88334)
+++ community-i686/PKGBUILD     2013-04-16 13:31:44 UTC (rev 88335)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-
-pkgname=unifdef
-pkgver=2.6
-pkgrel=3
-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=('18b832baea2c7b6b00bd7d4f3db38f62')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-  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 88334, 
unifdef/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-04-16 13:31:44 UTC (rev 88335)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname=unifdef
+pkgver=2.7
+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=('72357e9faa877fe21f5d621d2024a242')
+
+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   2013-04-16 13:31:26 UTC (rev 88334)
+++ community-x86_64/PKGBUILD   2013-04-16 13:31:44 UTC (rev 88335)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-
-pkgname=unifdef
-pkgver=2.6
-pkgrel=3
-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=('18b832baea2c7b6b00bd7d4f3db38f62')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-  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 88334, 
unifdef/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:31:44 UTC (rev 88335)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname=unifdef
+pkgver=2.7
+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=('72357e9faa877fe21f5d621d2024a242')
+
+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/
+}

Reply via email to