[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2024-02-01 Thread Sam James
commit: 0125f392b80ac586daa21e732af1c571b98b5ce5
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  2 01:23:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  2 01:23:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0125f392

app-text/libpaper: add 2.1.3

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.1.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 2dbb42d83124..e8ed3c20daac 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,2 +1,3 @@
 DIST libpaper-2.1.2.tar.gz 1264200 BLAKE2B 
d931c70ea1b26e57ef5cf120189dbf089d7b122ab195b154e6dc100845f63acd051195662d1b019a2f738ebe65047207b39609f4db0e748eaabc3868f3a2ccb0
 SHA512 
29c5d8074c10f6413b4eaf779153828e59b4b7353e6b380b37ed6cac04a92dc367da775a62e561b47064728f4173cb526d05a8abd80334ad229ee2a42039ac7b
+DIST libpaper-2.1.3.tar.gz 1263513 BLAKE2B 
920fa9857cef5773a3570bd613152f09726cfeb8e07f8152460b37ee863b76ea28ef4c2d80d010e10368e952281e5138b1412c22e1cbfa27053bb3b6067bbcbf
 SHA512 
7ebd469b7d6f22cd98e5811cf87403d066974dc2624d35653803c318258cb68506dc2abeb7129b03231aa32c36a7461275b20f4a43c51f0cd70b2db59a1a2988
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.1.3.ebuild 
b/app-text/libpaper/libpaper-2.1.3.ebuild
new file mode 100644
index ..06d8f269983b
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.1.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+   # Gnulib false positives #898346
+   # These are all tested without an #include first
+   MIN alignof static_assert
+)
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2024-02-01 Thread Sam James
commit: 00c43134ded987ab9d2f290e0f5b13fc6b0ec214
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  2 01:19:35 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  2 01:19:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c43134

app-text/libpaper: drop 2.0.4, 2.0.10, 2.0.12, 2.1.0, 2.1.1

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest   |  5 -
 app-text/libpaper/libpaper-2.0.10.ebuild | 24 
 app-text/libpaper/libpaper-2.0.12.ebuild | 24 
 app-text/libpaper/libpaper-2.0.4.ebuild  | 29 -
 app-text/libpaper/libpaper-2.1.0.ebuild  | 24 
 app-text/libpaper/libpaper-2.1.1.ebuild  | 30 --
 6 files changed, 136 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 23883c1ac686..2dbb42d83124 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,7 +1,2 @@
-DIST libpaper-2.0.10.tar.gz 1304460 BLAKE2B 
89c0ab7348cff01e278a64fe984f51102146c38699d1036ae265343cc7174a2954974770384e625582669217f57992ed28dd1755867e2f7d00b7e423323f500c
 SHA512 
629d357b4946aca324ca95024dbfd5d49a9e7110b6163eac72482c010c4cb84b50a50b5b119399090a49eaef58329bf3c497d3d871b7c9e46ae5c8e71364c2ce
-DIST libpaper-2.0.12.tar.gz 1304598 BLAKE2B 
e8a78fc3efc3d0676e8596c0c457f4ebab26eb2f4d4f8e885237f475db4969f6c875bbb7021afb41a212e1cf8bc540e56b301964ce9f3399bb65af789db085cd
 SHA512 
edea8758894eb4b36d7164623d34ae7721a903d7fccaf3a0a40b598e901699b8d2754cb02be9a289494de46e3d30463806c3d85a9d701947218bb7146cf05af4
-DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
-DIST libpaper-2.1.0.tar.gz 1306128 BLAKE2B 
6e44e3d2fcf01faa551b1df401155a96b8612f5372683cf8f62af7af4ec93e748c650a3246a0548c3fea9f48c4f61b21a0a9c6310d4d19aed599b8b165c0bd72
 SHA512 
0e54084ee4aada1eb87cb8e0423ff23039298b0135c7f1c7c92794ef9010ab0704e5fab94f2e34dfbee2f8c048e11b6acecc04a4f3ac7c772dec5be43f870392
-DIST libpaper-2.1.1.tar.gz 1262975 BLAKE2B 
1605accd560f34ffc08f556fbab6caae4f945dccf83a08e2a0f1f971915d914450a615bf76db316fce3e32a38e53a6a77751df7617d0271cd1f55eaa7db084e8
 SHA512 
90fabb586115d99c9fb4d4ecee87ac0d1b2ac17ddf0c89287eb82e21834b0a2bc7cd5049fb73f3e20e4b494c374413c388b28c3274ceb278ce81928e17fde288
 DIST libpaper-2.1.2.tar.gz 1264200 BLAKE2B 
d931c70ea1b26e57ef5cf120189dbf089d7b122ab195b154e6dc100845f63acd051195662d1b019a2f738ebe65047207b39609f4db0e748eaabc3868f3a2ccb0
 SHA512 
29c5d8074c10f6413b4eaf779153828e59b4b7353e6b380b37ed6cac04a92dc367da775a62e561b47064728f4173cb526d05a8abd80334ad229ee2a42039ac7b
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
deleted file mode 100644
index eb700297cbd4..
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# See README.
-# paperspecs is public-domain
-LICENSE="LGPL-2.1+ GPL-3+ public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
deleted file mode 100644
index eb700297cbd4..
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# See README.
-# paperspecs is public-domain
-LICENSE="LGPL-2.1+ GPL-3+ public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 

[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-12-10 Thread Arthur Zamarin
commit: 1cd305232d318603f6cdc6a9f123f0f2f71782d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 10 12:55:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 10 12:55:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd30523

app-text/libpaper: Stabilize 2.1.2 hppa, #919664

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
index 4dab496210f0..842963ab584e 100644
--- a/app-text/libpaper/libpaper-2.1.2.ebuild
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
# Gnulib false positives #898346



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-12-10 Thread Arthur Zamarin
commit: 72266e102efd465a45c3d241c49878ccf633e58c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 10 10:01:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 10 10:01:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72266e10

app-text/libpaper: Stabilize 2.1.2 ppc, #919664

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
index 383383467765..4dab496210f0 100644
--- a/app-text/libpaper/libpaper-2.1.2.ebuild
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
# Gnulib false positives #898346



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-12-09 Thread Sam James
commit: 98f4c5a0e86be362b2b58070a5306c046d09e497
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  9 21:20:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  9 21:20:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f4c5a0

app-text/libpaper: Stabilize 2.1.2 amd64, #919664

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
index e11ec51ead3c..383383467765 100644
--- a/app-text/libpaper/libpaper-2.1.2.ebuild
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
# Gnulib false positives #898346



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-12-09 Thread Arthur Zamarin
commit: 8f567fa051ae778f841d326a4cb1bfa1a42708d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 20:52:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 20:52:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f567fa0

app-text/libpaper: Stabilize 2.1.2 ppc64, #919664

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
index 9840557fb304..c66ff08547b5 100644
--- a/app-text/libpaper/libpaper-2.1.2.ebuild
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
# Gnulib false positives #898346



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-12-09 Thread Arthur Zamarin
commit: 8abf67f9a2f9fa13a5217758e8f5749caa5b7bca
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 20:52:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 20:52:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abf67f9

app-text/libpaper: Stabilize 2.1.2 x86, #919664

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
index c66ff08547b5..e11ec51ead3c 100644
--- a/app-text/libpaper/libpaper-2.1.2.ebuild
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
# Gnulib false positives #898346



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-12-09 Thread Arthur Zamarin
commit: c84c834e077c785f7c004577f96102155082bf67
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 20:23:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 20:23:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84c834e

app-text/libpaper: Stabilize 2.1.2 sparc, #919664

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
index 8ffbe455d7cd..9840557fb304 100644
--- a/app-text/libpaper/libpaper-2.1.2.ebuild
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
# Gnulib false positives #898346



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-12-09 Thread Arthur Zamarin
commit: 746693e532ca364fbc5211c97a081e91677cd65b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 19:57:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 19:57:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746693e5

app-text/libpaper: Stabilize 2.1.2 arm, #919664

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
index 2cae82b147f6..8479004ed9e1 100644
--- a/app-text/libpaper/libpaper-2.1.2.ebuild
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
# Gnulib false positives #898346



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-12-09 Thread Arthur Zamarin
commit: 0d91573197c9145aa8ed3cdd8915017f7a4535ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 19:57:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 19:57:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d915731

app-text/libpaper: Stabilize 2.1.2 arm64, #919664

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
index 8479004ed9e1..8ffbe455d7cd 100644
--- a/app-text/libpaper/libpaper-2.1.2.ebuild
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
# Gnulib false positives #898346



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-10-16 Thread Sam James
commit: 49ac1f4985e3a0c393d70d53825d3ff5ca8b56e9
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 16 09:19:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 16 09:19:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ac1f49

app-text/libpaper: add 2.1.2

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.1.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 420c5ed92744..23883c1ac686 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -3,4 +3,5 @@ DIST libpaper-2.0.12.tar.gz 1304598 BLAKE2B 
e8a78fc3efc3d0676e8596c0c457f4ebab26
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper-2.1.0.tar.gz 1306128 BLAKE2B 
6e44e3d2fcf01faa551b1df401155a96b8612f5372683cf8f62af7af4ec93e748c650a3246a0548c3fea9f48c4f61b21a0a9c6310d4d19aed599b8b165c0bd72
 SHA512 
0e54084ee4aada1eb87cb8e0423ff23039298b0135c7f1c7c92794ef9010ab0704e5fab94f2e34dfbee2f8c048e11b6acecc04a4f3ac7c772dec5be43f870392
 DIST libpaper-2.1.1.tar.gz 1262975 BLAKE2B 
1605accd560f34ffc08f556fbab6caae4f945dccf83a08e2a0f1f971915d914450a615bf76db316fce3e32a38e53a6a77751df7617d0271cd1f55eaa7db084e8
 SHA512 
90fabb586115d99c9fb4d4ecee87ac0d1b2ac17ddf0c89287eb82e21834b0a2bc7cd5049fb73f3e20e4b494c374413c388b28c3274ceb278ce81928e17fde288
+DIST libpaper-2.1.2.tar.gz 1264200 BLAKE2B 
d931c70ea1b26e57ef5cf120189dbf089d7b122ab195b154e6dc100845f63acd051195662d1b019a2f738ebe65047207b39609f4db0e748eaabc3868f3a2ccb0
 SHA512 
29c5d8074c10f6413b4eaf779153828e59b4b7353e6b380b37ed6cac04a92dc367da775a62e561b47064728f4173cb526d05a8abd80334ad229ee2a42039ac7b
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild 
b/app-text/libpaper/libpaper-2.1.2.ebuild
new file mode 100644
index ..2cae82b147f6
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.1.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+   # Gnulib false positives #898346
+   # These are all tested without an #include first
+   MIN alignof static_assert
+)
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-09-08 Thread David Seifert
commit: 1c724115c69649f251d50dc35d08aa2c03a9d6a4
Author: David Seifert  gentoo  org>
AuthorDate: Fri Sep  8 08:55:07 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Sep  8 08:55:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c724115

app-text/libpaper: mask gnulib false positive implicit decls

Closes: https://bugs.gentoo.org/898346
Signed-off-by: David Seifert  gentoo.org>

 app-text/libpaper/libpaper-2.1.1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-text/libpaper/libpaper-2.1.1.ebuild 
b/app-text/libpaper/libpaper-2.1.1.ebuild
index 35123da4b6cf..2cae82b147f6 100644
--- a/app-text/libpaper/libpaper-2.1.1.ebuild
+++ b/app-text/libpaper/libpaper-2.1.1.ebuild
@@ -13,6 +13,12 @@ LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+   # Gnulib false positives #898346
+   # These are all tested without an #include first
+   MIN alignof static_assert
+)
+
 src_configure() {
econf --enable-relocatable
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-09-07 Thread Sam James
commit: 8416ea6020d8b125e516554367bb80b7835879ac
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 23:23:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 23:23:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8416ea60

app-text/libpaper: add 2.1.1

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.1.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 3e37ace214cb..420c5ed92744 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -2,4 +2,5 @@ DIST libpaper-2.0.10.tar.gz 1304460 BLAKE2B 
89c0ab7348cff01e278a64fe984f51102146
 DIST libpaper-2.0.12.tar.gz 1304598 BLAKE2B 
e8a78fc3efc3d0676e8596c0c457f4ebab26eb2f4d4f8e885237f475db4969f6c875bbb7021afb41a212e1cf8bc540e56b301964ce9f3399bb65af789db085cd
 SHA512 
edea8758894eb4b36d7164623d34ae7721a903d7fccaf3a0a40b598e901699b8d2754cb02be9a289494de46e3d30463806c3d85a9d701947218bb7146cf05af4
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper-2.1.0.tar.gz 1306128 BLAKE2B 
6e44e3d2fcf01faa551b1df401155a96b8612f5372683cf8f62af7af4ec93e748c650a3246a0548c3fea9f48c4f61b21a0a9c6310d4d19aed599b8b165c0bd72
 SHA512 
0e54084ee4aada1eb87cb8e0423ff23039298b0135c7f1c7c92794ef9010ab0704e5fab94f2e34dfbee2f8c048e11b6acecc04a4f3ac7c772dec5be43f870392
+DIST libpaper-2.1.1.tar.gz 1262975 BLAKE2B 
1605accd560f34ffc08f556fbab6caae4f945dccf83a08e2a0f1f971915d914450a615bf76db316fce3e32a38e53a6a77751df7617d0271cd1f55eaa7db084e8
 SHA512 
90fabb586115d99c9fb4d4ecee87ac0d1b2ac17ddf0c89287eb82e21834b0a2bc7cd5049fb73f3e20e4b494c374413c388b28c3274ceb278ce81928e17fde288
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.1.1.ebuild 
b/app-text/libpaper/libpaper-2.1.1.ebuild
new file mode 100644
index ..35123da4b6cf
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-09-07 Thread Sam James
commit: 9dc0faf37ad42fcba08ab618e1ce50a53f16411e
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 23:02:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 23:02:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc0faf3

app-text/libpaper: Stabilize 2.1.0 ppc, #913821

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.0.ebuild 
b/app-text/libpaper/libpaper-2.1.0.ebuild
index 06e944028137..864bc1f52c9f 100644
--- a/app-text/libpaper/libpaper-2.1.0.ebuild
+++ b/app-text/libpaper/libpaper-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-09-07 Thread Sam James
commit: a8ee28ae568b97936171c9586e675d12f2e11e61
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 23:02:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 23:02:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ee28ae

app-text/libpaper: Stabilize 2.1.0 amd64, #913821

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.0.ebuild 
b/app-text/libpaper/libpaper-2.1.0.ebuild
index 864bc1f52c9f..a0846f3f1b55 100644
--- a/app-text/libpaper/libpaper-2.1.0.ebuild
+++ b/app-text/libpaper/libpaper-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-09-07 Thread Sam James
commit: 6dc45bcc2d545194fa5f15f2576a96c6ffc171a7
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 23:02:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 23:02:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc45bcc

app-text/libpaper: Stabilize 2.1.0 ppc64, #913821

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.0.ebuild 
b/app-text/libpaper/libpaper-2.1.0.ebuild
index 2a0a3b908c48..06e944028137 100644
--- a/app-text/libpaper/libpaper-2.1.0.ebuild
+++ b/app-text/libpaper/libpaper-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-09-07 Thread Sam James
commit: ee245483668874330e3b708bec0ef093009ccba8
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 20:52:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 20:52:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee245483

app-text/libpaper: Stabilize 2.1.0 sparc, #913821

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.0.ebuild 
b/app-text/libpaper/libpaper-2.1.0.ebuild
index 176ab51dd205..2a0a3b908c48 100644
--- a/app-text/libpaper/libpaper-2.1.0.ebuild
+++ b/app-text/libpaper/libpaper-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-09-07 Thread Sam James
commit: 2dc23d84ef2d9b574fb836ec220ea71907e979ee
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 20:52:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 20:52:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc23d84

app-text/libpaper: Stabilize 2.1.0 arm, #913821

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.0.ebuild 
b/app-text/libpaper/libpaper-2.1.0.ebuild
index 35123da4b6cf..6a27bbd909e3 100644
--- a/app-text/libpaper/libpaper-2.1.0.ebuild
+++ b/app-text/libpaper/libpaper-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-09-07 Thread Sam James
commit: e05b9d87e4e090ffae8985b76a2478ae05489b0c
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 20:52:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 20:52:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05b9d87

app-text/libpaper: Stabilize 2.1.0 arm64, #913821

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.1.0.ebuild 
b/app-text/libpaper/libpaper-2.1.0.ebuild
index 6a27bbd909e3..176ab51dd205 100644
--- a/app-text/libpaper/libpaper-2.1.0.ebuild
+++ b/app-text/libpaper/libpaper-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-05-13 Thread Arthur Zamarin
commit: 6f762e5bd135f3ac28b4aa426672c8e4cf79e33c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 13 07:15:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 13 07:15:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f762e5b

app-text/libpaper: Stabilize 2.0.12 sparc, #906229

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
index 7b6b8a756796..862c40573ce1 100644
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-05-12 Thread Sam James
commit: 5051b61b30fba917913c3457b921b0ed42f25b52
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 03:17:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 03:17:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5051b61b

app-text/libpaper: Stabilize 2.0.12 arm, #906229

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
index 70361c831f5b..7b6b8a756796 100644
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-05-12 Thread Sam James
commit: e2a8faeed8bd06cedd9dff8ebb3683f249f7e69b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 03:16:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 03:16:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a8faee

app-text/libpaper: Stabilize 2.0.12 arm64, #906229

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
index e7ff3de50f27..f1b21db35960 100644
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-05-12 Thread Sam James
commit: 95dfb636fb0838af480ab23d5cd0e81ead41204c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 03:16:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 03:16:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dfb636

app-text/libpaper: Stabilize 2.0.12 hppa, #906229

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
index f1b21db35960..70361c831f5b 100644
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-05-12 Thread Sam James
commit: 84d5fe98ef9590cd82731e86944e0407fb21135b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 00:56:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 00:56:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d5fe98

app-text/libpaper: Stabilize 2.0.12 x86, #906229

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
index ccebdb305adc..8c73eac9fbf7 100644
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-05-12 Thread Sam James
commit: 64c773bc822e730730f5fde180846ce9bccb851d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 00:56:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 00:56:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c773bc

app-text/libpaper: Stabilize 2.0.12 ppc, #906229

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
index 8c73eac9fbf7..e7ff3de50f27 100644
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-05-12 Thread Sam James
commit: d4a92ce75005ca0f3f6ea9cbc7e7bf72531441b7
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 00:56:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 00:56:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a92ce7

app-text/libpaper: Stabilize 2.0.12 ppc64, #906229

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
index bb7b668ba067..ccebdb305adc 100644
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-05-12 Thread Sam James
commit: 4369d790ecffba74793d381d51a86b26716e56b1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 13 00:56:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 13 00:56:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4369d790

app-text/libpaper: Stabilize 2.0.12 amd64, #906229

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
index d77438c2f590..bb7b668ba067 100644
--- a/app-text/libpaper/libpaper-2.0.12.ebuild
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-04-13 Thread Sam James
commit: ab408743630ecbec968dce15c7a61bdee11a7f41
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 13 18:51:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 13 18:51:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab408743

app-text/libpaper: add 2.1.0

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.1.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 34f8c6abbfcb..3e37ace214cb 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,4 +1,5 @@
 DIST libpaper-2.0.10.tar.gz 1304460 BLAKE2B 
89c0ab7348cff01e278a64fe984f51102146c38699d1036ae265343cc7174a2954974770384e625582669217f57992ed28dd1755867e2f7d00b7e423323f500c
 SHA512 
629d357b4946aca324ca95024dbfd5d49a9e7110b6163eac72482c010c4cb84b50a50b5b119399090a49eaef58329bf3c497d3d871b7c9e46ae5c8e71364c2ce
 DIST libpaper-2.0.12.tar.gz 1304598 BLAKE2B 
e8a78fc3efc3d0676e8596c0c457f4ebab26eb2f4d4f8e885237f475db4969f6c875bbb7021afb41a212e1cf8bc540e56b301964ce9f3399bb65af789db085cd
 SHA512 
edea8758894eb4b36d7164623d34ae7721a903d7fccaf3a0a40b598e901699b8d2754cb02be9a289494de46e3d30463806c3d85a9d701947218bb7146cf05af4
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
+DIST libpaper-2.1.0.tar.gz 1306128 BLAKE2B 
6e44e3d2fcf01faa551b1df401155a96b8612f5372683cf8f62af7af4ec93e748c650a3246a0548c3fea9f48c4f61b21a0a9c6310d4d19aed599b8b165c0bd72
 SHA512 
0e54084ee4aada1eb87cb8e0423ff23039298b0135c7f1c7c92794ef9010ab0704e5fab94f2e34dfbee2f8c048e11b6acecc04a4f3ac7c772dec5be43f870392
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.1.0.ebuild 
b/app-text/libpaper/libpaper-2.1.0.ebuild
new file mode 100644
index ..d77438c2f590
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-04-12 Thread Sam James
commit: 9741423ed67e73d304cb7992198c36268c44d395
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 13 03:33:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 13 03:33:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9741423e

app-text/libpaper: add 2.0.12

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest   |  1 +
 app-text/libpaper/libpaper-2.0.12.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index fdb78efc81b3..34f8c6abbfcb 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,3 +1,4 @@
 DIST libpaper-2.0.10.tar.gz 1304460 BLAKE2B 
89c0ab7348cff01e278a64fe984f51102146c38699d1036ae265343cc7174a2954974770384e625582669217f57992ed28dd1755867e2f7d00b7e423323f500c
 SHA512 
629d357b4946aca324ca95024dbfd5d49a9e7110b6163eac72482c010c4cb84b50a50b5b119399090a49eaef58329bf3c497d3d871b7c9e46ae5c8e71364c2ce
+DIST libpaper-2.0.12.tar.gz 1304598 BLAKE2B 
e8a78fc3efc3d0676e8596c0c457f4ebab26eb2f4d4f8e885237f475db4969f6c875bbb7021afb41a212e1cf8bc540e56b301964ce9f3399bb65af789db085cd
 SHA512 
edea8758894eb4b36d7164623d34ae7721a903d7fccaf3a0a40b598e901699b8d2754cb02be9a289494de46e3d30463806c3d85a9d701947218bb7146cf05af4
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.12.ebuild 
b/app-text/libpaper/libpaper-2.0.12.ebuild
new file mode 100644
index ..d77438c2f590
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-24 Thread Arthur Zamarin
commit: 922a5395dfdd24fd2caf1f72415827e8c8964918
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 24 13:20:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 24 13:20:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922a5395

app-text/libpaper: Stabilize 2.0.10 sparc, #902203

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
index 7b6b8a756796..862c40573ce1 100644
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-24 Thread Arthur Zamarin
commit: 8fd1091b33dfd9462c27a27da39002407637a3c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 24 13:15:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 24 13:15:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd1091b

app-text/libpaper: Stabilize 2.0.10 arm64, #902203

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
index 5e23bb0110c8..7b6b8a756796 100644
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-19 Thread Sam James
commit: 26240dae796ed5487df08d895c2088e072d88575
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 19 22:35:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 22:35:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26240dae

app-text/libpaper: Stabilize 2.0.10 hppa, #902203

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
index d45562b75b78..5e23bb0110c8 100644
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-19 Thread Sam James
commit: 43e91ad7ad94ebddaeec44ee888e092b9d498010
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 19 22:23:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 22:23:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e91ad7

app-text/libpaper: Stabilize 2.0.10 ppc64, #902203

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
index ac11e519ae38..0a5827c5d0ad 100644
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-19 Thread Sam James
commit: 89a69771bfb7f69580ee0c0e0f8d30b61667d081
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 19 22:23:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 22:23:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a69771

app-text/libpaper: Stabilize 2.0.10 arm, #902203

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
index 8c73eac9fbf7..b3cd255e5eee 100644
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-19 Thread Sam James
commit: 0cd3769516a3ee4f90a053f5a477678af64595fe
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 19 22:23:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 22:23:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd37695

app-text/libpaper: Stabilize 2.0.10 ppc, #902203

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
index b3cd255e5eee..d45562b75b78 100644
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-19 Thread Sam James
commit: b4f7e4012c86481aa6d220f87d182a7747662b61
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 19 22:23:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 22:23:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f7e401

app-text/libpaper: Stabilize 2.0.10 x86, #902203

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
index d77438c2f590..ac11e519ae38 100644
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-19 Thread Sam James
commit: df13a8ff58b0dc328043621acedc3f8c5499a9cf
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 19 22:23:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 22:23:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df13a8ff

app-text/libpaper: Stabilize 2.0.10 amd64, #902203

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
index 0a5827c5d0ad..8c73eac9fbf7 100644
--- a/app-text/libpaper/libpaper-2.0.10.ebuild
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-03-19 Thread Sam James
commit: 2d8befb5add1162b467c746439f6b9467fdf60ba
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 19 22:06:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 22:06:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8befb5

app-text/libpaper: drop 2.0.8, 2.0.9

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  2 --
 app-text/libpaper/libpaper-2.0.8.ebuild | 24 
 app-text/libpaper/libpaper-2.0.9.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 0a97eec02845..fdb78efc81b3 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,5 +1,3 @@
 DIST libpaper-2.0.10.tar.gz 1304460 BLAKE2B 
89c0ab7348cff01e278a64fe984f51102146c38699d1036ae265343cc7174a2954974770384e625582669217f57992ed28dd1755867e2f7d00b7e423323f500c
 SHA512 
629d357b4946aca324ca95024dbfd5d49a9e7110b6163eac72482c010c4cb84b50a50b5b119399090a49eaef58329bf3c497d3d871b7c9e46ae5c8e71364c2ce
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
-DIST libpaper-2.0.8.tar.gz 1304248 BLAKE2B 
d42b239b5e6d79fccc42508ab55e3d0a7b7f688c288aae7a75286332cd13d563e6164289195e7b67ef1216d5b4d4127a75dffe4bbe97080e093f89b64f48a57b
 SHA512 
06318779cee2d1cf9bea090a5956f90bf80d753eb7c931615c0dcb321e012ea870a20613b84e7f4350ab608237a2d21d5170c119d8908c86a94e0cba1d1f
-DIST libpaper-2.0.9.tar.gz 1290212 BLAKE2B 
a1b54af2463c97d90b902fc31ae92347e47ff25d589712ab1f86cc46ccda0751b69733c37ab95bf4abbdad11639b133d812cf46760a04a5aff0ba8749e9a6bf6
 SHA512 
79d2f6d2b0c88f6edbfb1bbd9be43461cffaa05bfda67bc31b3b29c8f4988125cb7dbd2e982ac5b3b19315b6fea5757efc5c6f45a26b2e34d1569b050673788a
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.8.ebuild 
b/app-text/libpaper/libpaper-2.0.8.ebuild
deleted file mode 100644
index d77438c2f590..
--- a/app-text/libpaper/libpaper-2.0.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# See README.
-# paperspecs is public-domain
-LICENSE="LGPL-2.1+ GPL-3+ public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}

diff --git a/app-text/libpaper/libpaper-2.0.9.ebuild 
b/app-text/libpaper/libpaper-2.0.9.ebuild
deleted file mode 100644
index d77438c2f590..
--- a/app-text/libpaper/libpaper-2.0.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# See README.
-# paperspecs is public-domain
-LICENSE="LGPL-2.1+ GPL-3+ public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-02-24 Thread Sam James
commit: b5cdcee031d40668c0331fae2518aaa82c8e5e1e
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 24 11:29:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 24 12:03:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cdcee0

app-text/libpaper: add 2.0.10

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest   |  1 +
 app-text/libpaper/libpaper-2.0.10.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index ff58d90d2d9f..0a97eec02845 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,3 +1,4 @@
+DIST libpaper-2.0.10.tar.gz 1304460 BLAKE2B 
89c0ab7348cff01e278a64fe984f51102146c38699d1036ae265343cc7174a2954974770384e625582669217f57992ed28dd1755867e2f7d00b7e423323f500c
 SHA512 
629d357b4946aca324ca95024dbfd5d49a9e7110b6163eac72482c010c4cb84b50a50b5b119399090a49eaef58329bf3c497d3d871b7c9e46ae5c8e71364c2ce
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper-2.0.8.tar.gz 1304248 BLAKE2B 
d42b239b5e6d79fccc42508ab55e3d0a7b7f688c288aae7a75286332cd13d563e6164289195e7b67ef1216d5b4d4127a75dffe4bbe97080e093f89b64f48a57b
 SHA512 
06318779cee2d1cf9bea090a5956f90bf80d753eb7c931615c0dcb321e012ea870a20613b84e7f4350ab608237a2d21d5170c119d8908c86a94e0cba1d1f
 DIST libpaper-2.0.9.tar.gz 1290212 BLAKE2B 
a1b54af2463c97d90b902fc31ae92347e47ff25d589712ab1f86cc46ccda0751b69733c37ab95bf4abbdad11639b133d812cf46760a04a5aff0ba8749e9a6bf6
 SHA512 
79d2f6d2b0c88f6edbfb1bbd9be43461cffaa05bfda67bc31b3b29c8f4988125cb7dbd2e982ac5b3b19315b6fea5757efc5c6f45a26b2e34d1569b050673788a

diff --git a/app-text/libpaper/libpaper-2.0.10.ebuild 
b/app-text/libpaper/libpaper-2.0.10.ebuild
new file mode 100644
index ..d77438c2f590
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.10.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-02-19 Thread Sam James
commit: f1eeefb4d0ef7284a4647dd943ddd0c68448de5e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 19 19:11:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 19 19:30:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1eeefb4

app-text/libpaper: add 2.0.9

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.9.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 38e7016ec157..ff58d90d2d9f 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,3 +1,4 @@
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper-2.0.8.tar.gz 1304248 BLAKE2B 
d42b239b5e6d79fccc42508ab55e3d0a7b7f688c288aae7a75286332cd13d563e6164289195e7b67ef1216d5b4d4127a75dffe4bbe97080e093f89b64f48a57b
 SHA512 
06318779cee2d1cf9bea090a5956f90bf80d753eb7c931615c0dcb321e012ea870a20613b84e7f4350ab608237a2d21d5170c119d8908c86a94e0cba1d1f
+DIST libpaper-2.0.9.tar.gz 1290212 BLAKE2B 
a1b54af2463c97d90b902fc31ae92347e47ff25d589712ab1f86cc46ccda0751b69733c37ab95bf4abbdad11639b133d812cf46760a04a5aff0ba8749e9a6bf6
 SHA512 
79d2f6d2b0c88f6edbfb1bbd9be43461cffaa05bfda67bc31b3b29c8f4988125cb7dbd2e982ac5b3b19315b6fea5757efc5c6f45a26b2e34d1569b050673788a
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.9.ebuild 
b/app-text/libpaper/libpaper-2.0.9.ebuild
new file mode 100644
index ..d77438c2f590
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-02-12 Thread Sam James
commit: 1440f0756c067aa698bbb129410ab4df6e01b2b5
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 12 19:39:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 12 19:39:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1440f075

app-text/libpaper: Stabilize 2.0.4 ppc64, #888703

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
index 7b2b029b49ce..36348bb3139b 100644
--- a/app-text/libpaper/libpaper-2.0.4.ebuild
+++ b/app-text/libpaper/libpaper-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="sys-apps/help2man"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-02-12 Thread Sam James
commit: c8c7ec36ca73ab377a891e22649d1066e4e6526e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 12 19:38:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 12 19:39:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c7ec36

app-text/libpaper: add 2.0.8

Notably this drops the help2man dep again which was a bit problematic
because of some Portage quirks.

Bug: https://bugs.gentoo.org/888703
Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.8.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index d10dc9fbe506..70fa22a2e4fc 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,4 +1,5 @@
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper-2.0.5.tar.gz 1287165 BLAKE2B 
49577f97e29dd64f08aac30dc22a9e738c7efcd41e9a6c91b512216a19489234c78beea5070033ca27e8314b6b78dee5e5999132e559a69b8d4f874263ecba07
 SHA512 
ce8160d84e61a80ca998f78272e21ced9e3b061396d38c6d75861294b5451337a5abeb36bc5bc91792f7c484d771c601170aa19311d71be1b6db7789b54218df
 DIST libpaper-2.0.7.tar.gz 1288966 BLAKE2B 
cac216c0a265c9299ac0eca3151280ea5c3f1466dabf726b3532f524af49e9d6ed2e5eac1fa908cea14dbffec9b9d59556459b2deaf20da49f14bd72402e432b
 SHA512 
5c552266adc4a887c4fde0e1a29f9d79ba8b959bd842399a04939b20c75d86f48424c06d37087a21dcd3e2e65d42d95b170eac8d825ebdae3f15534c14d5a6c7
+DIST libpaper-2.0.8.tar.gz 1304248 BLAKE2B 
d42b239b5e6d79fccc42508ab55e3d0a7b7f688c288aae7a75286332cd13d563e6164289195e7b67ef1216d5b4d4127a75dffe4bbe97080e093f89b64f48a57b
 SHA512 
06318779cee2d1cf9bea090a5956f90bf80d753eb7c931615c0dcb321e012ea870a20613b84e7f4350ab608237a2d21d5170c119d8908c86a94e0cba1d1f
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.8.ebuild 
b/app-text/libpaper/libpaper-2.0.8.ebuild
new file mode 100644
index ..d77438c2f590
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-02-12 Thread Sam James
commit: a6f925ead84ef96cc0eb88ea547959a0b08d8c32
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 12 19:39:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 12 19:39:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f925ea

app-text/libpaper: drop 2.0.5, 2.0.7

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  2 --
 app-text/libpaper/libpaper-2.0.5.ebuild | 29 -
 app-text/libpaper/libpaper-2.0.7.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 70fa22a2e4fc..38e7016ec157 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,5 +1,3 @@
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
-DIST libpaper-2.0.5.tar.gz 1287165 BLAKE2B 
49577f97e29dd64f08aac30dc22a9e738c7efcd41e9a6c91b512216a19489234c78beea5070033ca27e8314b6b78dee5e5999132e559a69b8d4f874263ecba07
 SHA512 
ce8160d84e61a80ca998f78272e21ced9e3b061396d38c6d75861294b5451337a5abeb36bc5bc91792f7c484d771c601170aa19311d71be1b6db7789b54218df
-DIST libpaper-2.0.7.tar.gz 1288966 BLAKE2B 
cac216c0a265c9299ac0eca3151280ea5c3f1466dabf726b3532f524af49e9d6ed2e5eac1fa908cea14dbffec9b9d59556459b2deaf20da49f14bd72402e432b
 SHA512 
5c552266adc4a887c4fde0e1a29f9d79ba8b959bd842399a04939b20c75d86f48424c06d37087a21dcd3e2e65d42d95b170eac8d825ebdae3f15534c14d5a6c7
 DIST libpaper-2.0.8.tar.gz 1304248 BLAKE2B 
d42b239b5e6d79fccc42508ab55e3d0a7b7f688c288aae7a75286332cd13d563e6164289195e7b67ef1216d5b4d4127a75dffe4bbe97080e093f89b64f48a57b
 SHA512 
06318779cee2d1cf9bea090a5956f90bf80d753eb7c931615c0dcb321e012ea870a20613b84e7f4350ab608237a2d21d5170c119d8908c86a94e0cba1d1f
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.5.ebuild 
b/app-text/libpaper/libpaper-2.0.5.ebuild
deleted file mode 100644
index 544d83470fe7..
--- a/app-text/libpaper/libpaper-2.0.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# See README.
-# paperspecs is public-domain
-LICENSE="LGPL-2.1+ GPL-3+ public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="sys-apps/help2man"
-
-# False positive (runs within a conditional)
-QA_AM_MAINTAINER_MODE=".*help2man.*"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}

