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

Jelle van der Waa jelle at nymeria.archlinux.org
Wed Jan 8 08:36:44 UTC 2014


    Date: Wednesday, January 8, 2014 @ 09:36:43
  Author: jelle
Revision: 103594

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

Added:
  cppcheck/repos/community-i686/PKGBUILD
    (from rev 103593, cppcheck/trunk/PKGBUILD)
  cppcheck/repos/community-x86_64/PKGBUILD
    (from rev 103593, cppcheck/trunk/PKGBUILD)
Deleted:
  cppcheck/repos/community-i686/PKGBUILD
  cppcheck/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	2014-01-08 08:36:32 UTC (rev 103593)
+++ community-i686/PKGBUILD	2014-01-08 08:36:43 UTC (rev 103594)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=cppcheck
-pkgver=1.62.1
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/"
-license=('GPL')
-depends=('qt5-base')
-makedepends=('docbook-xsl')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('2494a603bd505cc6ae5bd67286410a66cf7996b2')
-
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make
-   make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
-   cd gui
-   export HAVE_RULES=yes 
-   qmake
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 103593, cppcheck/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-08 08:36:43 UTC (rev 103594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=cppcheck
+pkgver=1.63.1
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/"
+license=('GPL')
+depends=('qt5-base')
+makedepends=('docbook-xsl')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('19ad7251603356a82dc75a836dfad9629a3d12a0')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make
+   make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
+
+   cd gui
+   export HAVE_RULES=yes 
+   qmake
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-08 08:36:32 UTC (rev 103593)
+++ community-x86_64/PKGBUILD	2014-01-08 08:36:43 UTC (rev 103594)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=cppcheck
-pkgver=1.62.1
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/"
-license=('GPL')
-depends=('qt5-base')
-makedepends=('docbook-xsl')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('2494a603bd505cc6ae5bd67286410a66cf7996b2')
-
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make
-   make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
-   cd gui
-   export HAVE_RULES=yes 
-   qmake
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 103593, cppcheck/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-08 08:36:43 UTC (rev 103594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=cppcheck
+pkgver=1.63.1
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/"
+license=('GPL')
+depends=('qt5-base')
+makedepends=('docbook-xsl')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('19ad7251603356a82dc75a836dfad9629a3d12a0')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make
+   make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
+
+   cd gui
+   export HAVE_RULES=yes 
+   qmake
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+}




More information about the arch-commits mailing list