[arch-commits] Commit in nauty/repos/community-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Tue Sep 25 17:12:26 UTC 2018


    Date: Tuesday, September 25, 2018 @ 17:12:26
  Author: arojas
Revision: 384943

archrelease: copy trunk to community-x86_64

Added:
  nauty/repos/community-x86_64/LICENSE
    (from rev 384942, nauty/trunk/LICENSE)
  nauty/repos/community-x86_64/PKGBUILD
    (from rev 384942, nauty/trunk/PKGBUILD)
Deleted:
  nauty/repos/community-x86_64/LICENSE
  nauty/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |   18 +++++++--------
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2018-09-25 17:11:25 UTC (rev 384942)
+++ LICENSE	2018-09-25 17:12:26 UTC (rev 384943)
@@ -1,9 +0,0 @@
-nauty is copyright (1984-2013) Brendan McKay. Traces is copyright (2008-2013) Adolfo Piperno. All rights reserved. Permission is hereby given for 
-use and/or distribution with the exception of sale for profit or application with nontrivial military significance. You must not remove this 
-copyright notice, and you must document any changes that you make to this program. This software is subject to this copyright only, irrespective 
-of any copyright attached to any package of which this is a part. 
- 
-Absolutely no guarantees or warranties are made concerning the suitability, correctness, or any other aspect of this program. Any use is at your 
-own risk.
-The above does not apply to the file planarity.c, which is copyright to the Magma project, nor to the file watercluster2.c, which is copyright to 
-Gunnar Brinkmann.

Copied: nauty/repos/community-x86_64/LICENSE (from rev 384942, nauty/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2018-09-25 17:12:26 UTC (rev 384943)
@@ -0,0 +1,9 @@
+nauty is copyright (1984-2013) Brendan McKay. Traces is copyright (2008-2013) Adolfo Piperno. All rights reserved. Permission is hereby given for 
+use and/or distribution with the exception of sale for profit or application with nontrivial military significance. You must not remove this 
+copyright notice, and you must document any changes that you make to this program. This software is subject to this copyright only, irrespective 
+of any copyright attached to any package of which this is a part. 
+ 
+Absolutely no guarantees or warranties are made concerning the suitability, correctness, or any other aspect of this program. Any use is at your 
+own risk.
+The above does not apply to the file planarity.c, which is copyright to the Magma project, nor to the file watercluster2.c, which is copyright to 
+Gunnar Brinkmann.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-25 17:11:25 UTC (rev 384942)
+++ PKGBUILD	2018-09-25 17:12:26 UTC (rev 384943)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=nauty
-pkgver=26r10
-pkgrel=1
-pkgdesc="A program for computing automorphism groups of graphs and digraphs"
-arch=(x86_64)
-url="http://pallini.di.uniroma1.it/"
-license=(Apache)
-depends=(glibc)
-source=("http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz")
-md5sums=('9a547c4dff01a13a14516460493d493d')
-
-build() {
-  cd nauty$pkgver
-
-  ./configure
-  make
-}
-
-package() {
-  cd nauty$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin
-  for _program in addedgeg amtog biplabg catg complg converseg copyg countg cubhamg deledgeg delptg directg dreadnaut dretodot dretog \
-    genbg genbgL geng genquarticg genrang genspecialg gentourng gentreeg hamheuristic labelg linegraphg listg multig newedgeg \
-    pickg planarg ranlabg shortg showg subdivideg twohamg vcolg watercluster2 NRswitchg;
-  do
-   install -m755 $_program "$pkgdir"/usr/bin/$program
-  done
-
-  mkdir -p "$pkgdir"/usr/share/licenses/nauty
-  install COPYRIGHT "$pkgdir"/usr/share/licenses/nauty/LICENSE
-}
-

Copied: nauty/repos/community-x86_64/PKGBUILD (from rev 384942, nauty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-25 17:12:26 UTC (rev 384943)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=nauty
+pkgver=26r11
+pkgrel=1
+pkgdesc="A program for computing automorphism groups of graphs and digraphs"
+arch=(x86_64)
+url="http://pallini.di.uniroma1.it/"
+license=(Apache)
+depends=(glibc)
+source=("http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz")
+md5sums=('1db07c9ce1e00baa6640ed58b792b430')
+
+build() {
+  cd nauty$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd nauty$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  for _program in addedgeg amtog biplabg catg complg converseg copyg countg cubhamg deledgeg delptg directg dreadnaut dretodot dretog \
+    genbg genbgL geng genquarticg genrang genspecialg gentourng gentreeg hamheuristic labelg linegraphg listg multig newedgeg \
+    pickg planarg ranlabg shortg showg subdivideg twohamg vcolg watercluster2 NRswitchg;
+  do
+   install -m755 $_program "$pkgdir"/usr/bin/$program
+  done
+
+  mkdir -p "$pkgdir"/usr/share/licenses/nauty
+  install COPYRIGHT "$pkgdir"/usr/share/licenses/nauty/LICENSE
+}
+



More information about the arch-commits mailing list