diff --git a/sci-mathematics/sage-data-conway_polynomials/ChangeLog b/sci-mathematics/sage-data-conway_polynomials/ChangeLog index 8c6eaba06..a28f6ff4a 100644 --- a/sci-mathematics/sage-data-conway_polynomials/ChangeLog +++ b/sci-mathematics/sage-data-conway_polynomials/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-mathematics/sage-data-conway_polynomials -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 May 2012; Christopher Schwan + sage-data-conway_polynomials-0.2-r1.ebuild: + Fix SRC_URI + 20 May 2011; Christopher Schwan sage-data-conway_polynomials-0.2-r1.ebuild: Migrate to EAPI 4 diff --git a/sci-mathematics/sage-data-conway_polynomials/Manifest b/sci-mathematics/sage-data-conway_polynomials/Manifest index c9e1d5b04..415fe6713 100644 --- a/sci-mathematics/sage-data-conway_polynomials/Manifest +++ b/sci-mathematics/sage-data-conway_polynomials/Manifest @@ -1,4 +1,4 @@ DIST sage-data-conway_polynomials-0.2.tar.bz2 530401 RMD160 23f02e87b2d056ad58d69efeb902a3fbdb90804f SHA1 b99fa7e9a512fdd0cf2085dbf649e84794bd1c2f SHA256 75147e69c488e096a4eb66ca01a3e949591affad8b39f4046006a4db2fda40f8 -EBUILD sage-data-conway_polynomials-0.2-r1.ebuild 621 RMD160 fe7dfdbad255ba04ace983c9c5061321a70c1c8b SHA1 a54a0e20971b8afb49732b4242653210e9e2067d SHA256 5f0883093e8340469e5f24a29b37270ecd3dc53c7b1c2b674a1f8672172713fb -MISC ChangeLog 934 RMD160 31e59152db539a52f2fe59ac3fd9a740be7b9214 SHA1 bc57d77b64bc2c496e7f82d1a78fc5927b027773 SHA256 72c4236844aabc9a64707c2c63191ef83a3c5e9bbaecf91ab7ee8ccd5054dfc2 +EBUILD sage-data-conway_polynomials-0.2-r1.ebuild 621 RMD160 0b30038c4dfea9ebe3e946b56d6fa28876929fb6 SHA1 3850b680777f484d1b5745761fd199f7634ed2ba SHA256 37bebfea6b8bd317ab7ab8f4fff35b8c5f04f326583f4865be93bb46d4cda580 +MISC ChangeLog 1061 RMD160 415dc32937ebaca729a7b76b2e72157d130f15d6 SHA1 39eab9c1bb215edc4daacac3ba4ee71135c99044 SHA256 88c463704df4b1acc926d4dc056c48b8e8305b6d7e0080816288320595d19e64 MISC metadata.xml 218 RMD160 5dcdfc9ffbff78c3625f6ee6cd8242c0130bba48 SHA1 e7d6721263f31430e0dd04b17f16c27ebac78a89 SHA256 45420c665fb7a061ce85d5300ea7ed5a034a812dc286e2c87540b90d1388d79d diff --git a/sci-mathematics/sage-data-conway_polynomials/sage-data-conway_polynomials-0.2-r1.ebuild b/sci-mathematics/sage-data-conway_polynomials/sage-data-conway_polynomials-0.2-r1.ebuild index b368ccfd5..fd2d396b9 100644 --- a/sci-mathematics/sage-data-conway_polynomials/sage-data-conway_polynomials-0.2-r1.ebuild +++ b/sci-mathematics/sage-data-conway_polynomials/sage-data-conway_polynomials-0.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" MY_P="conway_polynomials-${PV}" -SAGE_P="sage-4.6" +SAGE_P="sage-5.0" DESCRIPTION="Sage's conway polynomial database" HOMEPAGE="http://www.sagemath.org"