* [gentoo-commits] gentoo-x86 commit in sci-libs/minfx: minfx-1.0.3-r1.ebuild metadata.xml ChangeLog minfx-1.0.3.ebuild
@ 2013-02-04 7:09 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-02-04 7:09 UTC (permalink / raw
To: gentoo-commits
jlec 13/02/04 07:09:37
Modified: metadata.xml ChangeLog minfx-1.0.3.ebuild
Added: minfx-1.0.3-r1.ebuild
Log:
sci-libs/minfx: Bump to new python eclasses
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.2 sci-libs/minfx/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/minfx/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 19 Jul 2012 15:47:51 -0000 1.1
+++ metadata.xml 4 Feb 2013 07:09:37 -0000 1.2
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-chemistry</herd>
- <maintainer>
- <email>jlec@gentoo.org</email>
- </maintainer>
- <longdescription>
+ <herd>sci-chemistry</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+ <longdescription>
The minfx project is a python package for numerical optimisation,
being a large collection of standard minimisation algorithms. The name minfx
is simply a shortening of the mathematical expression min f(x).
1.2 sci-libs/minfx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 19 Jul 2012 15:47:51 -0000 1.1
+++ ChangeLog 4 Feb 2013 07:09:37 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/minfx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.1 2012/07/19 15:47:51 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.2 2013/02/04 07:09:37 jlec Exp $
+
+*minfx-1.0.3-r1 (04 Feb 2013)
+
+ 04 Feb 2013; Justin Lecher <jlec@gentoo.org> minfx-1.0.3.ebuild,
+ +minfx-1.0.3-r1.ebuild, metadata.xml:
+ Bump to new python eclasses
*minfx-1.0.3 (19 Jul 2012)
1.2 sci-libs/minfx/minfx-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/minfx-1.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/minfx-1.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/minfx-1.0.3.ebuild?r1=1.1&r2=1.2
Index: minfx-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- minfx-1.0.3.ebuild 19 Jul 2012 15:47:51 -0000 1.1
+++ minfx-1.0.3.ebuild 4 Feb 2013 07:09:37 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.3.ebuild,v 1.1 2012/07/19 15:47:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.3.ebuild,v 1.2 2013/02/04 07:09:37 jlec Exp $
EAPI=4
@@ -12,7 +12,7 @@
DESCRIPTION="Numerical optimisation library"
HOMEPAGE="http://gna.org/projects/minfx"
-SRC_URI="http://download.gna.org/minfx/minfx-1.0.3.tar.gz"
+SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3"
1.1 sci-libs/minfx/minfx-1.0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/minfx-1.0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/minfx/minfx-1.0.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: minfx-1.0.3-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.3-r1.ebuild,v 1.1 2013/02/04 07:09:37 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Numerical optimisation library"
HOMEPAGE="http://gna.org/projects/minfx"
SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-04 7:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 7:09 [gentoo-commits] gentoo-x86 commit in sci-libs/minfx: minfx-1.0.3-r1.ebuild metadata.xml ChangeLog minfx-1.0.3.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox