idella4 14/04/07 14:35:18 Modified: ChangeLog Added: pdfminer-20131113.ebuild Log: bump; Add IUSE examples, doc (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 app-text/pdfminer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfminer/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfminer/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfminer/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/pdfminer/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 2 Mar 2012 08:02:46 -0000 1.2 +++ ChangeLog 7 Apr 2014 14:35:18 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for app-text/pdfminer -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfminer/ChangeLog,v 1.2 2012/03/02 08:02:46 djc Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfminer/ChangeLog,v 1.3 2014/04/07 14:35:18 idella4 Exp $ + +*pdfminer-20131113 (07 Apr 2014) + + 07 Apr 2014; Ian Delaney <[email protected]> +pdfminer-20131113.ebuild: + bump; Add IUSE examples, doc 02 Mar 2012; Dirkjan Ochtman <[email protected]> metadata.xml: Replace hwoarang with python herd. @@ -11,4 +16,3 @@ +metadata.xml: Initial commit. Thanks to Nico Schlömer <[email protected]> for the initial ebuild. Bug #333071 - 1.1 app-text/pdfminer/pdfminer-20131113.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfminer/pdfminer-20131113.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfminer/pdfminer-20131113.ebuild?rev=1.1&content-type=text/plain Index: pdfminer-20131113.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/pdfminer/pdfminer-20131113.ebuild,v 1.1 2014/04/07 14:35:18 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python tool for extracting information from PDF documents" HOMEPAGE="http://www.unixuser.org/~euske/python/pdfminer/ http://pypi.python.org/pypi/pdfminer/" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples" python_compile_all(){ use examples && emake -C samples all } python_install_all() { use doc && local HTML_DOCS=( docs/. ) use examples && local EXAMPLES=( samples/. ) distutils-r1_python_install_all }
