Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/
Date: Sat, 28 Nov 2015 18:21:58
Message-Id: 1448734838.91df52a261488dc2368ce1d341ccbd6232d7f07e.marbre@gentoo
1 commit: 91df52a261488dc2368ce1d341ccbd6232d7f07e
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 18:20:38 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Nov 28 18:20:38 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=91df52a2
7
8 dev-python/python-vxi11: Drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/python-vxi11/ChangeLog | 4 ++++
13 dev-python/python-vxi11/python-vxi11-0.7.ebuild | 22 ----------------------
14 2 files changed, 4 insertions(+), 22 deletions(-)
15
16 diff --git a/dev-python/python-vxi11/ChangeLog b/dev-python/python-vxi11/ChangeLog
17 index 48d7bbe..5dfa75f 100644
18 --- a/dev-python/python-vxi11/ChangeLog
19 +++ b/dev-python/python-vxi11/ChangeLog
20 @@ -1,6 +1,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 28 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + -python-vxi11-0.7.ebuild:
26 + dev-python/python-vxi11: Drop old
27 +
28 *python-vxi11-0.8 (21 Sep 2015)
29
30 21 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
31
32 diff --git a/dev-python/python-vxi11/python-vxi11-0.7.ebuild b/dev-python/python-vxi11/python-vxi11-0.7.ebuild
33 deleted file mode 100644
34 index fd6fcc9..0000000
35 --- a/dev-python/python-vxi11/python-vxi11-0.7.ebuild
36 +++ /dev/null
37 @@ -1,22 +0,0 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Id$
41 -
42 -EAPI=5
43 -PYTHON_COMPAT=( python{2_7,3_4} )
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
48 -HOMEPAGE="https://github.com/python-ivi/python-vxi11"
49 -
50 -if [ ${PV} == "9999" ] ; then
51 - inherit git-r3
52 - EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
53 -else
54 - SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55 - KEYWORDS="~amd64"
56 -fi
57 -
58 -LICENSE="MIT"
59 -SLOT="0"