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

Lukas Fleischer lfleischer at archlinux.org
Fri Apr 14 08:41:15 UTC 2017


    Date: Friday, April 14, 2017 @ 08:41:15
  Author: lfleischer
Revision: 223002

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-14 08:41:08 UTC (rev 223001)
+++ community-i686/PKGBUILD	2017-04-14 08:41:15 UTC (rev 223002)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Thomas Mader <thezema at gmail.com>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-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
-}

Copied: astyle/repos/community-i686/PKGBUILD (from rev 223001, astyle/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-14 08:41:15 UTC (rev 223002)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Thomas Mader <thezema at gmail.com>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=astyle
+pkgver=3.0
+_pkgver=3.0.0
+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=('c89f76229e6cf8c56df6b74aef9ed0bd')
+
+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.so.${_pkgver}" "$pkgdir/usr/lib/libastyle.so.${_pkgver}"
+
+  # 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-04-14 08:41:08 UTC (rev 223001)
+++ community-x86_64/PKGBUILD	2017-04-14 08:41:15 UTC (rev 223002)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Thomas Mader <thezema at gmail.com>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-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
-}

Copied: astyle/repos/community-x86_64/PKGBUILD (from rev 223001, astyle/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-14 08:41:15 UTC (rev 223002)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Thomas Mader <thezema at gmail.com>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=astyle
+pkgver=3.0
+_pkgver=3.0.0
+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=('c89f76229e6cf8c56df6b74aef9ed0bd')
+
+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.so.${_pkgver}" "$pkgdir/usr/lib/libastyle.so.${_pkgver}"
+
+  # 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
+}



More information about the arch-commits mailing list