]> Pileus Git - ~andy/sunrise/commitdiff
Removed accidentally commited simplekml.
authorDominik George (natureshadow) <gentoo@naturalnik.de>
Sun, 8 Jan 2012 02:44:13 +0000 (02:44 +0000)
committerDominik George (natureshadow) <gentoo@naturalnik.de>
Sun, 8 Jan 2012 02:44:13 +0000 (02:44 +0000)
svn path=/sunrise/; revision=12635

dev-python/simplekml/simplekml-0.8.1.ebuild [deleted file]

diff --git a/dev-python/simplekml/simplekml-0.8.1.ebuild b/dev-python/simplekml/simplekml-0.8.1.ebuild
deleted file mode 100644 (file)
index 4fe136a..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_DEPEND="*:2.6:3.2"
-
-inherit distutils eutils
-
-DESCRIPTION="Python module that generates KML with as little effort as possible"
-HOMEPAGE="http://code.google.com/p/simplekml/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PYTHON_MODNAME="simplekml"
-
-RESTRICT_PYTHON_ABIS="2.[45]"
-
-src_install() {
-       distutils_src_install
-       newdoc README.txt README
-}