idella4 15/02/26 14:19:59 Modified: ChangeLog Added: chm2pdf-0.9.1-r2.ebuild Log: revbump; convert -> python-single-r1 and upgrade EAPI, consent by maintainer hwoarang (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.15 app-text/chm2pdf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/chm2pdf/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/chm2pdf/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/chm2pdf/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/chm2pdf/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 6 Aug 2014 07:09:32 -0000 1.14 +++ ChangeLog 26 Feb 2015 14:19:59 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for app-text/chm2pdf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chm2pdf/ChangeLog,v 1.14 2014/08/06 07:09:32 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/chm2pdf/ChangeLog,v 1.15 2015/02/26 14:19:59 idella4 Exp $ + +*chm2pdf-0.9.1-r2 (26 Feb 2015) + + 26 Feb 2015; Ian Delaney <[email protected]> +chm2pdf-0.9.1-r2.ebuild: + revbump; convert -> python-single-r1 and upgrade EAPI, consent by maintainer + hwoarang 06 Aug 2014; Patrick Lauer <[email protected]> chm2pdf-0.9.1-r1.ebuild, chm2pdf-0.9.1.ebuild: 1.1 app-text/chm2pdf/chm2pdf-0.9.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/chm2pdf/chm2pdf-0.9.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/chm2pdf/chm2pdf-0.9.1-r2.ebuild?rev=1.1&content-type=text/plain Index: chm2pdf-0.9.1-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/chm2pdf/chm2pdf-0.9.1-r2.ebuild,v 1.1 2015/02/26 14:19:59 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 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[${PYTHON_USEDEP}] app-text/htmldoc >=dev-libs/chmlib-0.40-r1[examples] ${PYTHON_DEPS}" REQUIRED_USE=${PYTHON_REQUIRED_USE} PATCHES=( "${FILESDIR}/tempdir.patch" ) pkg_setup() { python-single-r1_pkg_setup } src_prepare(){ python_fix_shebang . } src_install() { default python_doscript ${PN} || die "failed to create executable" }
