From e95d1edfd48d8022ee09d9d349cfdb154ba114ff Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Sat, 15 Aug 2020 20:33:33 +0700 Subject: app-officeext/ooofbtools: bump to 2.57 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrey Grozin --- app-officeext/ooofbtools/ooofbtools-2.57.ebuild | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 app-officeext/ooofbtools/ooofbtools-2.57.ebuild (limited to 'app-officeext/ooofbtools/ooofbtools-2.57.ebuild') diff --git a/app-officeext/ooofbtools/ooofbtools-2.57.ebuild b/app-officeext/ooofbtools/ooofbtools-2.57.ebuild new file mode 100644 index 000000000000..942835191ddb --- /dev/null +++ b/app-officeext/ooofbtools/ooofbtools-2.57.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="OOoFBTools" +OFFICE_EXTENSIONS=( "${MY_PN}.oxt" ) +inherit office-ext-r1 + +DESCRIPTION="Open/LibreOffice extension for the FictionBook2 format with validation" +HOMEPAGE="https://sourceforge.net/projects/fbtools/" +SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-arch/zip + dev-libs/libxml2 +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +OFFICE_EXTENSIONS_LOCATION="${S}" + +src_prepare() { + default + + # Remove Windows cruft + pushd "${WORKDIR}/${MY_PN}.oxt" &>/dev/null || die + rm -r win32 || die + popd &>/dev/null || die +} + +src_install() { + office-ext-r1_src_install + dodoc ChangeLog* +} -- cgit v1.2.3-65-gdbad