summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-09 03:04:33 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-09 03:04:33 -0500
commita96a971c845e2cd3ffad3b8f63558c6408897f0a (patch)
tree9431452ee7738105e3d34fdaa7a4ac405c646c8b /app-text
parent897a58deb079b5691d4424cc15517aea6e422808 (diff)
downloadbaldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.gz
baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.xz
baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.zip
Adding metadata
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libstaroffice/Manifest1
-rw-r--r--app-text/libstaroffice/libstaroffice-0.0.8.ebuild49
-rw-r--r--app-text/libstaroffice/libstaroffice-9999.ebuild9
-rw-r--r--app-text/qpdfview/qpdfview-0.5_p20260701.ebuild2
4 files changed, 56 insertions, 5 deletions
diff --git a/app-text/libstaroffice/Manifest b/app-text/libstaroffice/Manifest
index dc2604772e8d..4a83cbce346b 100644
--- a/app-text/libstaroffice/Manifest
+++ b/app-text/libstaroffice/Manifest
@@ -1 +1,2 @@
DIST libstaroffice-0.0.7.tar.xz 707920 BLAKE2B f06786f600414a086f9b08b413ef1e028b15070ce90b4be03b18dd69787f4812b4ecbc245381e0ed464fabe0c1147149a3c4df248181b236e5d8bb766b398985 SHA512 fae873457a8018c1613667aa92771981503585513ab01bdbd2dd6d506ed4f72a7a8fdcfcb8953a46dfcb8fd902d2c9ef8ccd1a5ff15c83990a89847fb98009f8
+DIST libstaroffice-0.0.8.tar.xz 716420 BLAKE2B e5fcd6c1c835ea3e2b6149c7e7b89fb9d733946e2f583ca1bc4e84a24a2e21dc9d89a1b310c1c9b7fbd28b4a4403639663dbc0e8ffd2f4ea5401350978518fcb SHA512 464132380a473c253cea303a4307314ebd76c0ab6b1801eddc63aa126f0de22d6d0266cb6b2ca4ca83102718bdf610d05d60f6a3535e456889cc645acd3f9eae
diff --git a/app-text/libstaroffice/libstaroffice-0.0.8.ebuild b/app-text/libstaroffice/libstaroffice-0.0.8.ebuild
new file mode 100644
index 000000000000..061688b490ef
--- /dev/null
+++ b/app-text/libstaroffice/libstaroffice-0.0.8.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=9
+
+if [[ ${PV} == *9999* ]]; then
+ EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git"
+ inherit git-r3 autotools
+else
+ SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz
+ https://github.com/fosnola/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Import filter for old StarOffice documents"
+HOMEPAGE="https://github.com/fosnola/libstaroffice"
+
+LICENSE="|| ( LGPL-2.1+ MPL-2.0 )"
+SLOT="0"
+IUSE="debug doc tools +zlib"
+
+BDEPEND="
+ doc? ( app-text/doxygen )
+"
+DEPEND="
+ dev-libs/librevenge
+ zlib? ( virtual/zlib:= )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ [[ ${PV} == *9999* ]] && eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable debug)
+ $(use_with doc docs)
+ $(use_enable tools)
+ $(use_enable zlib zip)
+ )
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -type f -delete || die
+}
diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild b/app-text/libstaroffice/libstaroffice-9999.ebuild
index 3ec76912c9a6..061688b490ef 100644
--- a/app-text/libstaroffice/libstaroffice-9999.ebuild
+++ b/app-text/libstaroffice/libstaroffice-9999.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=9
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git"
inherit git-r3 autotools
else
- SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+ SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz
+ https://github.com/fosnola/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
DESCRIPTION="Import filter for old StarOffice documents"
diff --git a/app-text/qpdfview/qpdfview-0.5_p20260701.ebuild b/app-text/qpdfview/qpdfview-0.5_p20260701.ebuild
index 71857084c090..259bca162d29 100644
--- a/app-text/qpdfview/qpdfview-0.5_p20260701.ebuild
+++ b/app-text/qpdfview/qpdfview-0.5_p20260701.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
REQUIRED_USE="?? ( fitz pdf )"