public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/
Date: Sat, 12 Feb 2022 00:51:36 +0000 (UTC)	[thread overview]
Message-ID: <1644627045.84b967594b3e5f118342df890f9808d48ea49e9b.dilfridge@gentoo> (raw)

commit:     84b967594b3e5f118342df890f9808d48ea49e9b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 00:50:45 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 00:50:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b96759

app-officeext/ooofbtools: Version bump

Closes: https://bugs.gentoo.org/777543
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-officeext/ooofbtools/Manifest                |  1 +
 app-officeext/ooofbtools/ooofbtools-3.4.1.ebuild | 39 ++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-officeext/ooofbtools/Manifest b/app-officeext/ooofbtools/Manifest
index ede3e23b008d..1283f8ac66c7 100644
--- a/app-officeext/ooofbtools/Manifest
+++ b/app-officeext/ooofbtools/Manifest
@@ -1,2 +1,3 @@
 DIST OOoFBTools-2.57.zip 5362083 BLAKE2B 81d361839cc5f3282d7d31465561230cdc2965c69cdc9ad3db5d6293a1ec76cb0bf1ec6fc8af706d6c5870beca3fb15fe091583eda127d1de26dd1d71c8e7b7f SHA512 f6cf01b173885eb30d1166753a3ffd357a23db71b517e84713783cbea7b36deb98d586faa0a555d6d7fb21b46e89ee78860407aa28fb7bb1e272a51df570ea50
 DIST OOoFBTools-3.0.zip 5371699 BLAKE2B 1288a6915aeaad89b7fdc07b584b02bc7387edfe14d0fd51c30c7c8b061ab4967f7e16ea407f8be658739c64ce266a24f1404cbdf88d7d0d479bacf4bb9bdcf7 SHA512 af257febd4a2c2361586567e5d48205d31f517a7142a6da358ef4e0261c27d19cfb594417c06fce73811ae8e4e69812bec00d4ed8a0acd6881011f46d4dfadab
+DIST OOoFBTools-3.4.1.zip 5279862 BLAKE2B 9a95ed4956a5deb58e53202b587b573579b966e43c052164d3a4b20cc2ee7fd1532bb9dab9ab2c486629000a212de752d75fb4f1d77afece1bd130b079be7beb SHA512 1ec04cbf32824d884fed7ff12a59b43486c96a1b4580a0a24fcc73ebbe7d565ae87e8f7600eb19846f34b1a4c94dacf7ebe755e70692501cd87d12ea470ca8d8

diff --git a/app-officeext/ooofbtools/ooofbtools-3.4.1.ebuild b/app-officeext/ooofbtools/ooofbtools-3.4.1.ebuild
new file mode 100644
index 000000000000..2c7d9a6b92df
--- /dev/null
+++ b/app-officeext/ooofbtools/ooofbtools-3.4.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 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*
+}


             reply	other threads:[~2022-02-12  0:51 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-12  0:51 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-29  8:06 [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/ Andreas Sturmlechner
2022-08-29  7:21 Agostino Sarubbo
2022-08-29  7:18 Agostino Sarubbo
2022-02-12  0:51 Andreas K. Hüttel
2021-12-09 16:24 Agostino Sarubbo
2021-12-09 16:22 Agostino Sarubbo
2021-12-06 15:42 Andreas Sturmlechner
2021-05-03  9:32 Andrey Grozin
2020-12-17 16:45 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-08-15 13:33 Andrey Grozin
2020-02-24 13:38 Andreas Sturmlechner
2020-02-24 12:53 Agostino Sarubbo
2020-02-24 12:49 Agostino Sarubbo
2020-01-01 10:08 Andreas Sturmlechner
2019-05-20 17:10 Andreas Sturmlechner
2019-05-20 11:24 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-04-06 14:51 Andreas Sturmlechner
2019-04-06 14:51 Andreas Sturmlechner
2018-05-15 10:54 Mikle Kolyada
2018-05-15  1:46 Thomas Deutschmann
2018-04-06  9:15 Sergey Popov
2018-03-05 14:46 Sergey Popov
2018-02-22  9:05 Agostino Sarubbo
2018-02-19 16:57 Thomas Deutschmann
2018-02-11 10:25 Michał Górny
2018-01-26 23:24 Thomas Deutschmann
2018-01-18 20:03 Amy Liffey
2017-07-26 12:46 Sergey Popov
2017-06-08  1:04 Sergey Popov
2017-01-10 15:23 Agostino Sarubbo
2017-01-10  2:28 Aaron Bauman
2016-12-20 16:52 Tobias Klausmann
2016-11-26 16:55 Andreas Hüttel
2016-11-26 16:52 Andreas Hüttel
2016-11-04  4:20 Yixun Lan
2016-07-01 10:55 Amy Winston
2016-06-28 13:06 Amy Winston
2016-03-13 18:26 Amy Winston
2016-02-22  6:50 Amy Winston
2015-11-18  6:37 Sergey Popov
2015-11-18  6:37 Sergey Popov
2015-11-11 10:05 Agostino Sarubbo
2015-11-11  8:54 Agostino Sarubbo
2015-10-11 21:43 Andreas Hüttel
2015-10-11 21:43 Andreas Hüttel
2015-10-11 21:40 Andreas Hüttel
2015-09-25 14:13 Agostino Sarubbo
2015-09-24 13:03 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1644627045.84b967594b3e5f118342df890f9808d48ea49e9b.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox