From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/
Date: Wed, 26 Jul 2017 12:46:38 +0000 (UTC) [thread overview]
Message-ID: <1501073074.0de9029e16f64c8aac31f6104fa2f375d41bc0b4.pinkbyte@gentoo> (raw)
commit: 0de9029e16f64c8aac31f6104fa2f375d41bc0b4
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 12:44:34 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 12:44:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de9029e
app-officeext/ooofbtools: version bump
Reported-by: Sergey S. Starikoff <Ikonta <AT> yandex.ru>
Gentoo-Bug: 624530
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-officeext/ooofbtools/Manifest | 1 +
app-officeext/ooofbtools/ooofbtools-2.51.ebuild | 41 +++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-officeext/ooofbtools/Manifest b/app-officeext/ooofbtools/Manifest
index 81cfa4d154b..7e9bdc2d0e1 100644
--- a/app-officeext/ooofbtools/Manifest
+++ b/app-officeext/ooofbtools/Manifest
@@ -1,2 +1,3 @@
DIST OOoFBTools-2.48.zip 5631726 SHA256 752e5d3dc404ee2199cee3b347699133054ab10b8b1e7ec3bd659055733f501a SHA512 31d6571e4050975bdec92f85578235dea4784cd0e45dc4d1e612e0999744f1700a8bf22983378333aecdb146ffd151b6e7cbe071b90e9816443e939b27d117f8 WHIRLPOOL bc5effbb7f171168feb16e983d8d32d3bbf5885e49b5c8dcf7db733c865a36d5bd229b7caa6c3756fff7aa315bd0c9a4567717eaa311b21539f5ef3c75bb1cfa
DIST OOoFBTools-2.50.zip 5631882 SHA256 d69d97a668d3f980280304d844b5e7dc24af147cfc5f41f2b128f4790ad65cc0 SHA512 a2aed60ac1690f9a629f3d81e449a7700b949f75e332748b846edb85c5954622e1cbac62e97cb9a5f823f1da2c901cc6cb4fedfd58a1c45136331b55ef6ce482 WHIRLPOOL eecc08b165e22b19d2f50edf7fcce81c43f864911633dc08e24abb814f3b11ce20a4c16b3c6fadc249f3d9a04762fd399a8c1286ad05ce3d56116ae877116ff3
+DIST OOoFBTools-2.51.zip 5632570 SHA256 78d7d9e0f0176de322d20143165a9ece65d776308cc8d376e89dadac01057943 SHA512 c89044c9e6b82a51fcfb370a31cc2ef6ab16cc2895667519324c42c450164ed933e3b492b3ed21a50dd5e563bf796f71bb7333132410fba512eb59e1d5b7255d WHIRLPOOL 748f17c23538c4424e63b4070ca6317a6b813dd240787e98b10b62456d024414b3d6960a2fd6b3c1551225ea8009f87f62faab5f62b5205ddbe3ae717ecdd139
diff --git a/app-officeext/ooofbtools/ooofbtools-2.51.ebuild b/app-officeext/ooofbtools/ooofbtools-2.51.ebuild
new file mode 100644
index 00000000000..0c5234aaa3d
--- /dev/null
+++ b/app-officeext/ooofbtools/ooofbtools-2.51.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="OOoFBTools"
+
+OFFICE_EXTENSIONS=(
+ "${MY_PN}.oxt"
+)
+
+inherit office-ext-r1
+
+DESCRIPTION="OpenOffice 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="dev-libs/libxml2
+ app-arch/zip"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+OFFICE_EXTENSIONS_LOCATION="${S}"
+
+src_prepare() {
+ # Remove Windows cruft
+ pushd "${WORKDIR}/${MY_PN}.oxt" &>/dev/null || die
+ rm -r win32 || die
+ popd &>/dev/null || die
+
+ eapply_user
+}
+
+src_install() {
+ office-ext-r1_src_install
+ dodoc ChangeLog*
+}
next reply other threads:[~2017-07-26 12:46 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 12:46 Sergey Popov [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 17:34 [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/ Andreas Sturmlechner
2025-01-13 8:53 Joonas Niilola
2024-12-17 21:44 Andreas Sturmlechner
2024-12-17 21:44 Andreas Sturmlechner
2022-08-29 8:06 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
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-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=1501073074.0de9029e16f64c8aac31f6104fa2f375d41bc0b4.pinkbyte@gentoo \
--to=pinkbyte@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