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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Mon Jun 3 21:55:18 UTC 2013


    Date: Monday, June 3, 2013 @ 23:55:18
  Author: lfleischer
Revision: 92315

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

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

----------------------------+
 /PKGBUILD                  |   68 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   13 --------
 community-i686/PKGBUILD    |   34 ---------------------
 community-x86_64/ChangeLog |   13 --------
 community-x86_64/PKGBUILD  |   34 ---------------------
 5 files changed, 68 insertions(+), 94 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2013-06-03 21:55:02 UTC (rev 92314)
+++ community-i686/ChangeLog	2013-06-03 21:55:18 UTC (rev 92315)
@@ -1,13 +0,0 @@
-2009-02-26  Mateusz Herych   <heniekk at gmail.com>
-
-	* Updated to 1.22
-
-2008-04-06  Mateusz Herych   <heniekk at gmail.com>
-
-	* Changed license to LGPL
-	* Updated to 1.22
-
-2007-09-18  Vinay S Shastry  <vinayshastry at gmail.com>
-
-	* PKGBUILD: depend on gcc-libs
-

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-03 21:55:02 UTC (rev 92314)
+++ community-i686/PKGBUILD	2013-06-03 21:55:18 UTC (rev 92315)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# 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.02.1
-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=('3e3ef8024c175ef4e1720b7aa4c75202')
-
-build() {
-  cd "$srcdir/$pkgname/build/gcc"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname/build/gcc"
-
-  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
-
-  # 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 92314, astyle/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-03 21:55:18 UTC (rev 92315)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# 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.03
+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=('ba84eaa8564155babd4ba1458d4eaa11')
+
+build() {
+  cd "$srcdir/$pkgname/build/gcc"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname/build/gcc"
+
+  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
+
+  # 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/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2013-06-03 21:55:02 UTC (rev 92314)
+++ community-x86_64/ChangeLog	2013-06-03 21:55:18 UTC (rev 92315)
@@ -1,13 +0,0 @@
-2009-02-26  Mateusz Herych   <heniekk at gmail.com>
-
-	* Updated to 1.22
-
-2008-04-06  Mateusz Herych   <heniekk at gmail.com>
-
-	* Changed license to LGPL
-	* Updated to 1.22
-
-2007-09-18  Vinay S Shastry  <vinayshastry at gmail.com>
-
-	* PKGBUILD: depend on gcc-libs
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-03 21:55:02 UTC (rev 92314)
+++ community-x86_64/PKGBUILD	2013-06-03 21:55:18 UTC (rev 92315)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# 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.02.1
-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=('3e3ef8024c175ef4e1720b7aa4c75202')
-
-build() {
-  cd "$srcdir/$pkgname/build/gcc"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname/build/gcc"
-
-  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
-
-  # 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 92314, astyle/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-03 21:55:18 UTC (rev 92315)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# 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.03
+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=('ba84eaa8564155babd4ba1458d4eaa11')
+
+build() {
+  cd "$srcdir/$pkgname/build/gcc"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname/build/gcc"
+
+  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
+
+  # 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