Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
Date: Mon, 29 Oct 2018 23:15:32
Message-Id: 1540854910.6a798fc05309c9ae2a38160706e3768f765a6aed.monsieurp@gentoo
1 commit: 6a798fc05309c9ae2a38160706e3768f765a6aed
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Oct 28 16:09:36 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 23:15:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a798fc0
7
8 dev-python/rtimulib: drop old version.
9
10 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-python/rtimulib/rtimulib-7.2.1.ebuild | 22 ----------------------
15 1 file changed, 22 deletions(-)
16
17 diff --git a/dev-python/rtimulib/rtimulib-7.2.1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1.ebuild
18 deleted file mode 100644
19 index 06ba1a37367..00000000000
20 --- a/dev-python/rtimulib/rtimulib-7.2.1.ebuild
21 +++ /dev/null
22 @@ -1,22 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29 -
30 -inherit distutils-r1
31 -
32 -MY_P="RTIMULib-${PV}"
33 -
34 -DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
35 -HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
36 -SRC_URI="https://github.com/RPi-Distro/RTIMULib/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
37 -
38 -LICENSE="MIT"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
41 -
42 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
43 -
44 -S="${WORKDIR}/${MY_P}/Linux/python"