[arch-commits] Commit in bugzilla/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Dec 8 11:17:29 UTC 2014


    Date: Monday, December 8, 2014 @ 12:17:28
  Author: spupykin
Revision: 123638

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
    (from rev 123637, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-08 11:17:14 UTC (rev 123637)
+++ PKGBUILD	2014-12-08 11:17:28 UTC (rev 123638)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=bugzilla
-pkgver=4.4.5
-pkgrel=1
-pkgdesc="bug tracker"
-arch=('any')
-url="http://www.bugzilla.org"
-license=("GPL")
-depends=(perl perl-timedate perl-datetime
-	 perl-chart perl-email-abstract perl-email-address perl-email-date-format
-	 perl-email-messageid perl-email-mime perl-email-mime-attachment-stripper
-	 perl-email-mime-contenttype perl-email-mime-encodings
-	 perl-email-mime-modifier perl-email-mime-creator perl-email-reply perl-email-send perl-email-simple
-	 perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil perl-patchreader
-	 perl-return-value perl-template-gd perl-ldap perl-soap-lite perl-authen-sasl
-	 perl-xml-twig perl-html-scrubber perl-authen-radius perl-template-toolkit
-	 perl-data-dumper perl-math-random-isaac)
-optdepends=('mod_perl'
-	    'perl-dbd-pg'
-	    'perl-dbd-mysql'
-	    'perl-dbd-oracle'
-	    'python2'
-	    'ruby')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('077c123ea9659ccbf76bb35ce951324b')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 123637, bugzilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-08 11:17:28 UTC (rev 123638)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=bugzilla
+pkgver=4.4.6
+pkgrel=1
+pkgdesc="bug tracker"
+arch=('any')
+url="http://www.bugzilla.org"
+license=("GPL")
+depends=(perl perl-timedate perl-datetime
+	 perl-chart perl-email-abstract perl-email-address perl-email-date-format
+	 perl-email-messageid perl-email-mime perl-email-mime-attachment-stripper
+	 perl-email-mime-contenttype perl-email-mime-encodings
+	 perl-email-mime-modifier perl-email-mime-creator perl-email-reply perl-email-send perl-email-simple
+	 perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil perl-patchreader
+	 perl-return-value perl-template-gd perl-ldap perl-soap-lite perl-authen-sasl
+	 perl-xml-twig perl-html-scrubber perl-authen-radius perl-template-toolkit
+	 perl-data-dumper perl-math-random-isaac)
+optdepends=('mod_perl'
+	    'perl-dbd-pg'
+	    'perl-dbd-mysql'
+	    'perl-dbd-oracle'
+	    'python2'
+	    'ruby')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('3e0553c67cbe33f8ae12dfe79a02ecdc')
+
+package() {
+  cd $srcdir
+  install -d -m0755 $pkgdir/srv/http
+  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
+  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
+  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
+  rm -rf $pkgdir/srv/http/bugzilla/.bzr
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+}



More information about the arch-commits mailing list