Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/
Date: Sun, 19 Mar 2023 22:07:37
Message-Id: 1679263604.2d8befb5add1162b467c746439f6b9467fdf60ba.sam@gentoo
1 commit: 2d8befb5add1162b467c746439f6b9467fdf60ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 22:06:44 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 22:06:44 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8befb5
7
8 app-text/libpaper: drop 2.0.8, 2.0.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/libpaper/Manifest | 2 --
13 app-text/libpaper/libpaper-2.0.8.ebuild | 24 ------------------------
14 app-text/libpaper/libpaper-2.0.9.ebuild | 24 ------------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
18 index 0a97eec02845..fdb78efc81b3 100644
19 --- a/app-text/libpaper/Manifest
20 +++ b/app-text/libpaper/Manifest
21 @@ -1,5 +1,3 @@
22 DIST libpaper-2.0.10.tar.gz 1304460 BLAKE2B 89c0ab7348cff01e278a64fe984f51102146c38699d1036ae265343cc7174a2954974770384e625582669217f57992ed28dd1755867e2f7d00b7e423323f500c SHA512 629d357b4946aca324ca95024dbfd5d49a9e7110b6163eac72482c010c4cb84b50a50b5b119399090a49eaef58329bf3c497d3d871b7c9e46ae5c8e71364c2ce
23 DIST libpaper-2.0.4.tar.gz 1286975 BLAKE2B 2751422ca3176d1f47d98c74d948d986e6dcff15acbac126535f526312900650e25fa0a4d68ceebc5d718f5135be22a9f9407d690dc5d5e22eab9dc55b040fc8 SHA512 d603a807c8fdc57b704cdfdc90bedf05c54c8a7b67e8cf52f26298c22a6cee5291fcadc6e67d28b00cf9d68f4890a394e56c8e91f0b97c8edfac4662fe4dc8f0
24 -DIST libpaper-2.0.8.tar.gz 1304248 BLAKE2B d42b239b5e6d79fccc42508ab55e3d0a7b7f688c288aae7a75286332cd13d563e6164289195e7b67ef1216d5b4d4127a75dffe4bbe97080e093f89b64f48a57b SHA512 06318779cee2d1cf9bea090a5956f90bf8cccc0d753eb7c931615c0dcb321e012ea870a20613b84e7f4350ab608237a2d21d5170c119d8908c86a94e0cba1d1f
25 -DIST libpaper-2.0.9.tar.gz 1290212 BLAKE2B a1b54af2463c97d90b902fc31ae92347e47ff25d589712ab1f86cc46ccda0751b69733c37ab95bf4abbdad11639b133d812cf46760a04a5aff0ba8749e9a6bf6 SHA512 79d2f6d2b0c88f6edbfb1bbd9be43461cffaa05bfda67bc31b3b29c8f4988125cb7dbd2e982ac5b3b19315b6fea5757efc5c6f45a26b2e34d1569b050673788a
26 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422 SHA512 3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc
27
28 diff --git a/app-text/libpaper/libpaper-2.0.8.ebuild b/app-text/libpaper/libpaper-2.0.8.ebuild
29 deleted file mode 100644
30 index d77438c2f590..000000000000
31 --- a/app-text/libpaper/libpaper-2.0.8.ebuild
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 -# Copyright 1999-2023 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DESCRIPTION="Library for handling paper characteristics"
40 -HOMEPAGE="https://github.com/rrthomas/libpaper"
41 -SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz"
42 -
43 -# See README.
44 -# paperspecs is public-domain
45 -LICENSE="LGPL-2.1+ GPL-3+ public-domain"
46 -SLOT="0/$(ver_cut 1)"
47 -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"
48 -
49 -src_configure() {
50 - econf --enable-relocatable
51 -}
52 -
53 -src_install() {
54 - default
55 -
56 - find "${ED}" -type f -name '*.la' -delete || die
57 -}
58
59 diff --git a/app-text/libpaper/libpaper-2.0.9.ebuild b/app-text/libpaper/libpaper-2.0.9.ebuild
60 deleted file mode 100644
61 index d77438c2f590..000000000000
62 --- a/app-text/libpaper/libpaper-2.0.9.ebuild
63 +++ /dev/null
64 @@ -1,24 +0,0 @@
65 -# Copyright 1999-2023 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=8
69 -
70 -DESCRIPTION="Library for handling paper characteristics"
71 -HOMEPAGE="https://github.com/rrthomas/libpaper"
72 -SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz"
73 -
74 -# See README.
75 -# paperspecs is public-domain
76 -LICENSE="LGPL-2.1+ GPL-3+ public-domain"
77 -SLOT="0/$(ver_cut 1)"
78 -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"
79 -
80 -src_configure() {
81 - econf --enable-relocatable
82 -}
83 -
84 -src_install() {
85 - default
86 -
87 - find "${ED}" -type f -name '*.la' -delete || die
88 -}