public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/unoconv: ChangeLog unoconv-0.7.ebuild
@ 2015-07-12  9:17 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2015-07-12  9:17 UTC (permalink / raw
  To: gentoo-commits

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 <graaff@gentoo.org> +unoconv-0.7.ebuild:
+  Version bump.
 
   28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> 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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-12  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-12  9:17 [gentoo-commits] gentoo-x86 commit in app-office/unoconv: ChangeLog unoconv-0.7.ebuild Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox