jlec        15/03/09 10:29:25

  Modified:             metadata.xml ChangeLog
  Added:                nauty-2.5.9.ebuild
  Log:
  Version Bump, fixes problems with format security, #542666
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  sci-mathematics/nauty/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nauty/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nauty/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nauty/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml        24 Oct 2010 15:48:32 -0000      1.1
+++ metadata.xml        9 Mar 2015 10:29:25 -0000       1.2
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer>
-  <email>[email protected]</email>
-  <name>Thomas Kahle</name>
-</maintainer>
-<herd>sci-mathematics</herd>
-<longdescription lang="en">
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Thomas Kahle</name>
+  </maintainer>
+  <herd>sci-mathematics</herd>
+  <longdescription lang="en">
 nauty is a program for computing automorphism groups of graphs and digraphs. 
It can also produce a
 canonical labelling.
 



1.6                  sci-mathematics/nauty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nauty/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nauty/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nauty/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Aug 2014 20:23:44 -0000      1.5
+++ ChangeLog   9 Mar 2015 10:29:25 -0000       1.6
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/nauty
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v 1.5 
2014/08/10 20:23:44 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v 1.6 
2015/03/09 10:29:25 jlec Exp $
+
+*nauty-2.5.9 (09 Mar 2015)
+
+  09 Mar 2015; Justin Lecher <[email protected]> +nauty-2.5.9.ebuild,
+  metadata.xml:
+  Version Bump, fixes problems with format security, #542666
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> nauty-2.4.2.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  sci-mathematics/nauty/nauty-2.5.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nauty/nauty-2.5.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nauty/nauty-2.5.9.ebuild?rev=1.1&content-type=text/plain

Index: nauty-2.5.9.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/nauty-2.5.9.ebuild,v 
1.1 2015/03/09 10:29:25 jlec Exp $

EAPI=5

inherit versionator

MY_PV=$(replace_version_separator 2 'r')
MY_PV=$(delete_version_separator 1 ${MY_PV})

DESCRIPTION="Computing automorphism groups of graphs and digraphs"
HOMEPAGE="http://pallini.di.uniroma1.it/";
SRC_URI="http://cs.anu.edu.au/~bdm/${PN}/${PN}${MY_PV}.tar.gz";

LICENSE="nauty"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}/${PN}${MY_PV}"

src_prepare () {
        sed \
                -e "s/^LDFLAGS=.*/LDFLAGS=${LDFLAGS}/" \
                -e 's:${CC} -o:${CC} ${LDFLAGS} -o:g' \
                -e 's:${LDFLAGS}$::g' \
                -i makefile.in || die
}

src_test () {
        emake checks
        ./runalltests
}

src_install () {
        dobin addedgeg amtog biplabg catg complg copyg countg \
                deledgeg directg dreadnaut dretog genbg geng genrang \
                gentourng labelg listg multig newedgeg NRswitchg pickg \
                planarg shortg showg
        dodoc README formats.txt nug*.pdf
}




Reply via email to