[arch-commits] Commit in bugzilla/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Fri Jan 23 11:43:15 UTC 2015
Date: Friday, January 23, 2015 @ 12:43:15
Author: spupykin
Revision: 126449
archrelease: copy trunk to community-any
Added:
bugzilla/repos/community-any/PKGBUILD
(from rev 126448, bugzilla/trunk/PKGBUILD)
Deleted:
bugzilla/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-23 11:43:02 UTC (rev 126448)
+++ PKGBUILD 2015-01-23 11:43:15 UTC (rev 126449)
@@ -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.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
-}
Copied: bugzilla/repos/community-any/PKGBUILD (from rev 126448, bugzilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-23 11:43:15 UTC (rev 126449)
@@ -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.7
+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=('0af1be1eb251990e98510edc5317e821')
+
+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