graaff 15/07/12 09:17:15 Modified: ChangeLog Added: unoconv-0.7.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.18 app-office/unoconv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 28 Feb 2015 17:21:06 -0000 1.17 +++ ChangeLog 12 Jul 2015 09:17:15 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for app-office/unoconv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.17 2015/02/28 17:21:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.18 2015/07/12 09:17:15 graaff Exp $ + +*unoconv-0.7 (12 Jul 2015) + + 12 Jul 2015; Hans de Graaff <[email protected]> +unoconv-0.7.ebuild: + Version bump. 28 Feb 2015; Agostino Sarubbo <[email protected]> unoconv-99999999.ebuild: Move KEYWORDS to another line to avoid bug #399061 1.1 app-office/unoconv/unoconv-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/unoconv-0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/unoconv-0.7.ebuild?rev=1.1&content-type=text/plain Index: unoconv-0.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.7.ebuild,v 1.1 2015/07/12 09:17:15 graaff Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) inherit eutils python-single-r1 REQUIRED_USE="${PYTHON_REQUIRED_USE}" DESCRIPTION="Convert between document formats supported by Libreoffice" HOMEPAGE="http://dag.wieers.com/home-made/unoconv/" SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} ${PYTHON_DEPS} !app-text/odt2txt virtual/ooo " src_prepare() { epatch "${FILESDIR}/timeout.patch" python_fix_shebang . } src_compile() { :; } src_install() { emake -j1 doc-install install install-links DESTDIR="${D}" || die dodoc ChangeLog CHANGELOG.md README.adoc || die }
