public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Winston" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/
Date: Tue, 28 Jun 2016 13:06:22 +0000 (UTC)	[thread overview]
Message-ID: <1467119059.69c301f1a7921e6e068ff401c950668aa627fc15.amynka@gentoo> (raw)

commit:     69c301f1a7921e6e068ff401c950668aa627fc15
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 13:04:19 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 13:04:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c301f1

app-officeext/ooofbtools: verbump 2.43 bug #587402. By Sergey S. Starikoff

Package-Manager: portage-2.2.28

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

diff --git a/app-officeext/ooofbtools/Manifest b/app-officeext/ooofbtools/Manifest
index f98ad53..9a9b275 100644
--- a/app-officeext/ooofbtools/Manifest
+++ b/app-officeext/ooofbtools/Manifest
@@ -1,3 +1,4 @@
 DIST OOoFBTools-2.38.zip 4833754 SHA256 ee039cf7ae2767916cc79b25d5b852a54089773db458aa695b064e3d803da757 SHA512 2ff6bb251b5913cb7ceb430aba6ee47a5b2e2c7b78be8b291d67410903d3679ef8e01554f504cd86993fb717173d2a9c4080b5059f3e1064be075e67766c07d5 WHIRLPOOL 52fcd3bc82eab952080c6e1b18ed12b1568e4dd7299b55b2433efc8f5420f304ae32bbc3a9fe191c9a614f42aa5e04da976758cf9262e94adc238b887d6ecb9e
 DIST OOoFBTools-2.39.zip 4835702 SHA256 cff2a0ab17e4c77a7f3411007a5adf43144088e576f06ac49910419b2ca8e3c0 SHA512 95e66ba9f788902fa54e1c11d867c5e71b0280442fd5f1b75d1b524f24cf34fa2a270b68ebe30676fe5c4edb02033c7de59810ee96d4682bf68d231e8b277117 WHIRLPOOL 14d44d11806b3c717f1fa4e8d2d7fd319cd0fdbe2c2f5cbffdfbe5ef4fbe73e6fdea903a9e4428b3f02ef7b56d9f7b218ab830aecc5ae0f15a18b6898c0cec6c
 DIST OOoFBTools-2.42.zip 4837516 SHA256 c31a73a862734395a4c6ad45e3ff5aa36d0ec5acfd26d6d3e1c27de4ce7c24fc SHA512 a6945dd003c1b6a5be77c224e47d7b30b54ce28ea4a1aeada71ed401a0a6e9afacc08394da908d1f2765e8f4766e55479ed51a98067829bde950732ab27df302 WHIRLPOOL 5f9744331dd0d269b3ac1b6cce29316b7623fe719bd2d685ca75d2a021930d1fdd6c2b657597b69ead86814372da3f74ff342a19f2d0803e2af3acce93c9f872
+DIST OOoFBTools-2.43.zip 5758883 SHA256 1f441255c4f2bf013fcf34d7c25a5442824cb0323aff89f01b5f77849fa4b7a6 SHA512 ac6368ae2cf9a6ad8b1401138d838384389d408c3516a3a4819ed23945149ffc3fa011c1c9ca5fb30cb2d68c89fba4747a6e03dcbc7e95d759af316635ab031a WHIRLPOOL e171fa6974301f9108d634000146a8dbd73680687caa534bf739a7bc86032bd6dee52a7a77629a2de23e14dadd7cfecc572ebf382aa6d4012df7f52ce94c5e5a

diff --git a/app-officeext/ooofbtools/ooofbtools-2.43.ebuild b/app-officeext/ooofbtools/ooofbtools-2.43.ebuild
new file mode 100644
index 0000000..23c7dd1
--- /dev/null
+++ b/app-officeext/ooofbtools/ooofbtools-2.43.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+OFFICE_EXTENSIONS_LOCATION="${S}"
+
+src_prepare() {
+	# Remove Windows cruft
+	pushd "${WORKDIR}/${MY_PN}.oxt" 2>/dev/null || die
+	rm -r win32 || die
+	popd 2>/dev/null || die
+}
+
+src_install() {
+	office-ext-r1_src_install
+	dodoc ChangeLog*
+}


             reply	other threads:[~2016-06-28 13:06 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28 13:06 Amy Winston [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
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-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=1467119059.69c301f1a7921e6e068ff401c950668aa627fc15.amynka@gentoo \
    --to=amynka@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