diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:24:06 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:24:06 +0000 |
commit | 49d8dbd1bdc2c2f57e98036c5dc5eb7b6b56faa9 (patch) | |
tree | 6c4e46c6b55d3c2202e6df62e95a193c7ce636a5 /sci-mathematics/pymc | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-49d8dbd1bdc2c2f57e98036c5dc5eb7b6b56faa9.tar.gz gentoo-2-49d8dbd1bdc2c2f57e98036c5dc5eb7b6b56faa9.tar.bz2 gentoo-2-49d8dbd1bdc2c2f57e98036c5dc5eb7b6b56faa9.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'sci-mathematics/pymc')
-rw-r--r-- | sci-mathematics/pymc/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/pymc/pymc-2.2.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/pymc/pymc-9999.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sci-mathematics/pymc/ChangeLog b/sci-mathematics/pymc/ChangeLog index 3ed8f4a43a34..79de485ab612 100644 --- a/sci-mathematics/pymc/ChangeLog +++ b/sci-mathematics/pymc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/pymc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/ChangeLog,v 1.2 2012/09/26 17:22:56 heroxbd Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/ChangeLog,v 1.3 2014/08/10 20:24:06 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pymc-2.2.ebuild, + pymc-9999.ebuild: + QA: drop trailing '.' from DESCRIPTION 27 Sep 2012; Benda Xu <heroxbd@gentoo.org> metadata.xml, pymc-2.2.ebuild, pymc-9999.ebuild: @@ -12,4 +16,3 @@ 27 Sep 2012; Benda Xu <heroxbd@gentoo.org> +metadata.xml, +pymc-2.2.ebuild, +pymc-9999.ebuild: new ebuild - diff --git a/sci-mathematics/pymc/pymc-2.2.ebuild b/sci-mathematics/pymc/pymc-2.2.ebuild index e8a146fe1a31..f668488953cd 100644 --- a/sci-mathematics/pymc/pymc-2.2.ebuild +++ b/sci-mathematics/pymc/pymc-2.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-2.2.ebuild,v 1.2 2012/09/26 17:22:56 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-2.2.ebuild,v 1.3 2014/08/10 20:24:06 slyfox Exp $ EAPI=4 inherit distutils vcs-snapshot -DESCRIPTION="Markov Chain Monte Carlo sampling toolkit." +DESCRIPTION="Markov Chain Monte Carlo sampling toolkit" HOMEPAGE="http://github.com/${PN}-devs/${PN} http://pypi.python.org/pypi/${PN}" SRC_URI="http://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz" diff --git a/sci-mathematics/pymc/pymc-9999.ebuild b/sci-mathematics/pymc/pymc-9999.ebuild index 978116baf811..bf35670bf533 100644 --- a/sci-mathematics/pymc/pymc-9999.ebuild +++ b/sci-mathematics/pymc/pymc-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-9999.ebuild,v 1.2 2012/09/26 17:22:56 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-9999.ebuild,v 1.3 2014/08/10 20:24:06 slyfox Exp $ EAPI=4 inherit distutils git-2 EGIT_REPO_URI="http://github.com/${PN}-devs/${PN}.git" -DESCRIPTION="Markov chain Monte Carlo for Python." +DESCRIPTION="Markov chain Monte Carlo for Python" HOMEPAGE="http://github.com/${PN}-devs/${PN} http://pypi.python.org/pypi/${PN}" SLOT=0 |