Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/
Date: Sun, 04 Jun 2017 10:50:45
Message-Id: 1496573434.4b94a2e1c7597e466f67506ed7f789baad88f173.kensington@gentoo
1 commit: 4b94a2e1c7597e466f67506ed7f789baad88f173
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 10:46:22 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 10:50:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b94a2e1
7
8 app-portage/tatt: remove 0.3
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-portage/tatt/Manifest | 1 -
13 app-portage/tatt/tatt-0.3.ebuild | 36 ------------------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
17 index 6f7d9cf32d7..e3e24febf7a 100644
18 --- a/app-portage/tatt/Manifest
19 +++ b/app-portage/tatt/Manifest
20 @@ -1,2 +1 @@
21 -DIST tatt-0.3.tar.gz 22527 SHA256 bad1f0f33889aaa5887bab8c80bcbdaa620c379de5ff381ab983ae23d24ac9ed SHA512 822ec8904e452afd2373ca7ff01a05b8020b261acfc02864523a22e91d83dea51a1d2a8c79ec75db38e6de00cb3c06b3799dee261f376ec91d261a9f468aaa19 WHIRLPOOL f9be83b45c3d79e004600fa3e1ecd2d1ab6e6720035f13ab5f0b4a46555c280663e6371fb9ed88ab0de6bbfb4a853a0f07963dbc25f668a3cd8482c369343b90
22 DIST tatt-0.4.tar.gz 23397 SHA256 53ed63685187acc55241698dac26a7cadbdf846dfc72709a9d67db65572dc2ef SHA512 57df8cdda9b6711da36e3635182fcfb64a376d7c3a76a29ea0252fc17597defe921d90bf9989f4fc199ab9848fae6fc4f53623140825f79368e90723a5562dd6 WHIRLPOOL a152e6cdee833d892eb0ff1b6c24d107b99ac4b7c92510d230fdbb6e1375825c1294a7008e1e09c496115f6116f3de48a4500dcc3a257998c8ee5bb0a29c08b0
23
24 diff --git a/app-portage/tatt/tatt-0.3.ebuild b/app-portage/tatt/tatt-0.3.ebuild
25 deleted file mode 100644
26 index 92b3bd9cce7..00000000000
27 --- a/app-portage/tatt/tatt-0.3.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 python3_4 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="tatt is an arch testing tool"
40 -HOMEPAGE="https://github.com/tom111/tatt"
41 -SRC_URI="https://github.com/tom111/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
46 -IUSE="+templates"
47 -
48 -RDEPEND="
49 - app-portage/eix
50 - app-portage/gentoolkit
51 - www-client/pybugz
52 - dev-python/configobj[${PYTHON_USEDEP}]"
53 -DEPEND="
54 - ${RDEPEND}
55 - dev-python/setuptools[${PYTHON_USEDEP}]"
56 -
57 -python_install_all() {
58 - distutils-r1_python_install_all
59 - if use templates; then
60 - insinto "/usr/share/${PN}"
61 - doins -r templates
62 - fi
63 - doman tatt.1
64 - doman tatt.5
65 -}