diff options
| author | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
|---|---|---|
| committer | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
| commit | cde96c5ea0c81397fd3214d455a374f76179a7aa (patch) | |
| tree | 12c86d59eb88887c244b1145411db084ae5a6c1f /app-text/libstaroffice | |
| parent | 47516b9667518dacb1efd6d257f7b3e6a481ec93 (diff) | |
| download | baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.gz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.xz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.zip | |
Publish baldeagleos-repo candidate 0000000325-20260922-184323
Diffstat (limited to 'app-text/libstaroffice')
| -rw-r--r-- | app-text/libstaroffice/Manifest | 1 | ||||
| -rw-r--r-- | app-text/libstaroffice/libstaroffice-0.0.7.ebuild | 48 | ||||
| -rw-r--r-- | app-text/libstaroffice/libstaroffice-0.0.8.ebuild | 2 |
3 files changed, 1 insertions, 50 deletions
diff --git a/app-text/libstaroffice/Manifest b/app-text/libstaroffice/Manifest index 4a83cbce346b..c937906555db 100644 --- a/app-text/libstaroffice/Manifest +++ b/app-text/libstaroffice/Manifest @@ -1,2 +1 @@ -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.7.ebuild b/app-text/libstaroffice/libstaroffice-0.0.7.ebuild deleted file mode 100644 index bb399894ed6d..000000000000 --- a/app-text/libstaroffice/libstaroffice-0.0.7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git" - inherit git-r3 autotools -else - SRC_URI="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-0.0.8.ebuild b/app-text/libstaroffice/libstaroffice-0.0.8.ebuild index 061688b490ef..422bda49e229 100644 --- a/app-text/libstaroffice/libstaroffice-0.0.8.ebuild +++ b/app-text/libstaroffice/libstaroffice-0.0.8.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then 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" + KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" fi DESCRIPTION="Import filter for old StarOffice documents" |