diff --git a/app-text/libpaper/libpaper-2.0.7.ebuild 
b/app-text/libpaper/libpaper-2.0.7.ebuild
deleted file mode 100644
index 544d83470fe7..
--- a/app-text/libpaper/libpaper-2.0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# See README.
-# paperspecs is public-domain
-LICENSE="LGPL-2.1+ GPL-3+ public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="sys-apps/help2man"
-
-# False positive (runs within a conditional)
-QA_AM_MAINTAINER_MODE=".*help2man.*"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-02-05 Thread Sam James
commit: 1aaa1e41455a29f02d8bc215682b204732a2325e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  5 19:41:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  5 19:45:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aaa1e41

app-text/libpaper: add 2.0.7

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.7.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 29561d216f0c..d10dc9fbe506 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,3 +1,4 @@
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper-2.0.5.tar.gz 1287165 BLAKE2B 
49577f97e29dd64f08aac30dc22a9e738c7efcd41e9a6c91b512216a19489234c78beea5070033ca27e8314b6b78dee5e5999132e559a69b8d4f874263ecba07
 SHA512 
ce8160d84e61a80ca998f78272e21ced9e3b061396d38c6d75861294b5451337a5abeb36bc5bc91792f7c484d771c601170aa19311d71be1b6db7789b54218df
+DIST libpaper-2.0.7.tar.gz 1288966 BLAKE2B 
cac216c0a265c9299ac0eca3151280ea5c3f1466dabf726b3532f524af49e9d6ed2e5eac1fa908cea14dbffec9b9d59556459b2deaf20da49f14bd72402e432b
 SHA512 
5c552266adc4a887c4fde0e1a29f9d79ba8b959bd842399a04939b20c75d86f48424c06d37087a21dcd3e2e65d42d95b170eac8d825ebdae3f15534c14d5a6c7
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.7.ebuild 
b/app-text/libpaper/libpaper-2.0.7.ebuild
new file mode 100644
index ..544d83470fe7
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="sys-apps/help2man"
+
+# False positive (runs within a conditional)
+QA_AM_MAINTAINER_MODE=".*help2man.*"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-02-05 Thread Sam James
commit: 62c015911bf086a9c4a6a9cb68a2dc19fcf93885
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  5 19:40:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  5 19:45:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c01591

app-text/libpaper: drop 2.0.3

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 -
 app-text/libpaper/libpaper-2.0.3.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index c6997cfc4d65..29561d216f0c 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,4 +1,3 @@
-DIST libpaper-2.0.3.tar.gz 1286822 BLAKE2B 
c3ac1628cb44155326626ddd5b7858a8192a4d23e888b152045001f3b8395ca46e0c82000838df13dd391dc187e10f82f843f75497dfb4c13e445f3587dea422
 SHA512 
c2af8f98a02b772ef3fb86b4f2bc50277f9fb720a070adc7a90da65881a5fc340b0841b198c50066001f4572123435305e0db4404365f9b9362d08280b7f6dd9
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper-2.0.5.tar.gz 1287165 BLAKE2B 
49577f97e29dd64f08aac30dc22a9e738c7efcd41e9a6c91b512216a19489234c78beea5070033ca27e8314b6b78dee5e5999132e559a69b8d4f874263ecba07
 SHA512 
ce8160d84e61a80ca998f78272e21ced9e3b061396d38c6d75861294b5451337a5abeb36bc5bc91792f7c484d771c601170aa19311d71be1b6db7789b54218df
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.3.ebuild 
b/app-text/libpaper/libpaper-2.0.3.ebuild
deleted file mode 100644
index dcf04a114100..
--- a/app-text/libpaper/libpaper-2.0.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# See README.
-# paperspecs is public-domain
-LICENSE="LGPL-2.1+ GPL-3+ public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="sys-apps/help2man"
-
-# False positive (runs within a conditional)
-QA_AM_MAINTAINER_MODE=".*help2man.*"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-01-26 Thread Sam James
commit: 2be3dd5e5c0da26dea1903e0c2379ad966f6f8b0
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 27 05:46:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 27 05:47:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be3dd5e

app-text/libpaper: add 2.0.5

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.5.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index fd67632fada4..c6997cfc4d65 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,3 +1,4 @@
 DIST libpaper-2.0.3.tar.gz 1286822 BLAKE2B 
c3ac1628cb44155326626ddd5b7858a8192a4d23e888b152045001f3b8395ca46e0c82000838df13dd391dc187e10f82f843f75497dfb4c13e445f3587dea422
 SHA512 
c2af8f98a02b772ef3fb86b4f2bc50277f9fb720a070adc7a90da65881a5fc340b0841b198c50066001f4572123435305e0db4404365f9b9362d08280b7f6dd9
 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
+DIST libpaper-2.0.5.tar.gz 1287165 BLAKE2B 
49577f97e29dd64f08aac30dc22a9e738c7efcd41e9a6c91b512216a19489234c78beea5070033ca27e8314b6b78dee5e5999132e559a69b8d4f874263ecba07
 SHA512 
ce8160d84e61a80ca998f78272e21ced9e3b061396d38c6d75861294b5451337a5abeb36bc5bc91792f7c484d771c601170aa19311d71be1b6db7789b54218df
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.5.ebuild 
b/app-text/libpaper/libpaper-2.0.5.ebuild
new file mode 100644
index ..544d83470fe7
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="sys-apps/help2man"
+
+# False positive (runs within a conditional)
+QA_AM_MAINTAINER_MODE=".*help2man.*"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-01-08 Thread Sam James
commit: 8c46b9a8f2f485537f8f93f21f74657c972ef661
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 07:26:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 07:26:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c46b9a8

app-text/libpaper: Stabilize 2.0.4 amd64, #888703

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
index 462f10ffe886..fc788a89e2d7 100644
--- a/app-text/libpaper/libpaper-2.0.4.ebuild
+++ b/app-text/libpaper/libpaper-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="sys-apps/help2man"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-01-08 Thread Sam James
commit: e4149f2e0dd5c2aa9390b1e862f0cbf42ad4fb47
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 07:26:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 07:26:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4149f2e

app-text/libpaper: Stabilize 2.0.4 sparc, #888703

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
index 4c21c9dd28a7..67a64141efb7 100644
--- a/app-text/libpaper/libpaper-2.0.4.ebuild
+++ b/app-text/libpaper/libpaper-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="sys-apps/help2man"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-01-08 Thread Sam James
commit: 71c877bc802db25457921f5edd4b68702e556951
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 07:26:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 07:26:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c877bc

app-text/libpaper: Stabilize 2.0.4 ppc, #888703

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
index fc788a89e2d7..7b2b029b49ce 100644
--- a/app-text/libpaper/libpaper-2.0.4.ebuild
+++ b/app-text/libpaper/libpaper-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="sys-apps/help2man"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-01-08 Thread Sam James
commit: 75c6c71a1cdad660b4ae56bdda2cda3fa1b365db
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 07:26:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 07:26:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c6c71a

app-text/libpaper: Stabilize 2.0.4 arm, #888703

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
index 76d3917fc8b8..4c21c9dd28a7 100644
--- a/app-text/libpaper/libpaper-2.0.4.ebuild
+++ b/app-text/libpaper/libpaper-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="sys-apps/help2man"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-01-08 Thread Sam James
commit: e5347df6999c08f9848aa1458f8267ba6d81a126
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 07:26:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 07:26:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5347df6

app-text/libpaper: Stabilize 2.0.4 x86, #888703

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
index 67a64141efb7..462f10ffe886 100644
--- a/app-text/libpaper/libpaper-2.0.4.ebuild
+++ b/app-text/libpaper/libpaper-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="sys-apps/help2man"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-01-08 Thread Sam James
commit: 86dd602d289f8e1072efcdfaab27053cdb3e1095
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 07:26:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 07:26:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dd602d

app-text/libpaper: Stabilize 2.0.4 hppa, #888703

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
index dcf04a114100..4dfb093e32a2 100644
--- a/app-text/libpaper/libpaper-2.0.4.ebuild
+++ b/app-text/libpaper/libpaper-2.0.4.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="sys-apps/help2man"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2023-01-08 Thread Sam James
commit: 35afed1a250cfcade4f6256d203965053d49c80c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 07:26:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 07:26:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35afed1a

app-text/libpaper: Stabilize 2.0.4 arm64, #888703

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
index 4dfb093e32a2..76d3917fc8b8 100644
--- a/app-text/libpaper/libpaper-2.0.4.ebuild
+++ b/app-text/libpaper/libpaper-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.
 # paperspecs is public-domain
 LICENSE="LGPL-2.1+ GPL-3+ public-domain"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="sys-apps/help2man"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-11-15 Thread Sam James
commit: e40ce4680c944be369160ca8bf57a0aae163e71a
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 15 15:34:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 15 18:39:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40ce468

app-text/libpaper: add 2.0.4

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.4.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index e681dc87708b..fd67632fada4 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,2 +1,3 @@
 DIST libpaper-2.0.3.tar.gz 1286822 BLAKE2B 
c3ac1628cb44155326626ddd5b7858a8192a4d23e888b152045001f3b8395ca46e0c82000838df13dd391dc187e10f82f843f75497dfb4c13e445f3587dea422
 SHA512 
c2af8f98a02b772ef3fb86b4f2bc50277f9fb720a070adc7a90da65881a5fc340b0841b198c50066001f4572123435305e0db4404365f9b9362d08280b7f6dd9
+DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 
2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8
 SHA512 
d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.4.ebuild 
b/app-text/libpaper/libpaper-2.0.4.ebuild
new file mode 100644
index ..dcf04a114100
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="sys-apps/help2man"
+
+# False positive (runs within a conditional)
+QA_AM_MAINTAINER_MODE=".*help2man.*"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-11-05 Thread Sam James
commit: 71c48bf043d2efb58c93087124583a90e9c18e1a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 03:40:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 03:40:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c48bf0

app-text/libpaper: drop 2.0.0, 2.0.1, 2.0.2

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  3 ---
 app-text/libpaper/libpaper-2.0.0.ebuild | 40 -
 app-text/libpaper/libpaper-2.0.1.ebuild | 34 
 app-text/libpaper/libpaper-2.0.2.ebuild | 24 
 4 files changed, 101 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 3dfa50c7b3ac..e681dc87708b 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,5 +1,2 @@
-DIST libpaper-2.0.0.tar.gz 1221217 BLAKE2B 
ef2c08ff7dc537734d080a29560a711b196b05a3b0c4b375c8dc73d4dd9588156d325d233e27940fac96a18dfa6bf523128b53eb4c7098e561aa6054efb88408
 SHA512 
ca5c79969a8c5d56322a6993917d5aa47089bb396a144edd0d9040b0bdde78c8fb59468a3d4063ae1fb323a1b23fb28169616d153de65f9085351b9c9d47f8c0
-DIST libpaper-2.0.1.tar.gz 1229250 BLAKE2B 
67730d6783d8ab9c2f837f8f477ab8ea04be7df2b2f419e81d57834c86bfcdd373ecc29cbea51fee06ca102ea12c18646f96caafe7b7cc53580153d01873a329
 SHA512 
ccc77e2f7805e7e5f6b3e96acffa9aeb2854a21acbdbb40947251a6a8dca6f9d97db0c8e2859d2056d3b60b06200ef50d9cccae58f961ff77f234ad1ab3c32dc
-DIST libpaper-2.0.2.tar.gz 1287342 BLAKE2B 
8044f372205c41834e06eba5c2210fdb57be72867bfe3035c16451c241d659ad18fd42bcb2c1e49074bb4da5d7f7061abdb7e783c4025544e64c093207ec3d62
 SHA512 
8360dd91b4f0972bd25774ea531037192e7233ffaf4295e4cde906c1085e32d61d35fa2c73636960ea105ab40836b9a505a057633115b287e4e54cd587980424
 DIST libpaper-2.0.3.tar.gz 1286822 BLAKE2B 
c3ac1628cb44155326626ddd5b7858a8192a4d23e888b152045001f3b8395ca46e0c82000838df13dd391dc187e10f82f843f75497dfb4c13e445f3587dea422
 SHA512 
c2af8f98a02b772ef3fb86b4f2bc50277f9fb720a070adc7a90da65881a5fc340b0841b198c50066001f4572123435305e0db4404365f9b9362d08280b7f6dd9
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.0.ebuild 
b/app-text/libpaper/libpaper-2.0.0.ebuild
deleted file mode 100644
index 4891072cc566..
--- a/app-text/libpaper/libpaper-2.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# paperspecs is public-domain
-LICENSE="LGPL-3+ public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   sys-apps/help2man
-"
-
-# False positive (runs within a conditional)
-QA_AM_MAINTAINER_MODE=".*help2man.*"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-
-   dodir /etc
-   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
-   || die "papersize config failed"
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   elog "Run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
-   fi
-}

diff --git a/app-text/libpaper/libpaper-2.0.1.ebuild 
b/app-text/libpaper/libpaper-2.0.1.ebuild
deleted file mode 100644
index 783a81dd4d19..
--- a/app-text/libpaper/libpaper-2.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# See README.
-# paperspecs is public-domain
-LICENSE="LGPL-2.1+ GPL-2 public-domain"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-
-   dodir /etc
-   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize 

[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-11-03 Thread Sam James
commit: 0781c5359f5d4ffdf8db00264d9be7cbdadd31fe
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  3 05:44:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  3 06:14:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0781c535

app-text/libpaper: add 2.0.2

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index b96196522fb3..6b977695c395 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,3 +1,4 @@
 DIST libpaper-2.0.0.tar.gz 1221217 BLAKE2B 
ef2c08ff7dc537734d080a29560a711b196b05a3b0c4b375c8dc73d4dd9588156d325d233e27940fac96a18dfa6bf523128b53eb4c7098e561aa6054efb88408
 SHA512 
ca5c79969a8c5d56322a6993917d5aa47089bb396a144edd0d9040b0bdde78c8fb59468a3d4063ae1fb323a1b23fb28169616d153de65f9085351b9c9d47f8c0
 DIST libpaper-2.0.1.tar.gz 1229250 BLAKE2B 
67730d6783d8ab9c2f837f8f477ab8ea04be7df2b2f419e81d57834c86bfcdd373ecc29cbea51fee06ca102ea12c18646f96caafe7b7cc53580153d01873a329
 SHA512 
ccc77e2f7805e7e5f6b3e96acffa9aeb2854a21acbdbb40947251a6a8dca6f9d97db0c8e2859d2056d3b60b06200ef50d9cccae58f961ff77f234ad1ab3c32dc
+DIST libpaper-2.0.2.tar.gz 1287342 BLAKE2B 
8044f372205c41834e06eba5c2210fdb57be72867bfe3035c16451c241d659ad18fd42bcb2c1e49074bb4da5d7f7061abdb7e783c4025544e64c093207ec3d62
 SHA512 
8360dd91b4f0972bd25774ea531037192e7233ffaf4295e4cde906c1085e32d61d35fa2c73636960ea105ab40836b9a505a057633115b287e4e54cd587980424
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.2.ebuild 
b/app-text/libpaper/libpaper-2.0.2.ebuild
new file mode 100644
index ..0f203901be65
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-10-26 Thread Sam James
commit: 7b74219e5e8fefbb3d2391732633efb3cfe25cc4
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 27 04:51:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 27 05:07:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b74219e

app-text/libpaper: add 2.0.1

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index c674e98ddf2d..b96196522fb3 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,2 +1,3 @@
 DIST libpaper-2.0.0.tar.gz 1221217 BLAKE2B 
ef2c08ff7dc537734d080a29560a711b196b05a3b0c4b375c8dc73d4dd9588156d325d233e27940fac96a18dfa6bf523128b53eb4c7098e561aa6054efb88408
 SHA512 
ca5c79969a8c5d56322a6993917d5aa47089bb396a144edd0d9040b0bdde78c8fb59468a3d4063ae1fb323a1b23fb28169616d153de65f9085351b9c9d47f8c0
+DIST libpaper-2.0.1.tar.gz 1229250 BLAKE2B 
67730d6783d8ab9c2f837f8f477ab8ea04be7df2b2f419e81d57834c86bfcdd373ecc29cbea51fee06ca102ea12c18646f96caafe7b7cc53580153d01873a329
 SHA512 
ccc77e2f7805e7e5f6b3e96acffa9aeb2854a21acbdbb40947251a6a8dca6f9d97db0c8e2859d2056d3b60b06200ef50d9cccae58f961ff77f234ad1ab3c32dc
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.1.ebuild 
b/app-text/libpaper/libpaper-2.0.1.ebuild
new file mode 100644
index ..783a81dd4d19
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# See README.
+# paperspecs is public-domain
+LICENSE="LGPL-2.1+ GPL-2 public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+
+   dodir /etc
+   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
+   || die "papersize config failed"
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "Run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-09-15 Thread Sam James
commit: 7b7468d32f78ce2b30d2dabf324dfc728af9cbb1
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 15 13:14:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 15 13:14:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7468d3

app-text/libpaper: drop 1.2.3, 1.2.4

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  2 --
 app-text/libpaper/libpaper-1.2.3.ebuild | 40 -
 app-text/libpaper/libpaper-1.2.4.ebuild | 40 -
 3 files changed, 82 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 0c63f4451a96..c674e98ddf2d 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,4 +1,2 @@
-DIST libpaper-1.2.3.tar.gz 1221218 BLAKE2B 
55b209896e50f177b9dbd04a53a1663846a2d43c91487d62b1161a09416cbeaf3057ec5c79248a3d54eb35a61081d8e1d8fe0fb80304b03bf3a1b5151f21f2c3
 SHA512 
768e15f57e6c2ab6805c175ba0eebf1d130b8ff16b1c929e6557c5d8ceb7c94ead4e38cfc48021a5059e55cf43595729e8c04c9eee7949bdd516c8267fb7a6af
-DIST libpaper-1.2.4.tar.gz 1221202 BLAKE2B 
bdcf4372caa045207acdb28c10e7981c3f23f12ef54c989395be2efe38ece51f437fa5bf50618aae7276a864bffc0eef81ab4727b912d63673615f12bf1f2cad
 SHA512 
1baed66c4ecc725f3eae6dda0b4401c17baf23ef846486c1249f075a6e01537c1050d9617e929cff7a38d2b32fd1f8e1e7d7e090eae300434544a92b210a0fca
 DIST libpaper-2.0.0.tar.gz 1221217 BLAKE2B 
ef2c08ff7dc537734d080a29560a711b196b05a3b0c4b375c8dc73d4dd9588156d325d233e27940fac96a18dfa6bf523128b53eb4c7098e561aa6054efb88408
 SHA512 
ca5c79969a8c5d56322a6993917d5aa47089bb396a144edd0d9040b0bdde78c8fb59468a3d4063ae1fb323a1b23fb28169616d153de65f9085351b9c9d47f8c0
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-1.2.3.ebuild 
b/app-text/libpaper/libpaper-1.2.3.ebuild
deleted file mode 100644
index df529ad758d3..
--- a/app-text/libpaper/libpaper-1.2.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# paperspecs is public-domain
-LICENSE="LGPL-3+ public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   sys-apps/help2man
-"
-
-# False positive (runs within a conditional)
-QA_AM_MAINTAINER_MODE=".*help2man.*"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-
-   dodir /etc
-   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
-   || die "papersize config failed"
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   elog "Run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
-   fi
-}

diff --git a/app-text/libpaper/libpaper-1.2.4.ebuild 
b/app-text/libpaper/libpaper-1.2.4.ebuild
deleted file mode 100644
index df529ad758d3..
--- a/app-text/libpaper/libpaper-1.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://github.com/rrthomas/libpaper;
-SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
-
-# paperspecs is public-domain
-LICENSE="LGPL-3+ public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   sys-apps/help2man
-"
-
-# False positive (runs within a conditional)
-QA_AM_MAINTAINER_MODE=".*help2man.*"
-
-src_configure() {
-   econf --enable-relocatable
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-
-   dodir /etc
-   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
-   || die "papersize config failed"
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   elog "Run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-09-15 Thread Sam James
commit: fc96b90fd1b2b7a53a450b567685e278d1e78645
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 15 13:14:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 15 13:14:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc96b90f

app-text/libpaper: add 2.0.0

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-2.0.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 47f83793461d..0c63f4451a96 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,3 +1,4 @@
 DIST libpaper-1.2.3.tar.gz 1221218 BLAKE2B 
55b209896e50f177b9dbd04a53a1663846a2d43c91487d62b1161a09416cbeaf3057ec5c79248a3d54eb35a61081d8e1d8fe0fb80304b03bf3a1b5151f21f2c3
 SHA512 
768e15f57e6c2ab6805c175ba0eebf1d130b8ff16b1c929e6557c5d8ceb7c94ead4e38cfc48021a5059e55cf43595729e8c04c9eee7949bdd516c8267fb7a6af
 DIST libpaper-1.2.4.tar.gz 1221202 BLAKE2B 
bdcf4372caa045207acdb28c10e7981c3f23f12ef54c989395be2efe38ece51f437fa5bf50618aae7276a864bffc0eef81ab4727b912d63673615f12bf1f2cad
 SHA512 
1baed66c4ecc725f3eae6dda0b4401c17baf23ef846486c1249f075a6e01537c1050d9617e929cff7a38d2b32fd1f8e1e7d7e090eae300434544a92b210a0fca
+DIST libpaper-2.0.0.tar.gz 1221217 BLAKE2B 
ef2c08ff7dc537734d080a29560a711b196b05a3b0c4b375c8dc73d4dd9588156d325d233e27940fac96a18dfa6bf523128b53eb4c7098e561aa6054efb88408
 SHA512 
ca5c79969a8c5d56322a6993917d5aa47089bb396a144edd0d9040b0bdde78c8fb59468a3d4063ae1fb323a1b23fb28169616d153de65f9085351b9c9d47f8c0
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-2.0.0.ebuild 
b/app-text/libpaper/libpaper-2.0.0.ebuild
new file mode 100644
index ..4891072cc566
--- /dev/null
+++ b/app-text/libpaper/libpaper-2.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# paperspecs is public-domain
+LICENSE="LGPL-3+ public-domain"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   sys-apps/help2man
+"
+
+# False positive (runs within a conditional)
+QA_AM_MAINTAINER_MODE=".*help2man.*"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+
+   dodir /etc
+   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
+   || die "papersize config failed"
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "Run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-09-12 Thread Sam James
commit: 7771b8705df0fa8ae6eef155b67efc401eba5094
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 18:14:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 18:27:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7771b870

app-text/libpaper: add 1.2.4

Closes: https://bugs.gentoo.org/869428
Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-1.2.4.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 8fd05463a034..47f83793461d 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,2 +1,3 @@
 DIST libpaper-1.2.3.tar.gz 1221218 BLAKE2B 
55b209896e50f177b9dbd04a53a1663846a2d43c91487d62b1161a09416cbeaf3057ec5c79248a3d54eb35a61081d8e1d8fe0fb80304b03bf3a1b5151f21f2c3
 SHA512 
768e15f57e6c2ab6805c175ba0eebf1d130b8ff16b1c929e6557c5d8ceb7c94ead4e38cfc48021a5059e55cf43595729e8c04c9eee7949bdd516c8267fb7a6af
+DIST libpaper-1.2.4.tar.gz 1221202 BLAKE2B 
bdcf4372caa045207acdb28c10e7981c3f23f12ef54c989395be2efe38ece51f437fa5bf50618aae7276a864bffc0eef81ab4727b912d63673615f12bf1f2cad
 SHA512 
1baed66c4ecc725f3eae6dda0b4401c17baf23ef846486c1249f075a6e01537c1050d9617e929cff7a38d2b32fd1f8e1e7d7e090eae300434544a92b210a0fca
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-1.2.4.ebuild 
b/app-text/libpaper/libpaper-1.2.4.ebuild
new file mode 100644
index ..df529ad758d3
--- /dev/null
+++ b/app-text/libpaper/libpaper-1.2.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# paperspecs is public-domain
+LICENSE="LGPL-3+ public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   sys-apps/help2man
+"
+
+# False positive (runs within a conditional)
+QA_AM_MAINTAINER_MODE=".*help2man.*"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+
+   dodir /etc
+   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
+   || die "papersize config failed"
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "Run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-09-10 Thread Arthur Zamarin
commit: b2a5cf289aaeff8adaa0ee2df30cfcffa512bfe1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 10 18:51:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 10 18:51:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a5cf28

app-text/libpaper: add missing bdep on help2man

https://github.com/rrthomas/libpaper/blob/v1.2.3/configure.ac#L139

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libpaper/libpaper-1.2.3.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-text/libpaper/libpaper-1.2.3.ebuild 
b/app-text/libpaper/libpaper-1.2.3.ebuild
index 08482df1290f..df529ad758d3 100644
--- a/app-text/libpaper/libpaper-1.2.3.ebuild
+++ b/app-text/libpaper/libpaper-1.2.3.ebuild
@@ -12,6 +12,10 @@ LICENSE="LGPL-3+ public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
+BDEPEND="
+   sys-apps/help2man
+"
+
 # False positive (runs within a conditional)
 QA_AM_MAINTAINER_MODE=".*help2man.*"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-09-09 Thread Sam James
commit: afbcd293a3db99eb932f2e3205daf1b66e8c19ec
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  9 14:39:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  9 14:39:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbcd293

app-text/libpaper: adjust QA_AM_MAINTAINER_MODE for non-merged /usr

Closes: https://bugs.gentoo.org/869281
Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.2.3.ebuild 
b/app-text/libpaper/libpaper-1.2.3.ebuild
index 65b78bfd5bed..08482df1290f 100644
--- a/app-text/libpaper/libpaper-1.2.3.ebuild
+++ b/app-text/libpaper/libpaper-1.2.3.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # False positive (runs within a conditional)
-QA_AM_MAINTAINER_MODE=".*/usr/sbin/help2man.*"
+QA_AM_MAINTAINER_MODE=".*help2man.*"
 
 src_configure() {
econf --enable-relocatable



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-09-08 Thread Sam James
commit: b9cb78c30266842046109d43bb008ecdad05afb1
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  9 02:15:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  9 02:26:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cb78c3

app-text/libpaper: add 1.2.3 (fork)

Needed for newer app-text/psutils.

Bug: https://bugs.gentoo.org/869242
Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-1.2.3.ebuild | 36 +
 app-text/libpaper/metadata.xml  | 11 ++
 3 files changed, 44 insertions(+), 4 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 282dc63f7330..8fd05463a034 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1 +1,2 @@
+DIST libpaper-1.2.3.tar.gz 1221218 BLAKE2B 
55b209896e50f177b9dbd04a53a1663846a2d43c91487d62b1161a09416cbeaf3057ec5c79248a3d54eb35a61081d8e1d8fe0fb80304b03bf3a1b5151f21f2c3
 SHA512 
768e15f57e6c2ab6805c175ba0eebf1d130b8ff16b1c929e6557c5d8ceb7c94ead4e38cfc48021a5059e55cf43595729e8c04c9eee7949bdd516c8267fb7a6af
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-1.2.3.ebuild 
b/app-text/libpaper/libpaper-1.2.3.ebuild
new file mode 100644
index ..65b78bfd5bed
--- /dev/null
+++ b/app-text/libpaper/libpaper-1.2.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="https://github.com/rrthomas/libpaper;
+SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz;
+
+# paperspecs is public-domain
+LICENSE="LGPL-3+ public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# False positive (runs within a conditional)
+QA_AM_MAINTAINER_MODE=".*/usr/sbin/help2man.*"
+
+src_configure() {
+   econf --enable-relocatable
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+
+   dodir /etc
+   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
+   || die "papersize config failed"
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "Run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
+   fi
+}

diff --git a/app-text/libpaper/metadata.xml b/app-text/libpaper/metadata.xml
index e2fedda90ee1..51e48c3b98f8 100644
--- a/app-text/libpaper/metadata.xml
+++ b/app-text/libpaper/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   print...@gentoo.org
-   Gentoo Printing Project
-
+   
+   print...@gentoo.org
+   Gentoo Printing Project
+   
+   
+   rrthomas/libpaper
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2022-05-14 Thread WANG Xuerui
commit: c06cbf30732c96ee6dc589047b6289192732118f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 10:27:48 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 10:28:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06cbf30

app-text/libpaper: keyword 1.1.28 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-text/libpaper/libpaper-1.1.28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index fb8f9a9d49d3..77ad56322488 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.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=7
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2021-08-02 Thread Andreas Sturmlechner
commit: 48aaa43e41ac08aaefec734d0df9b045cb4ff1cc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug  2 07:31:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug  2 07:31:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aaa43e

app-text/libpaper: Drop 1.1.24_p5

EAPI6--

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libpaper/Manifest  |  1 -
 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 69a68b1fba5..282dc63f733 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,2 +1 @@
-DIST libpaper_1.1.24+nmu5.tar.gz 49032 BLAKE2B 
27a684dc02d5d25c84a92161e7178d1f369444d50c316e7303579a2f8ede8590d4a19637b7066fcc8909f7942fa965d8421d468b28e99b8e963f4b2b170f2ab3
 SHA512 
4d20d454dd7d09dd7e84b9ccc3b0ff8d65d95e0ae3874ec41462f812882e7ead032310396801a47a32bfff112c4a9adaf2d8d3e6235a1fa6fbb853196a363c56
 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
deleted file mode 100644
index 04b3e1b4c65..000
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-MY_PV=${PV/_p/+nmu}
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="https://packages.debian.org/unstable/source/libpaper;
-SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=( README ChangeLog debian/changelog )
-
-src_prepare() {
-   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
-   eautoreconf
-   default
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-static
-}
-
-multilib_src_install_all() {
-   find "${ED}" -name '*.la' -exec rm -f {} +
-
-   einstalldocs
-
-   dodir /etc
-   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
-   || die "papersize config failed"
-
-   if ! has_version app-text/libpaper ; then
-   echo
-   elog "run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
-   echo
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2021-08-01 Thread Sam James
commit: 544ab4532ff55116baf4d12160c9fedcd56a03d6
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  2 02:24:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  2 02:24:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544ab453

app-text/libpaper: Stabilize 1.1.28 arm64, #801019

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index 5e4f7ebebda..fb8f9a9d49d 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2021-07-20 Thread Sergei Trofimovich
commit: 61e92df93d653ec0b1f21a82de1b49cfadd615d8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul 20 08:10:27 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 20 08:10:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e92df9

app-text/libpaper: stable 1.1.28 for ppc/ppc64

stable wrt bug #801019 (STABLEREQ)
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index e23632cf869..5e4f7ebebda 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2021-07-18 Thread Sergei Trofimovich
commit: 9fcfd47bafad45ad7e33c692993e0bfe6991817d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 18 12:47:08 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 18 13:14:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcfd47b

app-text/libpaper: stable 1.1.28 for hppa, bug #801019

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index de32e488ad5..e23632cf869 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2021-07-17 Thread Sam James
commit: 5a49f235d678b8db2a301c3a3ed1a70367643848
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 17 23:13:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 17 23:13:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a49f235

app-text/libpaper: Stabilize 1.1.28 arm, #801019

Signed-off-by: Sam James  gentoo.org>

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index 87f52550286..de32e488ad5 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2021-07-16 Thread Agostino Sarubbo
commit: cccace695515499611afcab3a6e42f4e3156aa1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:51:36 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:51:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccace69

app-text/libpaper: x86 stable wrt bug #801019

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index cc38d52d59a..87f52550286 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2021-07-16 Thread Agostino Sarubbo
commit: e7f5ef06092f866cec83ae3d2b03723ca695849b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:51:13 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:51:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f5ef06

app-text/libpaper: sparc stable wrt bug #801019

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index 7de4869fd8a..cc38d52d59a 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2021-07-16 Thread Agostino Sarubbo
commit: 105432e02a5ab9beccb5897a5ef0ca75a94a239b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:50:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:50:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105432e0

app-text/libpaper: amd64 stable wrt bug #801019

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index cabd7abd8f9..7de4869fd8a 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-03-21 Thread Mikle Kolyada
commit: 9c9015a02b05605b05f30194a38ad1d83e7ab0a5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 21 10:48:55 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 21 10:49:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9015a0

app-text/libpaper: use https

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 app-text/libpaper/libpaper-1.1.28.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 6cd14f319b6..e0a0c079edb 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -7,7 +7,7 @@ inherit autotools multilib-minimal
 
 MY_PV=${PV/_p/+nmu}
 DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="http://packages.debian.org/unstable/source/libpaper;
+HOMEPAGE="https://packages.debian.org/unstable/source/libpaper;
 SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index 30cbd0b143c..54a62d4f557 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools multilib-minimal
 
 DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="http://packages.debian.org/unstable/source/libpaper;
+HOMEPAGE="https://packages.debian.org/unstable/source/libpaper;
 SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-03-21 Thread Mikle Kolyada
commit: 404f4e19d5c192031a9a641facbc572f91caa914
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 21 10:47:51 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 21 10:49:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404f4e19

app-text/libpaper: Version bump (v1.1.28)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/libpaper/Manifest   |  1 +
 app-text/libpaper/libpaper-1.1.28.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 9e26f125fb4..69a68b1fba5 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1 +1,2 @@
 DIST libpaper_1.1.24+nmu5.tar.gz 49032 BLAKE2B 
27a684dc02d5d25c84a92161e7178d1f369444d50c316e7303579a2f8ede8590d4a19637b7066fcc8909f7942fa965d8421d468b28e99b8e963f4b2b170f2ab3
 SHA512 
4d20d454dd7d09dd7e84b9ccc3b0ff8d65d95e0ae3874ec41462f812882e7ead032310396801a47a32bfff112c4a9adaf2d8d3e6235a1fa6fbb853196a363c56
+DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 
48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422
 SHA512 
3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
new file mode 100644
index 000..30cbd0b143c
--- /dev/null
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="http://packages.debian.org/unstable/source/libpaper;
+SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+DOCS=( README ChangeLog debian/changelog )
+
+src_prepare() {
+   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
+   eautoreconf
+   default
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-static
+}
+
+multilib_src_install_all() {
+   find "${ED}" -name '*.la' -exec rm -f {} +
+
+   einstalldocs
+
+   dodir /etc
+   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
+   || die "papersize config failed"
+
+   if ! has_version app-text/libpaper ; then
+   echo
+   elog "run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
+   echo
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-03-21 Thread Mikle Kolyada
commit: 8cfe4af016f34465f371c7afc1496876d9524d6c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 21 10:24:03 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 21 10:24:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfe4af0

app-text/libpaper: Drop old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/libpaper/Manifest  |  1 -
 app-text/libpaper/libpaper-1.1.24-r2.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 01c33d1cd47..9e26f125fb4 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1,2 +1 @@
 DIST libpaper_1.1.24+nmu5.tar.gz 49032 BLAKE2B 
27a684dc02d5d25c84a92161e7178d1f369444d50c316e7303579a2f8ede8590d4a19637b7066fcc8909f7942fa965d8421d468b28e99b8e963f4b2b170f2ab3
 SHA512 
4d20d454dd7d09dd7e84b9ccc3b0ff8d65d95e0ae3874ec41462f812882e7ead032310396801a47a32bfff112c4a9adaf2d8d3e6235a1fa6fbb853196a363c56
-DIST libpaper_1.1.24.tar.gz 355272 BLAKE2B 
28617744c7361a5d51bad3eda876b3a2c03e5aad0b381aeae037a7280c88dde7cf3c3a457e7aed2dbd86b116ae6ce2469f65edc0eedbb0c2df68451813a5a579
 SHA512 
f90816723dafa9ce0aef652e027b13174d2430208003d3715d6f96226130bc66cfc36465f1a5a3f855697708c389f219b964a5534a64a8c98ac53662040df67b

diff --git a/app-text/libpaper/libpaper-1.1.24-r2.ebuild 
b/app-text/libpaper/libpaper-1.1.24-r2.ebuild
deleted file mode 100644
index 47e01e77634..000
--- a/app-text/libpaper/libpaper-1.1.24-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools ltprune multilib-minimal
-
-MY_PV=${PV/_p/+nmu}
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="http://packages.debian.org/unstable/source/libpaper;
-SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=( README ChangeLog debian/changelog )
-
-src_prepare() {
-   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-static
-}
-
-multilib_src_install_all() {
-   prune_libtool_files --all
-   einstalldocs
-
-   dodir /etc
-   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
-   || die "papersize config failed"
-
-   if ! has_version app-text/libpaper ; then
-   echo
-   elog "run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
-   echo
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-03-21 Thread Mikle Kolyada
commit: cab714d5b2a3ba25a76074cd5101fd7770d3af24
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 21 10:22:25 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 21 10:22:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab714d5

app-text/libpaper: m68k stable wrt bug #704422

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="m68k"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 790056b338c..6cd14f319b6 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-03-21 Thread Mikle Kolyada
commit: 78d168cd4ad94a0cf6b732fc7475bd4c680178c7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 21 10:22:02 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 21 10:22:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d168cd

app-text/libpaper: sh stable wrt bug #704422

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index f87d1566dfa..790056b338c 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-03-17 Thread Mart Raudsepp
commit: 4b8fbaca61d635f4debae90d81cdb068a9dfb4e6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 17 08:30:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 17 08:30:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8fbaca

app-text/libpaper: arm64 stable (bug #704422)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index f3674246298..f87d1566dfa 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-13 Thread Sergei Trofimovich
commit: f08ab8e280a5a60954301bc1669bd11dd540d3fe
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 13 20:36:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 13 20:58:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08ab8e2

app-text/libpaper: stable 1.1.24_p5 for hppa, bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 4ed44d96c20..f3674246298 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-12 Thread Agostino Sarubbo
commit: 049aa9fea8593b154bf7dfef0d493bc43fb831e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 12 16:13:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 12 16:13:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049aa9fe

app-text/libpaper: s390 stable wrt bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 0c18fff8d81..4ed44d96c20 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-11 Thread Agostino Sarubbo
commit: be947834abec7761ce532cfe5c9ad9ca3e812c2a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:29:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:29:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be947834

app-text/libpaper: ppc stable wrt bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 697dba8e982..0c18fff8d81 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-11 Thread Agostino Sarubbo
commit: f4e361b0735aae8dbbca227f12632a207ea71167
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:08:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:08:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e361b0

app-text/libpaper: amd64 stable wrt bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 909d946c229..697dba8e982 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-11 Thread Agostino Sarubbo
commit: 20aa18947618e5ad5b315bbd0233c503ec348c38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:51:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:51:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20aa1894

app-text/libpaper: x86 stable wrt bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 01b63028405..909d946c229 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-11 Thread Agostino Sarubbo
commit: 0db20f7ea6f32ed5afb67a41a8ef8c0749dba8b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:43:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:43:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db20f7e

app-text/libpaper: sparc stable wrt bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 2d0b6fbdbf8..01b63028405 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-11 Thread Agostino Sarubbo
commit: a12b16f6ad96e7c47f56c737b72e38454304cb2e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 08:42:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 08:42:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12b16f6

app-text/libpaper: ppc64 stable wrt bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 607bc78be60..2d0b6fbdbf8 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-11 Thread Agostino Sarubbo
commit: 3a4f2f786426454cf497a1fd4e34e8d73215c699
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 08:40:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 08:40:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4f2f78

app-text/libpaper: ia64 stable wrt bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index b7478c96646..607bc78be60 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2020-02-10 Thread Agostino Sarubbo
commit: 03827fbd702ac05df1ad4d1169e145a3df2d6961
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 10 18:09:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 10 18:09:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03827fbd

app-text/libpaper: arm stable wrt bug #704422

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index eae4131557e..b7478c96646 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2018-12-27 Thread Fabian Groffen
commit: 19b09383d044ffeccbb2079ed8026487b9982c79
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec 27 18:24:21 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec 27 18:48:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b09383

app-text/libpaper: added prefix keywords, bug #667266

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
index 33ec218e981..7016e7ddeab 100644
--- a/app-text/libpaper/libpaper-1.1.24_p5.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/

2017-02-18 Thread Andreas Hüttel
commit: bc7678b30cb3170a34b57f48208d159180d2372a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Feb 18 12:29:16 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Feb 18 12:29:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7678b3

app-text/libpaper: Update to new patch release from Debian

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/libpaper/Manifest  |  1 +
 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 6d27788eb8..45a42de459 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1 +1,2 @@
+DIST libpaper_1.1.24+nmu5.tar.gz 49032 SHA256 
e29deda4cd7350189c71af0925cbf4a4473f9841d1419a922e1e8ff1954db1f2 SHA512 
4d20d454dd7d09dd7e84b9ccc3b0ff8d65d95e0ae3874ec41462f812882e7ead032310396801a47a32bfff112c4a9adaf2d8d3e6235a1fa6fbb853196a363c56
 WHIRLPOOL 
595e74f41f733a3ec0e8f79ff46182fb3f92f1e28306e79f4e7b78f91872124e26a30321b54da68c15be577037c6a2cc2f85be6051cc021993c7d59724769fcc
 DIST libpaper_1.1.24.tar.gz 355272 SHA256 
38ac28114673d4b175a939d981e0477a0ed9bcaab27033522ecb2ca78ee90c7e SHA512 
f90816723dafa9ce0aef652e027b13174d2430208003d3715d6f96226130bc66cfc36465f1a5a3f855697708c389f219b964a5534a64a8c98ac53662040df67b
 WHIRLPOOL 
74a7cb6dec146104988dd5c5e0b4bf7fb776bde086c4fecf658d949e17d6701fa1b23511a7be43f01a01dcfd7c0340f23c3c9ec1c51fb7718d6b0dbf1761e75d

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild 
b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
new file mode 100644
index 00..5936c71eae
--- /dev/null
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+MY_PV=${PV/_p/+nmu}
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="http://packages.debian.org/unstable/source/libpaper;
+SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+RDEPEND="abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20130224-r10
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+DEPEND=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+DOCS=( README ChangeLog debian/changelog )
+
+src_prepare() {
+   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
+   eautoreconf
+   default
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-static
+}
+
+multilib_src_install_all() {
+   find "${ED}" -name '*.la' -exec rm -f {} +
+
+   einstalldocs
+
+   dodir /etc
+   (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
+   || die "papersize config failed"
+
+   if ! has_version app-text/libpaper ; then
+   echo
+   elog "run e.g. \"paperconfig -p letter\" as root to use 
letter-pagesizes"
+   echo
+   fi
+}