* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2016-03-19 14:26 Manuel Rüger
0 siblings, 0 replies; 28+ messages in thread
From: Manuel Rüger @ 2016-03-19 14:26 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2016-03-19 21:39 Andreas Hüttel
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Hüttel @ 2016-03-19 21:39 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2016-12-04 0:01 Andreas Hüttel
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Hüttel @ 2016-12-04 0:01 UTC (permalink / raw
To: gentoo-commits
commit: 33f827beab4eb1a135585d5b5fb9a3f8728c930b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 00:00:51 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 00:01:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f827be
media-libs/libpagemaker: Improve useflag description
Package-Manager: portage-2.3.2
media-libs/libpagemaker/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/metadata.xml b/media-libs/libpagemaker/metadata.xml
index 68183db..bee9ae3 100644
--- a/media-libs/libpagemaker/metadata.xml
+++ b/media-libs/libpagemaker/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo Office project</name>
</maintainer>
<use>
- <flag name="tools">Build build tools</flag>
+ <flag name="tools">Build command line file format conversion tools</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2016-12-17 15:57 Andreas Hüttel
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Hüttel @ 2016-12-17 15:57 UTC (permalink / raw
To: gentoo-commits
commit: dea928a08fc0ed796a3113c316f922490fb7797c
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Nov 25 23:29:36 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 15:55:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea928a0
media-libs/libpagemaker: Drop old
Package-Manager: portage-2.3.0
media-libs/libpagemaker/libpagemaker-0.0.3.ebuild | 41 -----------------------
1 file changed, 41 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild
deleted file mode 100644
index faf582e..00000000
--- a/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-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}"
-[[ ${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"
-
-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() {
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --disable-werror \
- $(use_enable tools) \
- $(use_with doc docs)
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2016-12-17 15:57 Andreas Hüttel
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Hüttel @ 2016-12-17 15:57 UTC (permalink / raw
To: gentoo-commits
commit: b1bd125cb357d6c2fddc1cc6dff747be3a525247
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Nov 25 23:12:53 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 15:55:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bd125c
media-libs/libpagemaker: Cleanup, delete .la files
Gentoo-bug: 600724
Package-Manager: portage-2.3.0
...bpagemaker-9999.ebuild => libpagemaker-0.0.3-r1.ebuild} | 14 +++++++++-----
media-libs/libpagemaker/libpagemaker-9999.ebuild | 14 +++++++++-----
2 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
similarity index 85%
copy from media-libs/libpagemaker/libpagemaker-9999.ebuild
copy to media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index faf582e..7ee5794 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -22,20 +22,24 @@ RDEPEND="
dev-libs/librevenge
"
DEPEND="${RDEPEND}
- >=dev-libs/boost-1.47
+ dev-libs/boost
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
src_prepare() {
- eapply_user
+ default
[[ ${PV} == 9999 ]] && eautoreconf
}
src_configure() {
econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
--disable-werror \
- $(use_enable tools) \
- $(use_with doc docs)
+ $(use_with doc docs) \
+ $(use_enable tools)
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
}
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-9999.ebuild
index faf582e..7ee5794 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-9999.ebuild
@@ -22,20 +22,24 @@ RDEPEND="
dev-libs/librevenge
"
DEPEND="${RDEPEND}
- >=dev-libs/boost-1.47
+ dev-libs/boost
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
src_prepare() {
- eapply_user
+ default
[[ ${PV} == 9999 ]] && eautoreconf
}
src_configure() {
econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
--disable-werror \
- $(use_enable tools) \
- $(use_with doc docs)
+ $(use_with doc docs) \
+ $(use_enable tools)
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2016-12-21 18:56 Tobias Klausmann
0 siblings, 0 replies; 28+ messages in thread
From: Tobias Klausmann @ 2016-12-21 18:56 UTC (permalink / raw
To: gentoo-commits
commit: 81eee44fd1158ba302c36a63c3673a2b213a9926
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 18:56:06 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 18:56:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eee44f
media-libs/libpagemaker-0.0.3-r1: stable on amd64
Gentoo-Bug: 601558
media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index 7ee5794..fe26f48 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2017-01-02 9:54 Agostino Sarubbo
0 siblings, 0 replies; 28+ messages in thread
From: Agostino Sarubbo @ 2017-01-02 9:54 UTC (permalink / raw
To: gentoo-commits
commit: e41238a3822b4c99f74ead34772d93809ff74421
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 09:51:41 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 09:54:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41238a3
media-libs/libpagemaker: x86 stable wrt bug #601558
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index fe26f48..9fa28ac 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2017-01-02 19:01 Andreas Hüttel
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Hüttel @ 2017-01-02 19:01 UTC (permalink / raw
To: gentoo-commits
commit: 9c35a4ae94854e2c4391f1d1b14b4196b1164c6c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 18:33:32 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 19:01:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c35a4ae
media-libs/libpagemaker: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/libpagemaker/Manifest | 1 -
media-libs/libpagemaker/libpagemaker-0.0.2.ebuild | 47 -----------------------
2 files changed, 48 deletions(-)
diff --git a/media-libs/libpagemaker/Manifest b/media-libs/libpagemaker/Manifest
index bcb47d0..ae9a564 100644
--- a/media-libs/libpagemaker/Manifest
+++ b/media-libs/libpagemaker/Manifest
@@ -1,2 +1 @@
-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.2.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.2.ebuild
deleted file mode 100644
index f127028..00000000
--- a/media-libs/libpagemaker/libpagemaker-0.0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 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/${PN}"
-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_prepare() {
- # fix Oops (commit 585b795c1431fd42d29391d1932bb6745edc2eb1)
- # remove in >=0.0.3
- sed \
- -e "s:no-undefines:no-undefined:g" \
- -i src/lib/Makefile.am || die
-
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}/usr/share/doc/${PF}"
- --disable-werror
- $(use_enable tools)
- $(use_with doc docs)
- )
- autotools-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2017-01-14 11:35 Jeroen Roovers
0 siblings, 0 replies; 28+ messages in thread
From: Jeroen Roovers @ 2017-01-14 11:35 UTC (permalink / raw
To: gentoo-commits
commit: 0211dd26c55c67491f689899b3bcbb7bf3af51ba
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 11:30:46 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 11:30:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0211dd26
media-libs/libpagemaker: Mark ~hppa ~ppc64 (bug #550040).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index 9fa28ac..dd70e91 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2017-07-26 8:20 Sergei Trofimovich
0 siblings, 0 replies; 28+ messages in thread
From: Sergei Trofimovich @ 2017-07-26 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 5cf0b4959aee135045db9797009ff88e984b0927
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 08:17:09 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 08:19:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf0b495
media-libs/libpagemaker: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index 79e03ffa945..64abe8730a2 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2017-08-27 15:34 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2017-08-27 15:34 UTC (permalink / raw
To: gentoo-commits
commit: d6e4fa833a788fb83fa84d67b5efc3778bc43872
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 21:30:56 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 15:34:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e4fa83
media-libs/libpagemaker: added ~arm64 keyword
Package-Manager: Portage-2.3.8, Repoman-2.3.3
media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index 64abe8730a2..1fc7723f4e9 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-01-09 17:33 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2018-01-09 17:33 UTC (permalink / raw
To: gentoo-commits
commit: 31f4e4968fc17f583718433024062c4f98ccd1b8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 9 15:02:25 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 17:27:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f4e496
media-libs/libpagemaker: 0.0.4 version bump
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-libs/libpagemaker/Manifest | 1 +
.../{libpagemaker-9999.ebuild => libpagemaker-0.0.4.ebuild} | 4 ++--
media-libs/libpagemaker/libpagemaker-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/media-libs/libpagemaker/Manifest b/media-libs/libpagemaker/Manifest
index 967affc92de..bd10b745be1 100644
--- a/media-libs/libpagemaker/Manifest
+++ b/media-libs/libpagemaker/Manifest
@@ -1 +1,2 @@
DIST libpagemaker-0.0.3.tar.xz 292960 BLAKE2B df95adcbf5ff4ee312667b9b5201a53724d9d7d104bb252f5d5cae6719f490fe3541aa39875c1458ef06e8e06a1b23fd19e34e0de05e9e861b24189146c3f865 SHA512 f9a5cb8b2cdfaf550002d5d078eb79537ed29614a2433f8d41101f1e35e9536cbb324c1d96328d21e2d2e0f21ff58d807813e51f8c660b199843fc8710ae29e0
+DIST libpagemaker-0.0.4.tar.xz 306496 BLAKE2B 9928d5759c35359c4983724477e432b6876fa4d6e3039296a880661a4587de612ce93908a93d1d2dfbd033c6478748a4329a1682e327db528ddb7dc0947374ef SHA512 d9d9436622ae378da2a3c8e50a35b6133582a595c9ff0fe0e3b124fd0b83f1f12afdfc6a27d16b509ca9bab33067215d7300e505d4bf6b280be7e4bf46da6c64
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
similarity index 87%
copy from media-libs/libpagemaker/libpagemaker-9999.ebuild
copy to media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index d14531ff67a..ce90d99852b 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-9999.ebuild
index d14531ff67a..ce90d99852b 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-03-04 22:30 Sergei Trofimovich
0 siblings, 0 replies; 28+ messages in thread
From: Sergei Trofimovich @ 2018-03-04 22:30 UTC (permalink / raw
To: gentoo-commits
commit: eebd3161843375162f71404dc2314f2ae1065dbb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 4 22:25:32 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 22:29:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebd3161
media-libs/libpagemaker: stable 0.0.3-r1 for ppc, bug #631800
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index 1fc7723f4e9..bf509a14980 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-03-12 5:37 Matt Turner
0 siblings, 0 replies; 28+ messages in thread
From: Matt Turner @ 2018-03-12 5:37 UTC (permalink / raw
To: gentoo-commits
commit: fa0785bbd8d066fff6310007b53ec9ac34744d1e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 12 05:28:04 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 12 05:37:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0785bb
media-libs/libpagemaker-0.0.3-r1: ppc64 stable, bug 631800
media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index bf509a14980..2216160bcb6 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-08-24 1:40 Thomas Deutschmann
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Deutschmann @ 2018-08-24 1:40 UTC (permalink / raw
To: gentoo-commits
commit: 7086d81b6c3176f33532c4b0f686d2c597080dc4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 01:23:04 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 24 01:23:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7086d81b
media-libs/libpagemaker: x86 stable (bug #659024)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
media-libs/libpagemaker/libpagemaker-0.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index ce90d99852b..66cdbf79368 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-08-24 4:38 Mikle Kolyada
0 siblings, 0 replies; 28+ messages in thread
From: Mikle Kolyada @ 2018-08-24 4:38 UTC (permalink / raw
To: gentoo-commits
commit: 930e9bd2b33c26de1905c0ea4d5f0e47a2153f74
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 04:34:03 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Aug 24 04:34:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930e9bd2
media-libs/libpagemaker: amd64 stable wrt bug #659024
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/libpagemaker/libpagemaker-0.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index 66cdbf79368..7d07ed3e785 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-08-25 18:25 Sergei Trofimovich
0 siblings, 0 replies; 28+ messages in thread
From: Sergei Trofimovich @ 2018-08-25 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 8eaf6def5c8d16de01134c3a3bab47b512c1bf6a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 18:17:26 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 18:17:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaf6def
media-libs/libpagemaker: stable 0.0.4 for ppc, bug #659024
Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
media-libs/libpagemaker/libpagemaker-0.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index 7d07ed3e785..bf509a14980 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-08-25 18:55 Sergei Trofimovich
0 siblings, 0 replies; 28+ messages in thread
From: Sergei Trofimovich @ 2018-08-25 18:55 UTC (permalink / raw
To: gentoo-commits
commit: dac298c24b4be3d285f04cdc95f100bc9328f1a2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 18:47:12 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 18:55:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac298c2
media-libs/libpagemaker: stable 0.0.4 for ppc64, bug #659024
Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"
media-libs/libpagemaker/libpagemaker-0.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index bf509a14980..2216160bcb6 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-08-29 6:15 Sergei Trofimovich
0 siblings, 0 replies; 28+ messages in thread
From: Sergei Trofimovich @ 2018-08-29 6:15 UTC (permalink / raw
To: gentoo-commits
commit: 80cc87398e24c18d7503e832ceadbcfcab232221
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Aug 29 05:22:06 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 06:15:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80cc8739
media-libs/libpagemaker: keyworded 0.0.4 for sparc, bug #550040
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
media-libs/libpagemaker/libpagemaker-0.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index 2216160bcb6..60251afb91c 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-08-29 6:15 Sergei Trofimovich
0 siblings, 0 replies; 28+ messages in thread
From: Sergei Trofimovich @ 2018-08-29 6:15 UTC (permalink / raw
To: gentoo-commits
commit: a7c6753b970dda9aa54419690087cab8f581ff87
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Aug 29 05:21:03 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 06:15:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c6753b
media-libs/libpagemaker: keyworded 0.0.3-r1 for sparc, bug #550040
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index 2216160bcb6..60251afb91c 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2018-08-29 10:49 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2018-08-29 10:49 UTC (permalink / raw
To: gentoo-commits
commit: c53bed8f54b5d262e50ca08f47b13c3f14bee77e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 08:39:55 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 10:49:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53bed8f
media-libs/libpagemaker: Drop 0.0.3-r1
Package-Manager: Portage-2.3.48, Repoman-2.3.10
media-libs/libpagemaker/Manifest | 1 -
.../libpagemaker/libpagemaker-0.0.3-r1.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/media-libs/libpagemaker/Manifest b/media-libs/libpagemaker/Manifest
index bd10b745be1..44a5916064a 100644
--- a/media-libs/libpagemaker/Manifest
+++ b/media-libs/libpagemaker/Manifest
@@ -1,2 +1 @@
-DIST libpagemaker-0.0.3.tar.xz 292960 BLAKE2B df95adcbf5ff4ee312667b9b5201a53724d9d7d104bb252f5d5cae6719f490fe3541aa39875c1458ef06e8e06a1b23fd19e34e0de05e9e861b24189146c3f865 SHA512 f9a5cb8b2cdfaf550002d5d078eb79537ed29614a2433f8d41101f1e35e9536cbb324c1d96328d21e2d2e0f21ff58d807813e51f8c660b199843fc8710ae29e0
DIST libpagemaker-0.0.4.tar.xz 306496 BLAKE2B 9928d5759c35359c4983724477e432b6876fa4d6e3039296a880661a4587de612ce93908a93d1d2dfbd033c6478748a4329a1682e327db528ddb7dc0947374ef SHA512 d9d9436622ae378da2a3c8e50a35b6133582a595c9ff0fe0e3b124fd0b83f1f12afdfc6a27d16b509ca9bab33067215d7300e505d4bf6b280be7e4bf46da6c64
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
deleted file mode 100644
index 60251afb91c..00000000000
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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}"
-[[ ${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 ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc tools"
-
-RDEPEND="
- dev-libs/librevenge
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
- default
- [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-werror \
- $(use_with doc docs) \
- $(use_enable tools)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2019-07-30 20:26 Aaron Bauman
0 siblings, 0 replies; 28+ messages in thread
From: Aaron Bauman @ 2019-07-30 20:26 UTC (permalink / raw
To: gentoo-commits
commit: b0c8b188cc6b02c32e96bf1db7cb742508a99f20
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 20:02:05 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 20:26:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c8b188
media-libs/libpagemaker: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
media-libs/libpagemaker/libpagemaker-0.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index 60251afb91c..52f9c783e3e 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2019-10-01 23:43 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2019-10-01 23:43 UTC (permalink / raw
To: gentoo-commits
commit: 3cc1c5be1081952771c7f09469994ab6f25ed79e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 1 23:40:41 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 1 23:43:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc1c5be
media-libs/libpagemaker: EAPI-7 bump, consolidate live build switch
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libpagemaker/libpagemaker-9999.ebuild | 38 +++++++++++++-----------
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-9999.ebuild
index ce90d99852b..35b64943085 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-9999.ebuild
@@ -1,44 +1,48 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-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."
+if [[ ${PV} = *9999 ]]; then
+ EGIT_REPO_URI="git://gerrit.libreoffice.org/${PN}.git"
+ inherit autotools git-r3
+else
+ SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents"
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 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
RDEPEND="
dev-libs/librevenge
"
DEPEND="${RDEPEND}
dev-libs/boost
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
"
src_prepare() {
default
- [[ ${PV} == 9999 ]] && eautoreconf
+ [[ ${PV} == *9999 ]] && eautoreconf
}
src_configure() {
- econf \
- --disable-werror \
- $(use_with doc docs) \
+ local myeconfargs=(
+ --disable-werror
+ $(use_with doc docs)
$(use_enable tools)
+ )
+ econf "${myeconfargs[@]}"
}
src_install() {
default
- find "${D}" -name '*.la' -delete || die
+ find "${D}" -name '*.la' -type f -delete || die
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2020-02-08 18:55 David Seifert
0 siblings, 0 replies; 28+ messages in thread
From: David Seifert @ 2020-02-08 18:55 UTC (permalink / raw
To: gentoo-commits
commit: c175e5a3f360cc9d9bcfe00461e11b6d8ad92ec7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 18:54:59 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 18:54:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c175e5a3
media-libs/libpagemaker: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/libpagemaker/libpagemaker-0.0.4.ebuild | 2 +-
media-libs/libpagemaker/libpagemaker-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index 52f9c783e3e..dedef265f14 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -7,7 +7,7 @@ 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}"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
LICENSE="MPL-2.0"
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-9999.ebuild
index 35b64943085..e06afc69f31 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-9999.ebuild
@@ -11,7 +11,7 @@ else
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
LICENSE="MPL-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2022-03-25 13:55 Jakov Smolić
0 siblings, 0 replies; 28+ messages in thread
From: Jakov Smolić @ 2022-03-25 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 5b7d7fda27bef97f61f347ea50024bcfb8a01b82
Author: Ryan Qian <i <AT> bitbili <DOT> net>
AuthorDate: Fri Mar 18 06:13:13 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 13:55:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7d7fda
media-libs/libpagemaker: keyword 0.0.4 for ~riscv
Signed-off-by: Ryan Qian <i <AT> bitbili.net>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-libs/libpagemaker/libpagemaker-0.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
index 5856ce390816..cd985418d5e9 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2022-06-19 9:14 David Seifert
0 siblings, 0 replies; 28+ messages in thread
From: David Seifert @ 2022-06-19 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 3c88778860f19abdcb481f1adafc6e74d9224ba5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 09:14:01 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 09:14:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c887788
media-libs/libpagemaker: sync live ebuild
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/libpagemaker/libpagemaker-9999.ebuild | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-9999.ebuild
index 7e312caadfe0..b40a7586cec4 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-if [[ ${PV} = *9999 ]]; then
- EGIT_REPO_URI="git://gerrit.libreoffice.org/${PN}.git"
+if [[ ${PV} == *9999 ]]; then
+ EGIT_REPO_URI="https://git.libreoffice.org/libpagemaker"
inherit autotools git-r3
else
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
@@ -17,16 +17,16 @@ LICENSE="MPL-2.0"
SLOT="0"
IUSE="debug doc tools"
-BDEPEND="
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
RDEPEND="
dev-libs/librevenge
"
DEPEND="${RDEPEND}
dev-libs/boost
"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
src_prepare() {
default
@@ -44,5 +44,5 @@ src_configure() {
src_install() {
default
- find "${D}" -name '*.la' -type f -delete || die
+ find "${ED}" -name '*.la' -type f -delete || die
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2022-06-19 9:14 David Seifert
0 siblings, 0 replies; 28+ messages in thread
From: David Seifert @ 2022-06-19 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 9015b3591be1be08fe620c4fcfb395abc7500d2e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 09:14:00 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 09:14:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9015b359
media-libs/libpagemaker: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...r-0.0.4.ebuild => libpagemaker-0.0.4-r1.ebuild} | 32 ++++++++++++----------
1 file changed, 18 insertions(+), 14 deletions(-)
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.4-r1.ebuild
similarity index 53%
rename from media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
rename to media-libs/libpagemaker/libpagemaker-0.0.4-r1.ebuild
index cd985418d5e9..56a3258992fd 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.4.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.4-r1.ebuild
@@ -1,20 +1,20 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-EGIT_REPO_URI="git://gerrit.libreoffice.org/${PN}.git"
-[[ ${PV} == 9999 ]] && inherit autotools git-r3
-
+EAPI=8
+
+if [[ ${PV} == *9999 ]]; then
+ EGIT_REPO_URI="https://git.libreoffice.org/libpagemaker"
+ inherit autotools git-r3
+else
+ SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
+ KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+fi
DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
-[[ ${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 arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="debug doc tools"
RDEPEND="
@@ -22,23 +22,27 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-libs/boost
+"
+BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
src_prepare() {
default
- [[ ${PV} == 9999 ]] && eautoreconf
+ [[ ${PV} == *9999 ]] && eautoreconf
}
src_configure() {
- econf \
- --disable-werror \
- $(use_with doc docs) \
+ local myeconfargs=(
+ --disable-werror
+ $(use_with doc docs)
$(use_enable tools)
+ )
+ econf "${myeconfargs[@]}"
}
src_install() {
default
- find "${D}" -name '*.la' -delete || die
+ find "${ED}" -name '*.la' -type f -delete || die
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/
@ 2022-08-12 12:26 WANG Xuerui
0 siblings, 0 replies; 28+ messages in thread
From: WANG Xuerui @ 2022-08-12 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 8cf2ec9133d14876344bddf184218043dd4d87be
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 07:50:06 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 12:24:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf2ec91
media-libs/libpagemaker: forward ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
media-libs/libpagemaker/libpagemaker-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libpagemaker/libpagemaker-9999.ebuild b/media-libs/libpagemaker/libpagemaker-9999.ebuild
index b40a7586cec4..9c0c4b7bd876 100644
--- a/media-libs/libpagemaker/libpagemaker-9999.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-9999.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
else
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
^ permalink raw reply related [flat|nested] 28+ messages in thread
end of thread, other threads:[~2022-08-12 12:26 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-27 15:34 [gentoo-commits] repo/gentoo:master commit in: media-libs/libpagemaker/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2022-08-12 12:26 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-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 21:39 Andreas Hüttel
2016-03-19 14:26 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox