diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-18 20:56:01 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-18 21:25:36 +0200 |
commit | 15fd83fd8a43507043066f7a28198a8e27446c99 (patch) | |
tree | ab21c606dc32e55c97c64ba3e5031106bd70bcb2 | |
parent | 95755c72cbc80d7c4fa26655b80ac73a349c2cd6 (diff) | |
download | gentoo-15fd83fd8a43507043066f7a28198a8e27446c99.tar.gz gentoo-15fd83fd8a43507043066f7a28198a8e27446c99.tar.xz |
app-text/chm2pdf: Drop old
Package-Manager: portage-2.3.1
-rw-r--r-- | app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild b/app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild deleted file mode 100644 index c6c14094a47..00000000000 --- a/app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -PYTHON_DEPEND="2" -inherit python eutils - -DESCRIPTION="A script that converts a CHM file into a single PDF file" -HOMEPAGE="https://code.google.com/p/chm2pdf/" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/pychm - app-text/htmldoc - || ( >=dev-libs/chmlib-0.40-r1[examples] - <dev-libs/chmlib-0.40-r1 )" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare(){ - epatch "${FILESDIR}/tempdir.patch" - python_convert_shebangs 2 ${PN} -} - -src_install() { - dobin ${PN} || die "failed to create executable" - dodoc README || die "dodoc failed" -} |