From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4883E13888F for ; Tue, 13 Oct 2015 06:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D381E07D1; Tue, 13 Oct 2015 06:41:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95B5CE07C9 for ; Tue, 13 Oct 2015 06:41:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2143334084A for ; Tue, 13 Oct 2015 06:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F8B5FBD for ; Tue, 13 Oct 2015 06:41:54 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1444718451.227556be4f45eb2a830fbd6ca6cabd828fc70c9b.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/matplotlib2tikz/ChangeLog dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild X-VCS-Directories: dev-python/matplotlib2tikz/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 227556be4f45eb2a830fbd6ca6cabd828fc70c9b X-VCS-Branch: master Date: Tue, 13 Oct 2015 06:41:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2faf5aeb-fdad-432a-8c73-b7efef7ad573 X-Archives-Hash: bb1dc41e8775730980cd3244804079b0 commit: 227556be4f45eb2a830fbd6ca6cabd828fc70c9b Author: Marius Brehler linux sungazer de> AuthorDate: Tue Oct 13 06:40:51 2015 +0000 Commit: Marius Brehler linux sungazer 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 + 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 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"