From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
Date: Sat, 19 Mar 2016 21:39:52 +0000 (UTC) [thread overview]
Message-ID: <1458423578.15f5f7be719eadf9eede79acf00fd86eef341a2d.dilfridge@gentoo> (raw)
commit: 15f5f7be719eadf9eede79acf00fd86eef341a2d
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Mar 13 23:11:44 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 21:39:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f5f7be
media-libs/libpagemaker: 0.0.3 version bump
Package-Manager: portage-2.2.27
media-libs/libpagemaker/libpagemaker-0.0.3.ebuild | 32 ++++++++++++---------
media-libs/libpagemaker/libpagemaker-9999.ebuild | 35 ++++++++++++-----------
media-libs/libpagemaker/metadata.xml | 14 ++++-----
3 files changed, 44 insertions(+), 37 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild
index 7e2a3af..faf582e 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild
@@ -2,36 +2,40 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
+EGIT_REPO_URI="git://gerrit.libreoffice.org/${PN}.git"
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
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"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}"
+[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
LICENSE="MPL-2.0"
SLOT="0"
+
+[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc tools static-libs"
+IUSE="debug doc tools"
RDEPEND="
dev-libs/librevenge
- "
+"
DEPEND="${RDEPEND}
>=dev-libs/boost-1.47
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
+src_prepare() {
+ eapply_user
+ [[ ${PV} == 9999 ]] && eautoreconf
+}
+
src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}/usr/share/doc/${PF}"
- --disable-werror
- $(use_enable tools)
+ econf \
+ --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+ --disable-werror \
+ $(use_enable tools) \
$(use_with doc docs)
- )
- autotools-utils_src_configure
}
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-9999.ebuild
index 7dc3320..faf582e 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-9999.ebuild
@@ -1,38 +1,41 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils git-r3
+EGIT_REPO_URI="git://gerrit.libreoffice.org/${PN}.git"
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents."
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}"
-SRC_URI=""
-EGIT_REPO_URI="git://gerrit.libreoffice.org/${PN}.git"
+[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
LICENSE="MPL-2.0"
SLOT="0"
-KEYWORDS=""
-IUSE="debug doc tools static-libs"
+
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc tools"
RDEPEND="
dev-libs/librevenge
- "
+"
DEPEND="${RDEPEND}
>=dev-libs/boost-1.47
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
+src_prepare() {
+ eapply_user
+ [[ ${PV} == 9999 ]] && eautoreconf
+}
+
src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}/usr/share/doc/${PF}"
- --disable-werror
- $(use_enable tools)
+ econf \
+ --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+ --disable-werror \
+ $(use_enable tools) \
$(use_with doc docs)
- )
- autotools-utils_src_configure
}
diff --git a/media-libs/libpagemaker/metadata.xml b/media-libs/libpagemaker/metadata.xml
index e82d9da..68183db 100644
--- a/media-libs/libpagemaker/metadata.xml
+++ b/media-libs/libpagemaker/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>office@gentoo.org</email>
- <name>Gentoo Office project</name>
- </maintainer>
- <use>
- <flag name="tools">Build build tools</flag>
- </use>
+ <maintainer type="project">
+ <email>office@gentoo.org</email>
+ <name>Gentoo Office project</name>
+ </maintainer>
+ <use>
+ <flag name="tools">Build build tools</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2016-03-19 21:40 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-19 21:39 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-12 12:26 [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/ WANG Xuerui
2022-06-19 9:14 David Seifert
2022-06-19 9:14 David Seifert
2022-03-25 13:55 Jakov Smolić
2020-02-08 18:55 David Seifert
2019-10-01 23:43 Andreas Sturmlechner
2019-07-30 20:26 Aaron Bauman
2018-08-29 10:49 Andreas Sturmlechner
2018-08-29 6:15 Sergei Trofimovich
2018-08-29 6:15 Sergei Trofimovich
2018-08-25 18:55 Sergei Trofimovich
2018-08-25 18:25 Sergei Trofimovich
2018-08-24 4:38 Mikle Kolyada
2018-08-24 1:40 Thomas Deutschmann
2018-03-12 5:37 Matt Turner
2018-03-04 22:30 Sergei Trofimovich
2018-01-09 17:33 Andreas Sturmlechner
2017-08-27 15:34 Michael Palimaka
2017-07-26 8:20 Sergei Trofimovich
2017-01-14 11:35 Jeroen Roovers
2017-01-02 19:01 Andreas Hüttel
2017-01-02 9:54 Agostino Sarubbo
2016-12-21 18:56 Tobias Klausmann
2016-12-17 15:57 Andreas Hüttel
2016-12-17 15:57 Andreas Hüttel
2016-12-04 0:01 Andreas Hüttel
2016-03-19 14:26 Manuel Rüger
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=1458423578.15f5f7be719eadf9eede79acf00fd86eef341a2d.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