Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/gimp-help/
Date: Wed, 16 Sep 2020 08:04:37
Message-Id: 1600243452.bd80924155e036f368128dfe5aa4d67e977a0195.juippis@gentoo
1 commit: bd80924155e036f368128dfe5aa4d67e977a0195
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Sun Aug 23 08:09:03 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 08:04:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd809241
7
8 app-doc/gimp-help: drop old and depend on python2
9
10 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
11 Closes: https://github.com/gentoo/gentoo/pull/17197
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-doc/gimp-help/Manifest | 1 -
15 app-doc/gimp-help/gimp-help-2.10.0.ebuild | 32 ----------------------------
16 app-doc/gimp-help/gimp-help-2.8.2.ebuild | 35 -------------------------------
17 3 files changed, 68 deletions(-)
18
19 diff --git a/app-doc/gimp-help/Manifest b/app-doc/gimp-help/Manifest
20 index 9024553a992..03774772800 100644
21 --- a/app-doc/gimp-help/Manifest
22 +++ b/app-doc/gimp-help/Manifest
23 @@ -1,2 +1 @@
24 DIST gimp-help-2.10.0.tar.bz2 187092180 BLAKE2B 29a7fbe3fcb6f3210aeda4bc514d7e0eeca05f9fabd3b9022c7ed1e5a9432876cc3bf530632648e2eb50509add4e387106d9705a1c17469e33496daec737d21b SHA512 2f6d5e7cf0c3b4960c92074ef02d51a1d089c148f6453a66e453a3084cdede280f72c6b77d35f66777adbda8aa273ec2a472fb538142e51bb263c3077eec473a
25 -DIST gimp-help-2.8.2.tar.bz2 158504580 BLAKE2B d0023a4290879f97e3365f1208427997d1facc09a7ed4ac0a274615e9eff378c9a4da0d7c5190bc24ad27c2b03d6c513003297d835562b0fa3e02685443d15e9 SHA512 3afdaa8b2f005d939d039d2e22c8306145e7b7acaca5ef89279998e87931e99d1fe607f1337f7796d667d5c6be456ba976b3c8a937c9dd6b1888d7158cfbed67
26
27 diff --git a/app-doc/gimp-help/gimp-help-2.10.0.ebuild b/app-doc/gimp-help/gimp-help-2.10.0.ebuild
28 deleted file mode 100644
29 index 5180a87afe2..00000000000
30 --- a/app-doc/gimp-help/gimp-help-2.10.0.ebuild
31 +++ /dev/null
32 @@ -1,32 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -inherit python-any-r1
40 -
41 -DESCRIPTION="GNU Image Manipulation Program help files"
42 -HOMEPAGE="https://docs.gimp.org/"
43 -SRC_URI="mirror://gimp/help/${P}.tar.bz2"
44 -
45 -LICENSE="FDL-1.2"
46 -SLOT="2"
47 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 -IUSE=""
49 -
50 -BDEPEND="${PYTHON_DEPS}
51 - sys-devel/gettext
52 -"
53 -
54 -DEPEND="$(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]')
55 - dev-libs/libxslt
56 -"
57 -
58 -python_check_deps() {
59 - has_version "dev-libs/libxml2[${PYTHON_USEDEP}]"
60 -}
61 -
62 -src_configure() {
63 - econf --without-gimp
64 -}
65
66 diff --git a/app-doc/gimp-help/gimp-help-2.8.2.ebuild b/app-doc/gimp-help/gimp-help-2.8.2.ebuild
67 deleted file mode 100644
68 index a4c03371443..00000000000
69 --- a/app-doc/gimp-help/gimp-help-2.8.2.ebuild
70 +++ /dev/null
71 @@ -1,35 +0,0 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -
77 -PYTHON_COMPAT=( python2_7 )
78 -inherit python-any-r1
79 -
80 -DESCRIPTION="GNU Image Manipulation Program help files"
81 -HOMEPAGE="https://docs.gimp.org/"
82 -SRC_URI="mirror://gimp/help/${P}.tar.bz2"
83 -
84 -LICENSE="FDL-1.2"
85 -SLOT="2"
86 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
87 -IUSE=""
88 -
89 -DEPEND="${PYTHON_DEPS}
90 - $(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]')
91 - dev-libs/libxslt
92 - sys-devel/gettext
93 -"
94 -
95 -python_check_deps() {
96 - has_version "dev-libs/libxml2[${PYTHON_USEDEP}]"
97 -}
98 -
99 -src_configure() {
100 - econf --without-gimp
101 -}
102 -
103 -src_compile() {
104 - # see https://bugs.gentoo.org/677198
105 - emake -j 1
106 -}