summaryrefslogtreecommitdiff
path: root/dev-python/polygon/polygon-2.0.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/polygon/polygon-2.0.6.ebuild')
-rw-r--r--dev-python/polygon/polygon-2.0.6.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/polygon/polygon-2.0.6.ebuild b/dev-python/polygon/polygon-2.0.6.ebuild
deleted file mode 100644
index c411417e96cf..000000000000
--- a/dev-python/polygon/polygon-2.0.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python package to handle polygonal shapes in 2D"
-HOMEPAGE="https://www.j-raedler.de/projects/polygon/"
-SRC_URI="https://www.bitbucket.org/jraedler/${PN}2/downloads/Polygon2-${PV}.zip"
-
-LICENSE="LGPL-2"
-SLOT="2"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/Polygon2-${PV}
-
-DOCS=( HISTORY doc/Polygon.txt )
-
-python_test() {
- ${PYTHON} test/Test.py || die "Tests failed"
-}