commit: 227556be4f45eb2a830fbd6ca6cabd828fc70c9b Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Oct 13 06:40:51 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Tue Oct 13 06:40:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=227556be
dev-python/matplotlib2tikz: Cleanup ebuilds Package-Manager: portage-2.2.20.1 dev-python/matplotlib2tikz/ChangeLog | 4 ++++ dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild | 11 ++--------- dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild | 13 +++---------- 3 files changed, 9 insertions(+), 19 deletions(-) diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog index 06f0a5c..cb5531d 100644 --- a/dev-python/matplotlib2tikz/ChangeLog +++ b/dev-python/matplotlib2tikz/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 13 Oct 2015; Marius Brehler <[email protected]> + matplotlib2tikz-0.1.0.ebuild, matplotlib2tikz-9999.ebuild: + dev-python/matplotlib2tikz: Cleanup ebuilds + *matplotlib2tikz-0.2.0 (13 Oct 2015) 13 Oct 2015; Marius Brehler <[email protected]> diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild index a0282d2..ebf1d65 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild @@ -10,15 +10,8 @@ inherit distutils-r1 DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures" HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" - -if [ ${PV} = "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git" - KEYWORDS="" -else - SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi +SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild index 20ab8da..a0efa2d 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild @@ -6,19 +6,12 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) -inherit distutils-r1 +inherit distutils-r1 git-r3 DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures" HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" - -if [ ${PV} = "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git" - KEYWORDS="" -else - SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi +EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git" +KEYWORDS="" LICENSE="LGPL-3" SLOT="0"
