Date: Thursday, January 12, 2017 @ 16:53:12
  Author: lfleischer
Revision: 207026

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

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-01-12 16:53:07 UTC (rev 207025)
+++ community-i686/PKGBUILD     2017-01-12 16:53:12 UTC (rev 207026)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Mateusz Herych <[email protected]>
-# Contributor: Thomas Mader <[email protected]>
-# Contributor: Vinay S Shastry <[email protected]>
-# Contributor: tardo <[email protected]>
-
-pkgname=astyle
-pkgver=2.05.1
-pkgrel=2
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz";)
-md5sums=('4142d178047d7040da3e0e2f1b030a1a')
-
-build() {
-  cd "$srcdir/$pkgname/build/gcc"
-  make release shared
-}
-
-package() {
-  cd "$srcdir/$pkgname/build/gcc"
-
-  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
-  install -Dm0755 "bin/libastyle-${pkgver}.so" 
"$pkgdir/usr/lib/libastyle-${pkgver}.so"
-
-  # install documentation (implements FS#23290)
-  install -d "$pkgdir/usr/share/doc/$pkgname/"
-  for f in ../../doc/*.html; do
-    install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-}

Copied: astyle/repos/community-i686/PKGBUILD (from rev 207025, 
astyle/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-01-12 16:53:12 UTC (rev 207026)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: Thomas Mader <[email protected]>
+# Contributor: Vinay S Shastry <[email protected]>
+# Contributor: tardo <[email protected]>
+
+pkgname=astyle
+pkgver=2.06
+pkgrel=1
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz";)
+md5sums=('ff588e7fcede824591cf5b9085df109d')
+
+build() {
+  cd "$srcdir/$pkgname/build/gcc"
+  make release shared
+}
+
+package() {
+  cd "$srcdir/$pkgname/build/gcc"
+
+  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
+  install -Dm0755 "bin/libastyle-${pkgver}.so" 
"$pkgdir/usr/lib/libastyle-${pkgver}.so"
+
+  # install documentation (implements FS#23290)
+  install -d "$pkgdir/usr/share/doc/$pkgname/"
+  for f in ../../doc/*.html; do
+    install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-01-12 16:53:07 UTC (rev 207025)
+++ community-x86_64/PKGBUILD   2017-01-12 16:53:12 UTC (rev 207026)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Mateusz Herych <[email protected]>
-# Contributor: Thomas Mader <[email protected]>
-# Contributor: Vinay S Shastry <[email protected]>
-# Contributor: tardo <[email protected]>
-
-pkgname=astyle
-pkgver=2.05.1
-pkgrel=2
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz";)
-md5sums=('4142d178047d7040da3e0e2f1b030a1a')
-
-build() {
-  cd "$srcdir/$pkgname/build/gcc"
-  make release shared
-}
-
-package() {
-  cd "$srcdir/$pkgname/build/gcc"
-
-  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
-  install -Dm0755 "bin/libastyle-${pkgver}.so" 
"$pkgdir/usr/lib/libastyle-${pkgver}.so"
-
-  # install documentation (implements FS#23290)
-  install -d "$pkgdir/usr/share/doc/$pkgname/"
-  for f in ../../doc/*.html; do
-    install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-}

Copied: astyle/repos/community-x86_64/PKGBUILD (from rev 207025, 
astyle/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-12 16:53:12 UTC (rev 207026)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: Thomas Mader <[email protected]>
+# Contributor: Vinay S Shastry <[email protected]>
+# Contributor: tardo <[email protected]>
+
+pkgname=astyle
+pkgver=2.06
+pkgrel=1
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz";)
+md5sums=('ff588e7fcede824591cf5b9085df109d')
+
+build() {
+  cd "$srcdir/$pkgname/build/gcc"
+  make release shared
+}
+
+package() {
+  cd "$srcdir/$pkgname/build/gcc"
+
+  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
+  install -Dm0755 "bin/libastyle-${pkgver}.so" 
"$pkgdir/usr/lib/libastyle-${pkgver}.so"
+
+  # install documentation (implements FS#23290)
+  install -d "$pkgdir/usr/share/doc/$pkgname/"
+  for f in ../../doc/*.html; do
+    install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+}

Reply via email to