From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libepubgen/
Date: Fri, 15 Dec 2017 22:50:04 +0000 (UTC) [thread overview]
Message-ID: <1513378193.f7e469abdab654d02d15f13f938aff04cb5e6aab.asturm@gentoo> (raw)
commit: f7e469abdab654d02d15f13f938aff04cb5e6aab
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 21:55:37 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 22:49:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e469ab
app-text/libepubgen: 0.1.0 version bump
Package-Manager: Portage-2.3.18, Repoman-2.3.6
app-text/libepubgen/Manifest | 1 +
app-text/libepubgen/libepubgen-0.1.0.ebuild | 36 +++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/app-text/libepubgen/Manifest b/app-text/libepubgen/Manifest
index 67d6216846b..fd8f6a53b7e 100644
--- a/app-text/libepubgen/Manifest
+++ b/app-text/libepubgen/Manifest
@@ -1 +1,2 @@
DIST libepubgen-0.0.1.tar.xz 295780 BLAKE2B e0aee4a076d84ffa290b25a357c9cd67df133e6262db750e8e2491b779f1775dcc38013458294492a1f22ce66584becd3a9ced83b44ea47871f9de20cd61166c SHA512 9add9c873ea0ad1b04fcfdfb987c7974b20f7e0c6c6b5a65b6ce5105a85318307fb9871ab60e998da649da378038f6df3722001940d00a7bc88af6dc87bd8945
+DIST libepubgen-0.1.0.tar.xz 319652 BLAKE2B e6573e0a680711380ac3d2ef742413e38030e76dc50639f9659544e7410f7d7f987cdf1aa20cf2f2afa924bbcbecaf7141225d387fc509d0db6387cd144cb16e SHA512 6be431d06321807991048567aebd7111359f8aa364fe33e651c991553f832c03ad3bb3520b9f7e8d72a861a9ebd84483587becb9062e226bcd1d8ade1819b4a9
diff --git a/app-text/libepubgen/libepubgen-0.1.0.ebuild b/app-text/libepubgen/libepubgen-0.1.0.ebuild
new file mode 100644
index 00000000000..50855838420
--- /dev/null
+++ b/app-text/libepubgen/libepubgen-0.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="EPUB generator for librevenge"
+HOMEPAGE="https://sourceforge.net/projects/libepubgen/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc test"
+
+RDEPEND="
+ dev-libs/librevenge
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+ econf \
+ --disable-weffc \
+ --disable-werror \
+ $(use_enable debug) \
+ $(use_with doc docs) \
+ $(use_enable test tests)
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2017-12-15 22:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-15 22:50 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-21 16:29 [gentoo-commits] repo/gentoo:master commit in: app-text/libepubgen/ David Seifert
2022-03-25 13:55 Jakov Smolić
2019-07-30 18:34 Aaron Bauman
2018-09-19 18:35 Matt Turner
2018-08-29 10:49 Andreas Sturmlechner
2018-08-24 4:38 Mikle Kolyada
2018-08-24 1:40 Thomas Deutschmann
2018-07-13 9:14 Mart Raudsepp
2018-06-06 22:34 Andreas Sturmlechner
2018-05-29 11:17 Thomas Deutschmann
2018-05-26 20:56 Andreas Sturmlechner
2018-05-22 16:42 Mikle Kolyada
2018-04-28 11:44 Mikle Kolyada
2017-12-15 22:50 Andreas Sturmlechner
2017-10-21 19:45 Andreas Sturmlechner
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=1513378193.f7e469abdab654d02d15f13f938aff04cb5e6aab.asturm@gentoo \
--to=asturm@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