summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-12 01:51:13 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-12 01:51:13 +0100
commit983e5b02df100bd80687d72bd85da54796b15613 (patch)
treef0c3c6c614a98b88c28e38cce1163727ec5beaa0 /app-officeext/ooofbtools/ooofbtools-2.57.ebuild
parentapp-officeext/ooofbtools: Version bump (diff)
downloadgentoo-983e5b02df100bd80687d72bd85da54796b15613.tar.gz
gentoo-983e5b02df100bd80687d72bd85da54796b15613.tar.bz2
gentoo-983e5b02df100bd80687d72bd85da54796b15613.zip
app-officeext/ooofbtools: Remove old
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-officeext/ooofbtools/ooofbtools-2.57.ebuild')
-rw-r--r--app-officeext/ooofbtools/ooofbtools-2.57.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-officeext/ooofbtools/ooofbtools-2.57.ebuild b/app-officeext/ooofbtools/ooofbtools-2.57.ebuild
deleted file mode 100644
index ba19afd21c64..000000000000
--- a/app-officeext/ooofbtools/ooofbtools-2.57.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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*
-}