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

Felix Yan felixonmars at archlinux.org
Tue Jul 19 14:52:14 UTC 2016


    Date: Tuesday, July 19, 2016 @ 14:52:14
  Author: felixonmars
Revision: 183137

archrelease: copy trunk to community-any

Added:
  perl-graphviz/repos/community-any/PKGBUILD
    (from rev 183136, perl-graphviz/trunk/PKGBUILD)
Deleted:
  perl-graphviz/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-19 14:51:49 UTC (rev 183136)
+++ PKGBUILD	2016-07-19 14:52:14 UTC (rev 183137)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Phillip Smith <fukawi2 at NO-SPAM.gmail.com>
-# http://github.com/fukawi2/aur-packages
-# Contributor: Jason St. John <jstjohn .. purdue . edu>
-# Contributor: antoniolucas <antoniolucasnobar at gmail dot com>
-
-pkgname=perl-graphviz
-pkgver=2.21
-pkgrel=1
-pkgdesc="GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
-arch=('any')
-url="http://search.cpan.org/dist/GraphViz"
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs')
-depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-parse-recdescent'
-         'perl-xml-twig' 'perl-xml-xpath')
-checkdepends=('perl-test-pod' 'perl-test2-suite')
-source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/GraphViz-$pkgver.tgz")
-md5sums=('bd5834fe41ace5e0ea5c24dd434cbeef')
-
-build() {
-  cd GraphViz-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd GraphViz-$pkgver
-  make test
-}
-
-package() {
-  cd GraphViz-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-graphviz/repos/community-any/PKGBUILD (from rev 183136, perl-graphviz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-19 14:52:14 UTC (rev 183137)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Phillip Smith <fukawi2 at NO-SPAM.gmail.com>
+# http://github.com/fukawi2/aur-packages
+# Contributor: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: antoniolucas <antoniolucasnobar at gmail dot com>
+
+pkgname=perl-graphviz
+pkgver=2.22
+pkgrel=1
+pkgdesc="GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
+arch=('any')
+url="http://search.cpan.org/dist/GraphViz"
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-libwww' 'perl-parse-recdescent'
+         'perl-xml-twig' 'perl-xml-xpath')
+checkdepends=('perl-test-pod')
+source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/GraphViz-$pkgver.tgz")
+md5sums=('8711db245c84d2e15b8c344bd8bebad0')
+
+build() {
+  cd GraphViz-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd GraphViz-$pkgver
+  make test
+}
+
+package() {
+  cd GraphViz-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list