public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
Date: Sat, 19 Mar 2016 14:26:29 +0000 (UTC)	[thread overview]
Message-ID: <1458397577.fb2fc2560cb2ad17ace645f9c14d0ef881026eb0.mrueg@gentoo> (raw)

commit:     fb2fc2560cb2ad17ace645f9c14d0ef881026eb0
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 14:26:17 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 14:26:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2fc256

media-libs/libpagemaker: Version bump to 0.0.3

Package-Manager: portage-2.2.28

 media-libs/libpagemaker/Manifest                  |  1 +
 media-libs/libpagemaker/libpagemaker-0.0.3.ebuild | 37 +++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-libs/libpagemaker/Manifest b/media-libs/libpagemaker/Manifest
index 7380d55..bcb47d0 100644
--- a/media-libs/libpagemaker/Manifest
+++ b/media-libs/libpagemaker/Manifest
@@ -1 +1,2 @@
 DIST libpagemaker-0.0.2.tar.xz 279396 SHA256 cdbdf86605773339caab6477ff694a95a90aaa4d45bb6cdb59e4a7f76c91ef17 SHA512 70dcac28c862b0d713a356cc27f1da4ab08e91886942e0c2d2265acf9ce1d596266aadd49d5e23f9da4a4d1b3e1a97272aadcc5721af4daa84e38bc499752ac7 WHIRLPOOL 5f6dcb92e8322414c57873a8bbbef4771531cd2135e269afff4478d38f9cf6522dded71ff81928cb3e3ec675aca6fc3b3cdad61c43ed0da5ee2bc1308bf38f38
+DIST libpagemaker-0.0.3.tar.xz 292960 SHA256 d896dc55dafd84ee3441e0ca497b810809f9eea44805a495c3843412309036d6 SHA512 f9a5cb8b2cdfaf550002d5d078eb79537ed29614a2433f8d41101f1e35e9536cbb324c1d96328d21e2d2e0f21ff58d807813e51f8c660b199843fc8710ae29e0 WHIRLPOOL 83890bb7f2609056697abd23803eda841181853dc1e5db17a711823273b96f480bb6ae622729b64efbd5826a519e7ca59bdf4c63c03da349b45e59c3a0d89848

diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild
new file mode 100644
index 0000000..7e2a3af
--- /dev/null
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
+
+DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents."
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
+SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc tools static-libs"
+
+RDEPEND="
+	dev-libs/librevenge
+	"
+DEPEND="${RDEPEND}
+	>=dev-libs/boost-1.47
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+	local myeconfargs=(
+		--docdir="${EPREFIX}/usr/share/doc/${PF}"
+		--disable-werror
+		$(use_enable tools)
+		$(use_with doc docs)
+		)
+	autotools-utils_src_configure
+}


             reply	other threads:[~2016-03-19 14:26 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-19 14:26 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-19 21:39 [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/ Andreas Hüttel
2016-12-04  0:01 Andreas Hüttel
2016-12-17 15:57 Andreas Hüttel
2016-12-17 15:57 Andreas Hüttel
2016-12-21 18:56 Tobias Klausmann
2017-01-02  9:54 Agostino Sarubbo
2017-01-02 19:01 Andreas Hüttel
2017-01-14 11:35 Jeroen Roovers
2017-07-26  8:20 Sergei Trofimovich
2017-08-27 15:34 Michael Palimaka
2018-01-09 17:33 Andreas Sturmlechner
2018-03-04 22:30 Sergei Trofimovich
2018-03-12  5:37 Matt Turner
2018-08-24  1:40 Thomas Deutschmann
2018-08-24  4:38 Mikle Kolyada
2018-08-25 18:25 Sergei Trofimovich
2018-08-25 18:55 Sergei Trofimovich
2018-08-29  6:15 Sergei Trofimovich
2018-08-29  6:15 Sergei Trofimovich
2018-08-29 10:49 Andreas Sturmlechner
2019-07-30 20:26 Aaron Bauman
2019-10-01 23:43 Andreas Sturmlechner
2020-02-08 18:55 David Seifert
2022-03-25 13:55 Jakov Smolić
2022-06-19  9:14 David Seifert
2022-06-19  9:14 David Seifert
2022-08-12 12:26 WANG Xuerui

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=1458397577.fb2fc2560cb2ad17ace645f9c14d0ef881026eb0.mrueg@gentoo \
    --to=mrueg@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