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, 06 Nov 2022 04:00:06
Message-Id: 1667706023.71c48bf043d2efb58c93087124583a90e9c18e1a.sam@gentoo
1 commit: 71c48bf043d2efb58c93087124583a90e9c18e1a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 03:40:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 03:40:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c48bf0
7
8 app-text/libpaper: drop 2.0.0, 2.0.1, 2.0.2
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/libpaper/Manifest | 3 ---
13 app-text/libpaper/libpaper-2.0.0.ebuild | 40 ---------------------------------
14 app-text/libpaper/libpaper-2.0.1.ebuild | 34 ----------------------------
15 app-text/libpaper/libpaper-2.0.2.ebuild | 24 --------------------
16 4 files changed, 101 deletions(-)
17
18 diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
19 index 3dfa50c7b3ac..e681dc87708b 100644
20 --- a/app-text/libpaper/Manifest
21 +++ b/app-text/libpaper/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST libpaper-2.0.0.tar.gz 1221217 BLAKE2B ef2c08ff7dc537734d080a29560a711b196b05a3b0c4b375c8dc73d4dd9588156d325d233e27940fac96a18dfa6bf523128b53eb4c7098e561aa6054efb88408 SHA512 ca5c79969a8c5d56322a6993917d5aa47089bb396a144edd0d9040b0bdde78c8fb59468a3d4063ae1fb323a1b23fb28169616d153de65f9085351b9c9d47f8c0
24 -DIST libpaper-2.0.1.tar.gz 1229250 BLAKE2B 67730d6783d8ab9c2f837f8f477ab8ea04be7df2b2f419e81d57834c86bfcdd373ecc29cbea51fee06ca102ea12c18646f96caafe7b7cc53580153d01873a329 SHA512 ccc77e2f7805e7e5f6b3e96acffa9aeb2854a21acbdbb40947251a6a8dca6f9d97db0c8e2859d2056d3b60b06200ef50d9cccae58f961ff77f234ad1ab3c32dc
25 -DIST libpaper-2.0.2.tar.gz 1287342 BLAKE2B 8044f372205c41834e06eba5c2210fdb57be72867bfe3035c16451c241d659ad18fd42bcb2c1e49074bb4da5d7f7061abdb7e783c4025544e64c093207ec3d62 SHA512 8360dd91b4f0972bd25774ea531037192e7233ffaf4295e4cde906c1085e32d61d35fa2c73636960ea105ab40836b9a505a057633115b287e4e54cd587980424
26 DIST libpaper-2.0.3.tar.gz 1286822 BLAKE2B c3ac1628cb44155326626ddd5b7858a8192a4d23e888b152045001f3b8395ca46e0c82000838df13dd391dc187e10f82f843f75497dfb4c13e445f3587dea422 SHA512 c2af8f98a02b772ef3fb86b4f2bc50277f9fb720a070adc7a90da65881a5fc340b0841b198c50066001f4572123435305e0db4404365f9b9362d08280b7f6dd9
27 DIST libpaper_1.1.28.tar.gz 42356 BLAKE2B 48c4a28c6ff01bd91e257b6b306e787e5c6112052cff09bdb501d1cc4ddd10964c3588942098a6092d5a44391dfb22e10d5147d4c5012497f473473129ff7422 SHA512 3bf6ebb0af89931d2f72ea4a09a7fa958b2facda5f238983ec7bac39652e08614b33f0de3af74a03457b2a4203eee4950bf18a4b726e79aa64093ace6a1fb0bc
28
29 diff --git a/app-text/libpaper/libpaper-2.0.0.ebuild b/app-text/libpaper/libpaper-2.0.0.ebuild
30 deleted file mode 100644
31 index 4891072cc566..000000000000
32 --- a/app-text/libpaper/libpaper-2.0.0.ebuild
33 +++ /dev/null
34 @@ -1,40 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DESCRIPTION="Library for handling paper characteristics"
41 -HOMEPAGE="https://github.com/rrthomas/libpaper"
42 -SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz"
43 -
44 -# paperspecs is public-domain
45 -LICENSE="LGPL-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 -BDEPEND="
50 - sys-apps/help2man
51 -"
52 -
53 -# False positive (runs within a conditional)
54 -QA_AM_MAINTAINER_MODE=".*help2man.*"
55 -
56 -src_configure() {
57 - econf --enable-relocatable
58 -}
59 -
60 -src_install() {
61 - default
62 -
63 - find "${ED}" -type f -name '*.la' -delete || die
64 -
65 - dodir /etc
66 - (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
67 - || die "papersize config failed"
68 -}
69 -
70 -pkg_postinst() {
71 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
72 - elog "Run e.g. \"paperconfig -p letter\" as root to use letter-pagesizes"
73 - fi
74 -}
75
76 diff --git a/app-text/libpaper/libpaper-2.0.1.ebuild b/app-text/libpaper/libpaper-2.0.1.ebuild
77 deleted file mode 100644
78 index 783a81dd4d19..000000000000
79 --- a/app-text/libpaper/libpaper-2.0.1.ebuild
80 +++ /dev/null
81 @@ -1,34 +0,0 @@
82 -# Copyright 1999-2022 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=8
86 -
87 -DESCRIPTION="Library for handling paper characteristics"
88 -HOMEPAGE="https://github.com/rrthomas/libpaper"
89 -SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz"
90 -
91 -# See README.
92 -# paperspecs is public-domain
93 -LICENSE="LGPL-2.1+ GPL-2 public-domain"
94 -SLOT="0/$(ver_cut 1)"
95 -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"
96 -
97 -src_configure() {
98 - econf --enable-relocatable
99 -}
100 -
101 -src_install() {
102 - default
103 -
104 - find "${ED}" -type f -name '*.la' -delete || die
105 -
106 - dodir /etc
107 - (paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
108 - || die "papersize config failed"
109 -}
110 -
111 -pkg_postinst() {
112 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
113 - elog "Run e.g. \"paperconfig -p letter\" as root to use letter-pagesizes"
114 - fi
115 -}
116
117 diff --git a/app-text/libpaper/libpaper-2.0.2.ebuild b/app-text/libpaper/libpaper-2.0.2.ebuild
118 deleted file mode 100644
119 index 0f203901be65..000000000000
120 --- a/app-text/libpaper/libpaper-2.0.2.ebuild
121 +++ /dev/null
122 @@ -1,24 +0,0 @@
123 -# Copyright 1999-2022 Gentoo Authors
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI=8
127 -
128 -DESCRIPTION="Library for handling paper characteristics"
129 -HOMEPAGE="https://github.com/rrthomas/libpaper"
130 -SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz"
131 -
132 -# See README.
133 -# paperspecs is public-domain
134 -LICENSE="LGPL-2.1+ GPL-3+ public-domain"
135 -SLOT="0/$(ver_cut 1)"
136 -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"
137 -
138 -src_configure() {
139 - econf --enable-relocatable
140 -}
141 -
142 -src_install() {
143 - default
144 -
145 - find "${ED}" -type f -name '*.la' -delete || die
146 -}