Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/piddle/
Date: Tue, 14 Feb 2017 23:54:20
Message-Id: 1487116442.bf7c8d63931f1b6427cb51ad1a9b6175b900030d.mrueg@gentoo
1 commit: bf7c8d63931f1b6427cb51ad1a9b6175b900030d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 23:54:02 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 23:54:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7c8d63
7
8 dev-python/piddle: Remove old
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/piddle/piddle-1.0.15.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-python/piddle/piddle-1.0.15.ebuild b/dev-python/piddle/piddle-1.0.15.ebuild
16 deleted file mode 100644
17 index 3140662242..0000000000
18 --- a/dev-python/piddle/piddle-1.0.15.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -PYTHON_DEPEND="2"
27 -SUPPORT_PYTHON_ABIS="1"
28 -RESTRICT_PYTHON_ABIS="3.*"
29 -
30 -inherit distutils
31 -
32 -DESCRIPTION="Cross-media, cross-platform 2D graphics package"
33 -HOMEPAGE="http://piddle.sourceforge.net/"
34 -SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz"
35 -
36 -LICENSE="LGPL-2.1"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ia64 x86"
39 -IUSE=""
40 -
41 -src_install() {
42 - distutils_src_install
43 - dohtml -r docs/*
44 -}