public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2016-07-25  6:19 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2016-07-25  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8dcd43f894dad13c3bef21debd4b0add59287cb8
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 06:15:45 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 06:19:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcd43f8

virtual/podofo-build: version bump to 0.9.4

Thanks to arthurzam in bug 589644.

Package-Manager: portage-2.3.0

 virtual/podofo-build/podofo-build-0.9.4.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.4.ebuild b/virtual/podofo-build/podofo-build-0.9.4.ebuild
new file mode 100644
index 0000000..d1120b7
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	~app-text/podofo-0.9.4[boost=,idn=,debug=,test=]
+	boost? ( dev-libs/boost )
+"
+DEPEND=""


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-02-07 17:39 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-02-07 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     df62694c9598c4205bdfe836aa871fd4ec854ef0
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 17:35:22 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 17:35:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df62694c

virtual/podofo-build: version bump to 0.9.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 virtual/podofo-build/podofo-build-0.9.5.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.5.ebuild b/virtual/podofo-build/podofo-build-0.9.5.ebuild
new file mode 100644
index 00000000..9aec30e
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=]
+	boost? ( dev-libs/boost )
+"
+DEPEND=""


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-01 19:09 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-05-01 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     39cb0cc0409a099ea8172845500346239bece035
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 19:08:44 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon May  1 19:09:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cb0cc0

virtual/podofo-build: version bump to 0.9.6_pre20170428

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../podofo-build/podofo-build-0.9.6_pre20170428.ebuild    | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild
new file mode 100644
index 00000000000..f5fb557386b
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=]
+	boost? ( dev-libs/boost )
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-10 20:07 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-05-10 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6b08ad0adc6f9674321eae17125d646971e7acfe
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 19:18:00 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed May 10 20:07:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b08ad0a

virtual/podofo-build: version bump to 0.9.6_pre20170508

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../podofo-build/podofo-build-0.9.6_pre20170508.ebuild    | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild
new file mode 100644
index 00000000000..f5fb557386b
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=]
+	boost? ( dev-libs/boost )
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-12  9:56 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-05-12  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5d934164425c2f7017033dbad2213012c7794985
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 09:21:07 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri May 12 09:56:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d934164

virtual/podofo-build: revbump to 0.9.6_pre20170508-r1 with subslot change

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
new file mode 100644
index 00000000000..0ee6dc0932b
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PVR}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PVR}[boost=,idn=,debug=,test=]
+	boost? ( dev-libs/boost )
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-12 10:02 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-05-12 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4c6b561d773ab8fc189add578750bb6d1cbd5c25
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 09:59:47 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri May 12 09:59:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6b561d

virtual/podofo-build: remove old 0.9.6_pre ebuilds

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../podofo-build/podofo-build-0.9.6_pre20170428.ebuild    | 15 ---------------
 .../podofo-build/podofo-build-0.9.6_pre20170508.ebuild    | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild
deleted file mode 100644
index f5fb557386b..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn debug test"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=]
-	boost? ( dev-libs/boost )
-"

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild
deleted file mode 100644
index f5fb557386b..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn debug test"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=]
-	boost? ( dev-libs/boost )
-"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-12 10:06 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-05-12 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     baa056eb34d89fc419c7f95d225f56362352d60d
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 10:05:07 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri May 12 10:05:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa056eb

virtual/podofo-build: remove older ~ versions

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 virtual/podofo-build/podofo-build-0.9.3.ebuild | 15 ---------------
 virtual/podofo-build/podofo-build-0.9.4.ebuild | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.3.ebuild b/virtual/podofo-build/podofo-build-0.9.3.ebuild
deleted file mode 100644
index b1a6645f5c3..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn debug test"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	~app-text/podofo-0.9.3[boost=,idn=,debug=,test=]
-	boost? ( dev-libs/boost )
-"

diff --git a/virtual/podofo-build/podofo-build-0.9.4.ebuild b/virtual/podofo-build/podofo-build-0.9.4.ebuild
deleted file mode 100644
index 35c19ef2d7a..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn debug test"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	~app-text/podofo-0.9.4[boost=,idn=,debug=,test=]
-	boost? ( dev-libs/boost )
-"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-15 14:17 Agostino Sarubbo
  0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2017-05-15 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b694ee75573975207703186685c37d8bea8d7e6e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 14:15:50 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 15 14:15:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b694ee75

virtual/podofo-build: amd64 stable wrt bug #617204

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
index 0ee6dc0932b..a18a36b8db7 100644
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PVR}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+boost idn debug test"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-16  5:00 Jeroen Roovers
  0 siblings, 0 replies; 36+ messages in thread
From: Jeroen Roovers @ 2017-05-16  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     31470d0c1197cfcaf5ba2d42a279ee025c7f9aa4
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 04:59:53 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue May 16 04:59:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31470d0c

virtual/podofo-build: Stable for HPPA (bug #617204).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
index a18a36b8db7..37d911cbf05 100644
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PVR}"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+boost idn debug test"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-16  8:01 Agostino Sarubbo
  0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2017-05-16  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     28f5b3141f57e2701d372f9a90e6f77643f77511
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 07:59:22 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 16 07:59:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f5b314

virtual/podofo-build: x86 stable wrt bug #617204

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
index 37d911cbf05..314b33b2804 100644
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PVR}"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="+boost idn debug test"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-16 13:05 Agostino Sarubbo
  0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2017-05-16 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     78db1b87978a8a4eb145aae9191914717bfdba80
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 13:03:36 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 16 13:05:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78db1b87

virtual/podofo-build: ppc64 stable wrt bug #617204

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
index 314b33b2804..67aac87ca3b 100644
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PVR}"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-18  5:01 Michael Weber
  0 siblings, 0 replies; 36+ messages in thread
From: Michael Weber @ 2017-05-18  5:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1349ef9dd124672b7d5ae9868bdc272bd8707208
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 05:00:36 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu May 18 05:00:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1349ef9d

virtual/podofo-build: ppc stable (bug 617204).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
index 67aac87ca3b..87ad18211e3 100644
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PVR}"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-18  6:43 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-05-18  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d3ccb28fbff8001e1339bcee4a82d620e574fbed
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 06:41:51 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu May 18 06:41:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ccb28f

virtual/podofo-build: remove old versions for bug 617204

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 virtual/podofo-build/podofo-build-0.9.2.ebuild | 15 ---------------
 virtual/podofo-build/podofo-build-0.9.5.ebuild | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.2.ebuild b/virtual/podofo-build/podofo-build-0.9.2.ebuild
deleted file mode 100644
index cb39038a1d7..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
-IUSE="+boost idn debug test"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	~app-text/podofo-0.9.2[boost=,idn=,debug=,test=]
-	boost? ( dev-libs/boost )
-"

diff --git a/virtual/podofo-build/podofo-build-0.9.5.ebuild b/virtual/podofo-build/podofo-build-0.9.5.ebuild
deleted file mode 100644
index f5fb557386b..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn debug test"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=]
-	boost? ( dev-libs/boost )
-"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-05-21 22:58 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-05-21 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     957a06fa8f4a58066925f78c75290670c2841e07
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 22:38:22 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May 21 22:58:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957a06fa

virtual/podofo-build: add tools USE flag (bug 608876)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 virtual/podofo-build/metadata.xml                             | 3 +++
 virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/virtual/podofo-build/metadata.xml b/virtual/podofo-build/metadata.xml
index 05aee7d1995..3b38cb243ae 100644
--- a/virtual/podofo-build/metadata.xml
+++ b/virtual/podofo-build/metadata.xml
@@ -4,5 +4,8 @@
 <maintainer type="person"><email>zmedico@gentoo.org</email></maintainer>
 <use>
 	<flag name="boost">Add support for boost</flag>
+	<flag name="tools">
+		Build and install commandline tools.
+	</flag>
 </use>
 </pkgmetadata>

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
index 87ad18211e3..a8ba84f9f2e 100644
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
@@ -6,10 +6,10 @@ EAPI=6
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PVR}"
 KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
-IUSE="+boost idn debug test"
+IUSE="+boost idn debug test +tools"
 
 # Pull in boost for build-against header dependency (see bug #503802).
 RDEPEND="
-	app-text/podofo:0/${PVR}[boost=,idn=,debug=,test=]
+	app-text/podofo:0/${PVR}[boost=,idn=,debug=,test=,tools=]
 	boost? ( dev-libs/boost )
 "


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-07-03 23:17 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-07-03 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5eb00e43619d59d5b3ed2d9c9ee97761bc0b94ec
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 22:40:21 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 23:17:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb00e43

virtual/podofo-build: version bump to 0.9.6_pre20170629

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../podofo-build/podofo-build-0.9.6_pre20170629.ebuild    | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild
new file mode 100644
index 00000000000..a2df3a30eb0
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test +tools"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
+	boost? ( dev-libs/boost )
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-11-14  2:04 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-11-14  2:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f9a9fd0a2ecc04820e903c0018939f6e8ce82c77
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 01:59:02 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 02:00:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a9fd0a

virtual/podofo-build: version bump to 0.9.6_pre20171027

Thanks to jorgicio for the report.

Closes: https://bugs.gentoo.org/637290
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../podofo-build/podofo-build-0.9.6_pre20171027.ebuild    | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild
new file mode 100644
index 00000000000..a2df3a30eb0
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test +tools"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
+	boost? ( dev-libs/boost )
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2017-11-23 20:50 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2017-11-23 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     dc6f7e4efc4ac060a1e3d723eb85cb9d2998dde9
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 20:44:09 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 20:49:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6f7e4e

virtual/podofo-build: remove old version 0.9.6_pre20170629

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 .../podofo-build/podofo-build-0.9.6_pre20170629.ebuild    | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild
deleted file mode 100644
index a2df3a30eb0..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn debug test +tools"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
-	boost? ( dev-libs/boost )
-"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2018-07-26 17:21 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2018-07-26 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5b94fa1b6e51299fa96139ae9952e858e7a41552
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 17:15:52 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 17:21:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b94fa1b

virtual/podofo-build: version bump to 0.9.6

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 virtual/podofo-build/podofo-build-0.9.6.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild
new file mode 100644
index 00000000000..fc5859d6c70
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test +tools"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
+	boost? ( dev-libs/boost )
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2019-05-12 22:03 Sergei Trofimovich
  0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2019-05-12 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0748c43503c838f340fc818a2f7b1be4ca26ad4a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 22:00:07 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 12 22:00:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0748c435

virtual/podofo-build: stable 0.9.6 for ppc64, bug #685124

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild
index fc5859d6c70..7daed6429e0 100644
--- a/virtual/podofo-build/podofo-build-0.9.6.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="+boost idn debug test +tools"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2019-05-19 13:14 Thomas Deutschmann
  0 siblings, 0 replies; 36+ messages in thread
From: Thomas Deutschmann @ 2019-05-19 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f07b493a5e71ec5655a3edc9e1ae0577f8ebe406
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 13:06:55 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 19 13:06:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07b493a

virtual/podofo-build: x86 stable (bug #685124)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild
index 7daed6429e0..0122faf5db7 100644
--- a/virtual/podofo-build/podofo-build-0.9.6.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2019-05-20 10:58 Mikle Kolyada
  0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2019-05-20 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7fb19ebc0cfb93a4e24e0082c9d7222e14de678f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 10:57:50 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 20 10:57:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb19ebc

virtual/podofo-build: amd64 stable wrt bug #685124

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 virtual/podofo-build/podofo-build-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild
index 0122faf5db7..41f4b7fec0c 100644
--- a/virtual/podofo-build/podofo-build-0.9.6.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2019-06-28 20:49 Sergei Trofimovich
  0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2019-06-28 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d86ad5ef37e3fcfbe40bed6f3e62b8142e785bb1
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Jun 28 20:18:21 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 20:49:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86ad5ef

virtual/podofo-build: stable 0.9.6 for hppa, bug #685124

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild
index d6a283976b6..57774809eb2 100644
--- a/virtual/podofo-build/podofo-build-0.9.6.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"
 
 # Pull in boost for build-against header dependency (see bug #503802).


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2020-06-06  0:51 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2020-06-06  0:51 UTC (permalink / raw
  To: gentoo-commits

commit:     66e46333878da4a425cf70943237ed5f149ffaa1
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 00:50:35 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 00:51:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e46333

virtual/podofo-build: Remove vulnerable versions (bug 614038)

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../podofo-build-0.9.6_pre20170508-r1.ebuild             | 16 ----------------
 .../podofo-build/podofo-build-0.9.6_pre20171027.ebuild   | 16 ----------------
 2 files changed, 32 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
deleted file mode 100644
index 88a5ebae95b..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0/${PVR}"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
-IUSE="+boost idn debug test +tools"
-RESTRICT="!test? ( test )"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	app-text/podofo:0/${PVR}[boost=,idn=,debug=,test=,tools=]
-	boost? ( dev-libs/boost )
-"

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild
deleted file mode 100644
index add55a20e66..00000000000
--- a/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn debug test +tools"
-RESTRICT="!test? ( test )"
-
-# Pull in boost for build-against header dependency (see bug #503802).
-RDEPEND="
-	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
-	boost? ( dev-libs/boost )
-"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2020-07-28 21:25 Sergei Trofimovich
  0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2020-07-28 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0f57283c28c3f1fa2ee37255bb1f5130fb8aa611
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Jul 28 20:11:47 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 21:15:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f57283c

virtual/podofo-build: drop to ~hppa

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild
index 03b2aa76db6..57469e675cd 100644
--- a/virtual/podofo-build/podofo-build-0.9.6.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2021-01-09 10:36 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2021-01-09 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c4e0d786f489ff87cf01b92004dafb24b9d31ad2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 09:42:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 10:36:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e0d786

virtual/podofo-build: Keyword 0.9.6 for arm64

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild
index 57469e675cd..1904880ae18 100644
--- a/virtual/podofo-build/podofo-build-0.9.6.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2021-05-13 15:19 David Seifert
  0 siblings, 0 replies; 36+ messages in thread
From: David Seifert @ 2021-05-13 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     37c2837174746d6f13b3975b08e29ba5dd093606
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 15:18:43 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 13 15:18:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c28371

virtual/podofo-build: Mark ALLARCHES

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 virtual/podofo-build/metadata.xml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/virtual/podofo-build/metadata.xml b/virtual/podofo-build/metadata.xml
index 3b38cb243ae..e4f4cfc6605 100644
--- a/virtual/podofo-build/metadata.xml
+++ b/virtual/podofo-build/metadata.xml
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person"><email>zmedico@gentoo.org</email></maintainer>
-<use>
-	<flag name="boost">Add support for boost</flag>
-	<flag name="tools">
-		Build and install commandline tools.
-	</flag>
-</use>
+	<maintainer type="person">
+		<email>zmedico@gentoo.org</email>
+	</maintainer>
+	<use>
+		<flag name="boost">Add support for boost</flag>
+		<flag name="tools">Build and install commandline tools</flag>
+	</use>
+	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2022-02-26 19:52 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2022-02-26 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2115548bea068c67c7f99fe14316527b5f1ec499
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 19:49:55 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 19:52:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2115548b

virtual/podofo-build: Bump to version 0.9.7

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.7.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.7.ebuild b/virtual/podofo-build/podofo-build-0.9.7.ebuild
new file mode 100644
index 000000000000..2eb20b281468
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test +tools"
+RESTRICT="!test? ( test )"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
+	boost? ( dev-libs/boost )
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2022-07-15  9:09 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2022-07-15  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9c78bb67ccf514ff6627ec6d80c858218ccc118e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 09:07:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 09:07:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c78bb67

virtual/podofo-build: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{podofo-build-0.9.6.ebuild => podofo-build-0.9.6-r1.ebuild}      | 5 +++--
 .../{podofo-build-0.9.7.ebuild => podofo-build-0.9.7-r1.ebuild}      | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6-r1.ebuild
similarity index 90%
rename from virtual/podofo-build/podofo-build-0.9.6.ebuild
rename to virtual/podofo-build/podofo-build-0.9.6-r1.ebuild
index 1904880ae188..43fe60930c2e 100644
--- a/virtual/podofo-build/podofo-build-0.9.6.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Virtual package for building against PoDoFo"
+
 SLOT="0/${PV}"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"

diff --git a/virtual/podofo-build/podofo-build-0.9.7.ebuild b/virtual/podofo-build/podofo-build-0.9.7-r1.ebuild
similarity index 98%
rename from virtual/podofo-build/podofo-build-0.9.7.ebuild
rename to virtual/podofo-build/podofo-build-0.9.7-r1.ebuild
index 2eb20b281468..ef9f93e39312 100644
--- a/virtual/podofo-build/podofo-build-0.9.7.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.7-r1.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Virtual package for building against PoDoFo"
+
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+boost idn debug test +tools"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2022-12-26 17:55 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2022-12-26 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ea00622e6ca88732e7382175fd3b8e5dbb9f47d9
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 17:48:29 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 17:55:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea00622e

virtual/podofo-build: add 0.9.8

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.8.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.8.ebuild b/virtual/podofo-build/podofo-build-0.9.8.ebuild
new file mode 100644
index 000000000000..ef9f93e39312
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test +tools"
+RESTRICT="!test? ( test )"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+	app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
+	boost? ( dev-libs/boost )
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2023-01-22  6:38 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-01-22  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ba659b24a3866ecf62087c1363edd3ca2bdfe4da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 06:37:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 06:37:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba659b24

virtual/podofo-build: Stabilize 0.9.8 x86, #888463

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.8.ebuild b/virtual/podofo-build/podofo-build-0.9.8.ebuild
index 00aa3f8f8844..86e8dbfcf175 100644
--- a/virtual/podofo-build/podofo-build-0.9.8.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.8.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual package for building against PoDoFo"
 
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2023-01-22  6:38 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-01-22  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     61509e68500e20cda500a7b08ed8306f114e9e25
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 06:37:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 06:37:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61509e68

virtual/podofo-build: Stabilize 0.9.8 ppc64, #888463

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.8.ebuild b/virtual/podofo-build/podofo-build-0.9.8.ebuild
index fcf8cfb42fea..00aa3f8f8844 100644
--- a/virtual/podofo-build/podofo-build-0.9.8.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.8.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual package for building against PoDoFo"
 
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
 IUSE="+boost idn debug test +tools"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2023-01-22  6:38 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-01-22  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     6ea13143e6611d53e1c866468034d88f3584850b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 06:37:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 06:37:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea13143

virtual/podofo-build: Stabilize 0.9.8 ppc, #888463

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.8.ebuild b/virtual/podofo-build/podofo-build-0.9.8.ebuild
index ef9f93e39312..fcf8cfb42fea 100644
--- a/virtual/podofo-build/podofo-build-0.9.8.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual package for building against PoDoFo"
 
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
 IUSE="+boost idn debug test +tools"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2023-01-22  6:38 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-01-22  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     7f80dc486750c7f491706794966fd81b78e567b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 06:37:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 06:37:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f80dc48

virtual/podofo-build: Stabilize 0.9.8 amd64, #888463

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.8.ebuild b/virtual/podofo-build/podofo-build-0.9.8.ebuild
index 86e8dbfcf175..25ed424f1bb4 100644
--- a/virtual/podofo-build/podofo-build-0.9.8.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.8.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual package for building against PoDoFo"
 
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2023-09-21  6:17 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2023-09-21  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3a00070b90bfb98f069889d7de2b303aac552a04
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 06:15:13 2023 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 06:17:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a00070b

virtual/podofo-build: add 0.10.1

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.10.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.10.1.ebuild b/virtual/podofo-build/podofo-build-0.10.1.ebuild
new file mode 100644
index 000000000000..dd255c060d27
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.10.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="fontconfig idn jpeg png test tiff +tools"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	app-text/podofo:0/${PV}[fontconfig=,idn=,jpeg=,png=,test=,tiff=,tools=]
+"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2023-09-22  8:37 Joonas Niilola
  0 siblings, 0 replies; 36+ messages in thread
From: Joonas Niilola @ 2023-09-22  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0581cfdf85f39f784e1de813b5bc15544de4a0f9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 08:35:01 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 08:36:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0581cfdf

virtual/podofo-build: revbump to match upstream's SONAME

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../{podofo-build-0.10.1.ebuild => podofo-build-0.10.1-r1.ebuild}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.10.1.ebuild b/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild
similarity index 78%
rename from virtual/podofo-build/podofo-build-0.10.1.ebuild
rename to virtual/podofo-build/podofo-build-0.10.1-r1.ebuild
index dd255c060d27..fd4a0606200b 100644
--- a/virtual/podofo-build/podofo-build-0.10.1.ebuild
+++ b/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild
@@ -5,11 +5,11 @@ EAPI=8
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 
-SLOT="0/${PV}"
+SLOT="0/2"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="fontconfig idn jpeg png test tiff +tools"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	app-text/podofo:0/${PV}[fontconfig=,idn=,jpeg=,png=,test=,tiff=,tools=]
+	app-text/podofo:0/2[fontconfig=,idn=,jpeg=,png=,test=,tiff=,tools=]
 "


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
@ 2023-09-25  2:43 Zac Medico
  0 siblings, 0 replies; 36+ messages in thread
From: Zac Medico @ 2023-09-25  2:43 UTC (permalink / raw
  To: gentoo-commits

commit:     cb3d7bd0062b63524abc89cbf7d9655ba6375e34
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Sep 24 06:31:02 2023 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 02:43:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3d7bd0

virtual/podofo-build: drop 0.10.1-r1

This virtual package was only ever used by calibre, and only in order to
depend on the union of podofo itself plus boost, see bug 503802 for
details.

Since podofo 0.10.1 does not use boost at all, the virtual package is
obsoleted by this podofo update. The one package that depends on it,
requires the old podofo (and will be version bumped to depend
exclusively on the new podofo, *without* the virtual package).

Closes: https://github.com/gentoo/gentoo/pull/32989
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 virtual/podofo-build/podofo-build-0.10.1-r1.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild b/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild
deleted file mode 100644
index fd4a0606200b..000000000000
--- a/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-
-SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="fontconfig idn jpeg png test tiff +tools"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-text/podofo:0/2[fontconfig=,idn=,jpeg=,png=,test=,tiff=,tools=]
-"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2023-09-25  2:43 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25  2:43 [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/ Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2023-09-22  8:37 Joonas Niilola
2023-09-21  6:17 Zac Medico
2023-01-22  6:38 Sam James
2023-01-22  6:38 Sam James
2023-01-22  6:38 Sam James
2023-01-22  6:38 Sam James
2022-12-26 17:55 Zac Medico
2022-07-15  9:09 Sam James
2022-02-26 19:52 Zac Medico
2021-05-13 15:19 David Seifert
2021-01-09 10:36 Sam James
2020-07-28 21:25 Sergei Trofimovich
2020-06-06  0:51 Zac Medico
2019-06-28 20:49 Sergei Trofimovich
2019-05-20 10:58 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-05-12 22:03 Sergei Trofimovich
2018-07-26 17:21 Zac Medico
2017-11-23 20:50 Zac Medico
2017-11-14  2:04 Zac Medico
2017-07-03 23:17 Zac Medico
2017-05-21 22:58 Zac Medico
2017-05-18  6:43 Zac Medico
2017-05-18  5:01 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-16  8:01 Agostino Sarubbo
2017-05-16  5:00 Jeroen Roovers
2017-05-15 14:17 Agostino Sarubbo
2017-05-12 10:06 Zac Medico
2017-05-12 10:02 Zac Medico
2017-05-12  9:56 Zac Medico
2017-05-10 20:07 Zac Medico
2017-05-01 19:09 Zac Medico
2017-02-07 17:39 Zac Medico
2016-07-25  6:19 Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox