public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/
Date: Thu,  7 Sep 2023 23:26:22 +0000 (UTC)	[thread overview]
Message-ID: <1694128997.8416ea6020d8b125e516554367bb80b7835879ac.sam@gentoo> (raw)

commit:     8416ea6020d8b125e516554367bb80b7835879ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  7 23:23:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  7 23:23:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8416ea60

app-text/libpaper: add 2.1.1

Signed-off-by: Sam James <sam <AT> 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 000000000000..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
+}


             reply	other threads:[~2023-09-07 23:26 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-07 23:26 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-20 17:42 [gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/ Andreas Sturmlechner
2024-11-20 14:36 Sam James
2024-10-15  5:22 Sam James
2024-10-03 16:11 Arthur Zamarin
2024-10-03 10:34 Sam James
2024-10-02 22:53 Sam James
2024-10-02 22:53 Sam James
2024-10-02 22:53 Sam James
2024-10-02 20:50 Sam James
2024-02-02  1:24 Sam James
2024-02-02  1:24 Sam James
2023-12-10 12:55 Arthur Zamarin
2023-12-10 10:02 Arthur Zamarin
2023-12-09 21:22 Sam James
2023-12-09 20:53 Arthur Zamarin
2023-12-09 20:53 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin
2023-12-09 19:57 Arthur Zamarin
2023-12-09 19:57 Arthur Zamarin
2023-10-16  9:25 Sam James
2023-09-08  8:55 David Seifert
2023-09-07 23:03 Sam James
2023-09-07 23:03 Sam James
2023-09-07 23:03 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-05-13  7:15 Arthur Zamarin
2023-05-13  3:17 Sam James
2023-05-13  3:17 Sam James
2023-05-13  3:17 Sam James
2023-05-13  0:56 Sam James
2023-05-13  0:56 Sam James
2023-05-13  0:56 Sam James
2023-05-13  0:56 Sam James
2023-04-13 19:07 Sam James
2023-04-13  3:45 Sam James
2023-03-24 13:20 Arthur Zamarin
2023-03-24 13:16 Arthur Zamarin
2023-03-19 22:35 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:07 Sam James
2023-02-24 12:03 Sam James
2023-02-19 19:31 Sam James
2023-02-12 19:39 Sam James
2023-02-12 19:39 Sam James
2023-02-12 19:39 Sam James
2023-02-05 19:54 Sam James
2023-02-05 19:54 Sam James
2023-01-27  5:47 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2022-11-15 18:39 Sam James
2022-11-06  3:59 Sam James
2022-11-03  6:15 Sam James
2022-10-27  5:08 Sam James
2022-09-15 13:20 Sam James
2022-09-15 13:20 Sam James
2022-09-12 18:33 Sam James
2022-09-10 18:52 Arthur Zamarin
2022-09-09 14:43 Sam James
2022-09-09  2:27 Sam James
2022-05-14 10:30 WANG Xuerui
2021-08-02  7:34 Andreas Sturmlechner
2021-08-02  2:24 Sam James
2021-07-20  8:10 Sergei Trofimovich
2021-07-18 13:14 Sergei Trofimovich
2021-07-17 23:14 Sam James
2021-07-16  6:51 Agostino Sarubbo
2021-07-16  6:51 Agostino Sarubbo
2021-07-16  6:50 Agostino Sarubbo
2020-03-21 10:49 Mikle Kolyada
2020-03-21 10:49 Mikle Kolyada
2020-03-21 10:24 Mikle Kolyada
2020-03-21 10:24 Mikle Kolyada
2020-03-21 10:24 Mikle Kolyada
2020-03-17  8:34 Mart Raudsepp
2020-02-13 20:58 Sergei Trofimovich
2020-02-12 16:14 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2020-02-11  9:43 Agostino Sarubbo
2020-02-11  8:43 Agostino Sarubbo
2020-02-11  8:40 Agostino Sarubbo
2020-02-10 18:10 Agostino Sarubbo
2018-12-27 18:48 Fabian Groffen
2017-02-18 12:29 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1694128997.8416ea6020d8b125e516554367bb80b7835879ac.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox