Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfarranger/
Date: Sat, 25 Dec 2021 07:34:00
Message-Id: 1640417625.95880637676ff4e11a4c7d0928aeb04d725d18d7.grozin@gentoo
1 commit: 95880637676ff4e11a4c7d0928aeb04d725d18d7
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 25 07:33:45 2021 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 07:33:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95880637
7
8 app-text/pdfarranger: remove old versions
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 app-text/pdfarranger/Manifest | 2 --
14 app-text/pdfarranger/pdfarranger-1.6.2.ebuild | 50 --------------------------
15 app-text/pdfarranger/pdfarranger-1.7.0.ebuild | 51 ---------------------------
16 3 files changed, 103 deletions(-)
17
18 diff --git a/app-text/pdfarranger/Manifest b/app-text/pdfarranger/Manifest
19 index fe65ce3ba40c..95f58ef71860 100644
20 --- a/app-text/pdfarranger/Manifest
21 +++ b/app-text/pdfarranger/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST pdfarranger-1.6.2.tar.gz 197726 BLAKE2B aee8ee7d32603f20bc01d9f5f77290390e8a038bf79e3c4f689a71ec1c3e454784b2225b43d33bdfd7897785827141cfe1770dcf41d233c4ec1f3865d6f1e3c0 SHA512 610c4dfaa141cfb8caebfc72b524cda05455ed4a5c1e336772655bd02ceac25fafedb439dbe83e87c88da189147eaf91149e9af92ec745a52f8a24fcee5fd390
24 -DIST pdfarranger-1.7.0.tar.gz 236125 BLAKE2B f16eb23fb597a22a48f075ee6435c74d51a4c45d35e03ec02b2b2353c29ad327f36f6af9ef028ddc53777ecae069e62437728308cda2a6296bd520c2a54e1220 SHA512 8f3c804119d5e4aa78cdae1964757be3404977a68dacccddea0e3e598c531a0ae163567709358ccd60764bebf3a55b5ed1bfbd2e0392c97569ffd9a18f549552
25 DIST pdfarranger-1.7.1.tar.gz 236699 BLAKE2B b82a1f2309cc326bfba33458aaccee5396597a5c937c67baba767632cadddfae4f7ad21e0c86300c889f8e6d5f7dba9c6483b11bc97c83077e5ab01596b76617 SHA512 1adb5700b6497db95c3f727d1c18fc7b98ecc382cf15bc58bb7ce784d094e0d8cd45a26241e06a593eeb7601aa9f32ebba7d7f0f3a816e9384be09102eb0b4db
26 DIST pdfarranger-1.8.1.tar.gz 258488 BLAKE2B e595735fceb156a9fb0dd1221e290f990dc2ee57b623278d9adac69308d0a3258849366d04541d5e7fc4db3605c4478f3e822274de4291286e888d7ae0b8f603 SHA512 de2d48816a362b082b66853f8a7bdc0f3aab78ca4a033ce44752ad755c22b23bcc6ecb796d7e2f3dd29525450807821b55b396dc2922e4092c79c84b8a703425
27
28 diff --git a/app-text/pdfarranger/pdfarranger-1.6.2.ebuild b/app-text/pdfarranger/pdfarranger-1.6.2.ebuild
29 deleted file mode 100644
30 index 628b8bc4e6f5..000000000000
31 --- a/app-text/pdfarranger/pdfarranger-1.6.2.ebuild
32 +++ /dev/null
33 @@ -1,50 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -inherit distutils-r1 optfeature xdg-utils desktop
42 -
43 -DESCRIPTION="Merge or split pdfs; rearrange, rotate, crop pages."
44 -HOMEPAGE="https://github.com/jeromerobert/pdfarranger"
45 -SRC_URI="https://github.com/jeromerobert/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="amd64"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - app-text/poppler[introspection,cairo]
54 - dev-python/pikepdf[${PYTHON_USEDEP}]
55 - dev-python/pycairo[${PYTHON_USEDEP}]
56 - dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
57 - x11-libs/gtk+:3[introspection]
58 - x11-libs/pango[introspection]
59 -"
60 -DEPEND="${RDEPEND}
61 - dev-python/python-distutils-extra[${PYTHON_USEDEP}]
62 -"
63 -
64 -src_install() {
65 - distutils-r1_src_install
66 - for x in 16 32 48 256 scalable
67 - do doicon -s ${x} data/icons/hicolor/${x}*/*
68 - done
69 -}
70 -
71 -pkg_postinst() {
72 - optfeature "image file import" media-gfx/img2pdf
73 -
74 - xdg_desktop_database_update
75 - xdg_icon_cache_update
76 - xdg_mimeinfo_database_update
77 -}
78 -
79 -pkg_postrm() {
80 - xdg_desktop_database_update
81 - xdg_icon_cache_update
82 - xdg_mimeinfo_database_update
83 -}
84
85 diff --git a/app-text/pdfarranger/pdfarranger-1.7.0.ebuild b/app-text/pdfarranger/pdfarranger-1.7.0.ebuild
86 deleted file mode 100644
87 index 7fe6453a815f..000000000000
88 --- a/app-text/pdfarranger/pdfarranger-1.7.0.ebuild
89 +++ /dev/null
90 @@ -1,51 +0,0 @@
91 -# Copyright 1999-2021 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -
96 -PYTHON_COMPAT=( python3_{7..9} )
97 -DISTUTILS_USE_SETUPTOOLS=rdepend
98 -inherit distutils-r1 optfeature xdg-utils desktop
99 -
100 -DESCRIPTION="Merge or split pdfs; rearrange, rotate, crop pages."
101 -HOMEPAGE="https://github.com/jeromerobert/pdfarranger"
102 -SRC_URI="https://github.com/jeromerobert/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="GPL-3"
105 -SLOT="0"
106 -KEYWORDS="~amd64"
107 -IUSE=""
108 -
109 -RDEPEND="
110 - app-text/poppler[introspection,cairo]
111 - dev-python/pikepdf[${PYTHON_USEDEP}]
112 - dev-python/pycairo[${PYTHON_USEDEP}]
113 - dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
114 - dev-python/python-dateutil[${PYTHON_USEDEP}]
115 - x11-libs/gtk+:3[introspection]
116 - x11-libs/pango[introspection]
117 -"
118 -DEPEND="${RDEPEND}
119 - dev-python/python-distutils-extra[${PYTHON_USEDEP}]
120 -"
121 -
122 -src_install() {
123 - distutils-r1_src_install
124 - for x in 16 32 48 256 scalable
125 - do doicon -s ${x} data/icons/hicolor/${x}*/*
126 - done
127 -}
128 -
129 -pkg_postinst() {
130 - optfeature "image file import" media-gfx/img2pdf
131 -
132 - xdg_desktop_database_update
133 - xdg_icon_cache_update
134 - xdg_mimeinfo_database_update
135 -}
136 -
137 -pkg_postrm() {
138 - xdg_desktop_database_update
139 - xdg_icon_cache_update
140 - xdg_mimeinfo_database_update
141 -}