summaryrefslogtreecommitdiff
path: root/app-officeext
diff options
context:
space:
mode:
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/barcode/Manifest1
-rw-r--r--app-officeext/barcode/barcode-1.3.5.0-r1.ebuild17
-rw-r--r--app-officeext/ooofbtools/Manifest1
-rw-r--r--app-officeext/ooofbtools/ooofbtools-3.4.1.ebuild39
4 files changed, 0 insertions, 58 deletions
diff --git a/app-officeext/barcode/Manifest b/app-officeext/barcode/Manifest
index b62c32cb15d6..0bd57fb27623 100644
--- a/app-officeext/barcode/Manifest
+++ b/app-officeext/barcode/Manifest
@@ -1,2 +1 @@
-DIST barcode_1.3.5.0.oxt 263583 BLAKE2B eafc3897af7c4d0a6cd025945a4f5c8b9e5e27ed5aa82f9e6933dba0cd46ad748b47d98d81da031a7e6e841853686cdd43a47104c5a93fef6cdef9be040ddcd2 SHA512 45133fc58ac211033c199411820029d921dcf1ba714652093b6647861b611eed39bb5b69c8ceef866e80b716da04c92eca0b3f9c990e799ed25cbb2ad8999732
DIST barcode_2.4.0.oxt 126271 BLAKE2B b78a5fe24c38a2de97db9f378348c96f301fc1f73f9a510717c804a3a10308234ba7fdd777f648e7105660ca507d52ea9ecb7755a81ca08515353de7d4ae3d3a SHA512 64529b74c15d40bb8203efe28f0a1729799dcf6ccdd9ec1d85fcc6fe79a29bb0b4efc8ab4a6ca41c8459cfbf2de692711bdca7ec9fc799cff5cde955145e542d
diff --git a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
deleted file mode 100644
index 00630fcd40dc..000000000000
--- a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-OFFICE_EXTENSIONS=(
- "${PN}_${PV}.oxt"
-)
-inherit office-ext-r1
-
-DESCRIPTION="Extension for reading barcodes"
-HOMEPAGE="https://extensions.libreoffice.org/extension-center/barcode"
-SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV}/${PN}_${PV}.oxt"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
diff --git a/app-officeext/ooofbtools/Manifest b/app-officeext/ooofbtools/Manifest
index 4c103a3c5ba9..b0574c662198 100644
--- a/app-officeext/ooofbtools/Manifest
+++ b/app-officeext/ooofbtools/Manifest
@@ -1,2 +1 @@
-DIST OOoFBTools-3.4.1.zip 5279862 BLAKE2B 9a95ed4956a5deb58e53202b587b573579b966e43c052164d3a4b20cc2ee7fd1532bb9dab9ab2c486629000a212de752d75fb4f1d77afece1bd130b079be7beb SHA512 1ec04cbf32824d884fed7ff12a59b43486c96a1b4580a0a24fcc73ebbe7d565ae87e8f7600eb19846f34b1a4c94dacf7ebe755e70692501cd87d12ea470ca8d8
DIST OOoFBTools-3.5.2_r2.zip 5297046 BLAKE2B 8489adbb3e0e74af45eca7267d3595f23e3e8e286d6583be75e80501adc61360c7713c86c66552018eec858f6f3143896ad6d99f69266c3eaa51507458bb9abe SHA512 8d5c95c51afc6a72de61ee81b6253f9295e3dcb0ad78e1e6d18e1d40ffa72aa1edd4850a797291d18cc3d8dd2c2d3c51644c1a6423746b0dbd0905a4c7b14f22
diff --git a/app-officeext/ooofbtools/ooofbtools-3.4.1.ebuild b/app-officeext/ooofbtools/ooofbtools-3.4.1.ebuild
deleted file mode 100644
index 39d662ce0976..000000000000
--- a/app-officeext/ooofbtools/ooofbtools-3.4.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 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="https://downloads.sourceforge.net/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*
-}