[arch-commits] Commit in cppcheck/repos (4 files)
Jelle van der Waa
jelle at nymeria.archlinux.org
Thu Aug 8 11:40:16 UTC 2013
Date: Thursday, August 8, 2013 @ 13:40:15
Author: jelle
Revision: 95268
archrelease: copy trunk to community-i686, community-x86_64
Added:
cppcheck/repos/community-i686/PKGBUILD
(from rev 95267, cppcheck/trunk/PKGBUILD)
cppcheck/repos/community-x86_64/PKGBUILD
(from rev 95267, cppcheck/trunk/PKGBUILD)
Deleted:
cppcheck/repos/community-i686/PKGBUILD
cppcheck/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 ----------------------
community-x86_64/PKGBUILD | 34 ----------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-08-08 11:38:06 UTC (rev 95267)
+++ community-i686/PKGBUILD 2013-08-08 11:40:15 UTC (rev 95268)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=cppcheck
-pkgver=1.60.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=('pcre' 'qt4')
-makedepends=('docbook-xsl')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a')
-
-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-qt4
- 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 95267, cppcheck/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-08 11:40:15 UTC (rev 95268)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=cppcheck
+pkgver=1.61
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/"
+license=('GPL')
+depends=('qt4')
+makedepends=('docbook-xsl')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c')
+
+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-qt4
+ 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 2013-08-08 11:38:06 UTC (rev 95267)
+++ community-x86_64/PKGBUILD 2013-08-08 11:40:15 UTC (rev 95268)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=cppcheck
-pkgver=1.60.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=('pcre' 'qt4')
-makedepends=('docbook-xsl')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a')
-
-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-qt4
- 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 95267, cppcheck/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-08-08 11:40:15 UTC (rev 95268)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=cppcheck
+pkgver=1.61
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/"
+license=('GPL')
+depends=('qt4')
+makedepends=('docbook-xsl')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c')
+
+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-qt4
+ 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