public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/
Date: Sun, 11 Oct 2015 21:40:24 +0000 (UTC)	[thread overview]
Message-ID: <1444522924.c0f33275bf5dc8dc216a9a8cc1d11bff9209624e.dilfridge@gentoo> (raw)

commit:     c0f33275bf5dc8dc216a9a8cc1d11bff9209624e
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Oct 11 00:22:04 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 00:22:04 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f33275

app-officeext/ooofbtools: Version bump, see bug 561340

Package-Manager: portage-2.2.20.1

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

diff --git a/app-officeext/ooofbtools/Manifest b/app-officeext/ooofbtools/Manifest
index c3458ec..7f7d33e 100644
--- a/app-officeext/ooofbtools/Manifest
+++ b/app-officeext/ooofbtools/Manifest
@@ -1,3 +1,4 @@
 DIST OOoFBTools-2.34.zip 4810850 SHA256 9fea8bb702c484547378f2771bbb16065b09f9b36954b87970de6fa2b54a58b5 SHA512 0d470837a1bdea713b2b711bc73774748513bdb29ecf4bedaadc770b544980ecfcf1f820e41194a77b11c2abc1432d491f111a32b812ecce769a76ac71154fc9 WHIRLPOOL a4fc2e5ebe85c83e8f037914d07145eae586dcff27fab550768f9cdf30c95d28ea8ee670ab897caf3ea294cd9e70590eb0705689484a799eadc0b16a26194799
 DIST OOoFBTools-2.35.zip 4806386 SHA256 fe361f7126d5fcd28ab12eb162443ae87520248d1274bf3d13502b8c5cd542c8 SHA512 36d69a1accf24be5944239fb37161785884034a67d2771b564c6b65a9ec24b79eab33be41868db431964f71e0c824d083c02e4bb5d78aa39ec8984f1597c7d26 WHIRLPOOL f3777ac078c4d7e850e6ba3bdbab3101f1beb40f59e99af20f7076dee04736916a2cc5b5e08eeaf77d6923e50710dba9259120590e1b2f427920911b7523ad56
 DIST OOoFBTools-2.36.zip 4806554 SHA256 76971acfb0ce3a618925bc5d38910c631f1267419c283cd4153f355a1ad59aa8 SHA512 16bf990c177a600ca40d27d6c7df71d12078d3850c032ecde131e378da9791b8d0619223cae4ac4f0e3ce717c6cbde0ad5f8d0f558f9e4d64b93b97adc6365ad WHIRLPOOL 2cf50d2c9e3d9f60307f95e9e4d0437308983d6042a07073a196ccc3cdacf0ebc346ffb57581e72dcf469b4a8d0f7f449414a303878f9d7af42cb42fba024bb1
+DIST OOoFBTools-2.38.zip 4833754 SHA256 ee039cf7ae2767916cc79b25d5b852a54089773db458aa695b064e3d803da757 SHA512 2ff6bb251b5913cb7ceb430aba6ee47a5b2e2c7b78be8b291d67410903d3679ef8e01554f504cd86993fb717173d2a9c4080b5059f3e1064be075e67766c07d5 WHIRLPOOL 52fcd3bc82eab952080c6e1b18ed12b1568e4dd7299b55b2433efc8f5420f304ae32bbc3a9fe191c9a614f42aa5e04da976758cf9262e94adc238b887d6ecb9e

diff --git a/app-officeext/ooofbtools/ooofbtools-2.38.ebuild b/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
new file mode 100644
index 0000000..eab5433
--- /dev/null
+++ b/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 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="Extension for converting and processing eBooks in FictionBook2 format with validator"
+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"
+
+DEPEND=""
+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
+	rm -r win32 || die
+	popd 2>/dev/null
+}
+
+src_install() {
+	office-ext-r1_src_install
+	dodoc ChangeLog*
+}


             reply	other threads:[~2015-10-11 21:40 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-11 21:40 Andreas 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
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-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=1444522924.c0f33275bf5dc8dc216a9a8cc1d11bff9209624e.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