[arch-commits] Commit in nauty/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 22 09:46:15 UTC 2016
Date: Friday, April 22, 2016 @ 11:46:14
Author: arojas
Revision: 171575
archrelease: copy trunk to community-i686, community-x86_64
Added:
nauty/repos/community-i686/LICENSE
(from rev 171574, nauty/trunk/LICENSE)
nauty/repos/community-i686/PKGBUILD
(from rev 171574, nauty/trunk/PKGBUILD)
nauty/repos/community-x86_64/LICENSE
(from rev 171574, nauty/trunk/LICENSE)
nauty/repos/community-x86_64/PKGBUILD
(from rev 171574, nauty/trunk/PKGBUILD)
Deleted:
nauty/repos/community-i686/LICENSE
nauty/repos/community-i686/PKGBUILD
nauty/repos/community-x86_64/LICENSE
nauty/repos/community-x86_64/PKGBUILD
---------------------------+
/LICENSE | 18 +++++++++++
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/LICENSE | 9 -----
community-i686/PKGBUILD | 36 ----------------------
community-x86_64/LICENSE | 9 -----
community-x86_64/PKGBUILD | 36 ----------------------
6 files changed, 90 insertions(+), 90 deletions(-)
Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE 2016-04-22 09:45:36 UTC (rev 171574)
+++ community-i686/LICENSE 2016-04-22 09:46:14 UTC (rev 171575)
@@ -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-i686/LICENSE (from rev 171574, nauty/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE (rev 0)
+++ community-i686/LICENSE 2016-04-22 09:46:14 UTC (rev 171575)
@@ -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: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-22 09:45:36 UTC (rev 171574)
+++ community-i686/PKGBUILD 2016-04-22 09:46:14 UTC (rev 171575)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=nauty
-pkgver=26r1
-pkgrel=2
-pkgdesc="A program for computing automorphism groups of graphs and digraphs"
-arch=(i686 x86_64)
-url="http://pallini.di.uniroma1.it/"
-license=(custom)
-depends=(glibc)
-source=("http://pallini.di.uniroma1.it/nauty26r1.tar.gz")
-md5sums=('7a89ffd50fc7c690dc9eab321d7780f7')
-
-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-i686/PKGBUILD (from rev 171574, nauty/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-22 09:46:14 UTC (rev 171575)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=nauty
+pkgver=26r5
+pkgrel=1
+pkgdesc="A program for computing automorphism groups of graphs and digraphs"
+arch=(i686 x86_64)
+url="http://pallini.di.uniroma1.it/"
+license=(custom)
+depends=(glibc)
+source=("http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz")
+md5sums=('91b03a7b069962e94fc9aac8831ce8d2')
+
+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
+}
+
Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE 2016-04-22 09:45:36 UTC (rev 171574)
+++ community-x86_64/LICENSE 2016-04-22 09:46:14 UTC (rev 171575)
@@ -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 171574, nauty/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE (rev 0)
+++ community-x86_64/LICENSE 2016-04-22 09:46:14 UTC (rev 171575)
@@ -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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-22 09:45:36 UTC (rev 171574)
+++ community-x86_64/PKGBUILD 2016-04-22 09:46:14 UTC (rev 171575)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=nauty
-pkgver=26r1
-pkgrel=2
-pkgdesc="A program for computing automorphism groups of graphs and digraphs"
-arch=(i686 x86_64)
-url="http://pallini.di.uniroma1.it/"
-license=(custom)
-depends=(glibc)
-source=("http://pallini.di.uniroma1.it/nauty26r1.tar.gz")
-md5sums=('7a89ffd50fc7c690dc9eab321d7780f7')
-
-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 171574, nauty/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-22 09:46:14 UTC (rev 171575)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=nauty
+pkgver=26r5
+pkgrel=1
+pkgdesc="A program for computing automorphism groups of graphs and digraphs"
+arch=(i686 x86_64)
+url="http://pallini.di.uniroma1.it/"
+license=(custom)
+depends=(glibc)
+source=("http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz")
+md5sums=('91b03a7b069962e94fc9aac8831ce8d2')
+
+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