From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-text/chm2pdf/Manifest | 1 + app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild | 35 ++++++++++++++++ app-text/chm2pdf/chm2pdf-0.9.1-r2.ebuild | 40 ++++++++++++++++++ app-text/chm2pdf/files/tempdir.patch | 71 ++++++++++++++++++++++++++++++++ app-text/chm2pdf/metadata.xml | 15 +++++++ 5 files changed, 162 insertions(+) create mode 100644 app-text/chm2pdf/Manifest create mode 100644 app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild create mode 100644 app-text/chm2pdf/chm2pdf-0.9.1-r2.ebuild create mode 100644 app-text/chm2pdf/files/tempdir.patch create mode 100644 app-text/chm2pdf/metadata.xml (limited to 'app-text/chm2pdf') diff --git a/app-text/chm2pdf/Manifest b/app-text/chm2pdf/Manifest new file mode 100644 index 000000000000..b987daf67201 --- /dev/null +++ b/app-text/chm2pdf/Manifest @@ -0,0 +1 @@ +DIST chm2pdf-0.9.1.tar.gz 19955 SHA256 204293c264c94bd17f56925d21d20b9f69a96136836198ba1a5014fe128ec3b0 SHA512 1d1997b17750f371e60cc6bf9693a8e4316deadd63247700f6ebd1bf02340f2e0524766a6be846d0f6349416b8551609da63fbf60ecd62766cf0d9b4f0c886d3 WHIRLPOOL 15607e84628ea2395b0f55ce0e1c2ab8c41f087e348e453a39db101f21c7e32f533d1537ad79957cf02b4c91f8dc7bf1afa883bf083067f09bbfb0012a373943 diff --git a/app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild b/app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild new file mode 100644 index 000000000000..80aa73116f8b --- /dev/null +++ b/app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild @@ -0,0 +1,35 @@ +# 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="http://code.google.com/p/chm2pdf/" +SRC_URI="http://${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/null') + + convert_to_pdf(cfile, filename, outputfilename, options) ++ shutil.rmtree(CHM2PDF_TEMP_WORK_DIR) ++ shutil.rmtree(CHM2PDF_TEMP_ORIG_DIR) + + + if __name__ == '__main__': diff --git a/app-text/chm2pdf/metadata.xml b/app-text/chm2pdf/metadata.xml new file mode 100644 index 000000000000..5751fc881e4b --- /dev/null +++ b/app-text/chm2pdf/metadata.xml @@ -0,0 +1,15 @@ + + + + + hwoarang@gentoo.org + Markos Chandras + + + rhill@gentoo.org + Ryan Hill + + + chm2pdf + + -- cgit v1.2.3-65-gdbad