summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-18 20:55:29 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-18 21:25:33 +0200
commit95755c72cbc80d7c4fa26655b80ac73a349c2cd6 (patch)
tree6a2975b860a8a3bb7781724ec43f2c4aeb81b513
parenta83d3608961358a6f0788e1809fd03e5c01a5952 (diff)
downloadgentoo-95755c72cbc80d7c4fa26655b80ac73a349c2cd6.tar.gz
gentoo-95755c72cbc80d7c4fa26655b80ac73a349c2cd6.tar.xz
dev-python/pychm: Drop old
Package-Manager: portage-2.3.1
-rw-r--r--dev-python/pychm/pychm-0.8.4.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/pychm/pychm-0.8.4.ebuild b/dev-python/pychm/pychm-0.8.4.ebuild
deleted file mode 100644
index 56f6ab3414b..00000000000
--- a/dev-python/pychm/pychm-0.8.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-DESCRIPTION="Python bindings for the chmlib library"
-HOMEPAGE="http://gnochm.sourceforge.net/pychm.html"
-SRC_URI="mirror://sourceforge/gnochm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-libs/chmlib"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="chm"