Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-caja/
Date: Sun, 04 Jun 2017 15:18:32
Message-Id: 1496589418.29e84f5b40480f8586d7c186ff95f77073764f92.mudler@gentoo
1 commit: 29e84f5b40480f8586d7c186ff95f77073764f92
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 15:07:55 2017 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:16:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e84f5b
7
8 dev-python/python-caja: Version bump to 1.18.0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/python-caja/Manifest | 1 +
13 dev-python/python-caja/python-caja-1.18.0.ebuild | 47 ++++++++++++++++++++++++
14 2 files changed, 48 insertions(+)
15
16 diff --git a/dev-python/python-caja/Manifest b/dev-python/python-caja/Manifest
17 index 00db4d4253e..40a89125a0f 100644
18 --- a/dev-python/python-caja/Manifest
19 +++ b/dev-python/python-caja/Manifest
20 @@ -1,3 +1,4 @@
21 DIST python-caja-1.12.0.tar.xz 265720 SHA256 5418ffcc5c4a33c15348a0f10ded161d26fd1dfb46b3f68b2c6e3d2d1a7ba975 SHA512 fbec1a7f5e560cda2b3bba41dcd93c0484f2b7b7527577a2b2114c84019203df92c136fecbbe6c889785c610035a582f1912ad7da9bb1258ada661b56edf4be7 WHIRLPOOL fdf60f678762480f0a9e5532dad08fddead1f3551b2c74d82889b597389cdf37351f9b82bdcf0420dd0505167cb890a75dda3ae5268ba502717cf020a8b922fd
22 DIST python-caja-1.14.0.tar.xz 279432 SHA256 441506e2fd32f77adf1d81dc9748ae27b2123c6a39dc0407932c0f10b11a02ac SHA512 835d9c1df112746fb3ecfe2e661e0c36814f3e2b21c763450354ce9bc0119d055b6773efa64d252ea8a618ec6c36e2d9cbfca698ffa6652cad0b94a499167497 WHIRLPOOL 66df5024c8e47d8973c562a5144dd872adaf02e7ba15ff0c2c4115f33dec1ee5916469d0d28458779800d9543510c557bf629feb8ba9c5360a1ff8f09b811e92
23 DIST python-caja-1.16.0.tar.xz 280956 SHA256 14a86d174be0af753c24425469b56432ea3fbc46d954bf06ab679613f15c0ce4 SHA512 ce82fbd6d1127df33153920fbf703f77be2e1dabeb6ba33275fb1b1ba5d8aabc96222cf42280844237f0e182b0eccf764fd8ea33a8de96e844eeb0d5ef0cd5de WHIRLPOOL af036fc96a0a7b9bf322da3c3f1474331cfeaa4ef5d51fbb4eb93a318641ed90c6330487e65b818a3101f4b74db4d9c88308d0ae3336920e23be935864582432
24 +DIST python-caja-1.18.0.tar.xz 282504 SHA256 45b565de9ec06c05a6f65a49099645f3e82baf588b640c23adb4ab5676474403 SHA512 3836daaa4102da10d2601bc52dd8b8336459172a8ac1275f8d5f945e37cbb41f89e7a1ff737484dd4f5374ca00a0a3c6601fe28a48d7895f8efcaf793695fbcb WHIRLPOOL fbe204dfac8315b3eebe3fa223f26e5f9330e2b83dfcc791c1774d5bf11ab1ef0123dabedeaeeafec747bb6e0b8156878e6c79b18bde33dc47c24cffcad55fce
25
26 diff --git a/dev-python/python-caja/python-caja-1.18.0.ebuild b/dev-python/python-caja/python-caja-1.18.0.ebuild
27 new file mode 100644
28 index 00000000000..f30cc7c52d1
29 --- /dev/null
30 +++ b/dev-python/python-caja/python-caja-1.18.0.ebuild
31 @@ -0,0 +1,47 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +MATE_LA_PUNT="yes"
38 +PYTHON_COMPAT=( python2_7 )
39 +
40 +inherit mate python-single-r1
41 +
42 +if [[ ${PV} != 9999 ]]; then
43 + KEYWORDS="~amd64 ~arm ~x86"
44 +fi
45 +
46 +DESCRIPTION="Python bindings for the Caja file manager"
47 +LICENSE="GPL-2"
48 +SLOT="0"
49 +
50 +IUSE="doc"
51 +
52 +COMMON_DEPEND="${PYTHON_DEPS}
53 + dev-libs/glib:2
54 + dev-python/pygobject:3[${PYTHON_USEDEP}]
55 + >=mate-base/caja-1.17.1[introspection]
56 + x11-libs/gtk+:3"
57 +
58 +RDEPEND="${COMMON_DEPEND}"
59 +
60 +DEPEND="${COMMON_DEPEND}
61 + dev-util/gtk-doc
62 + dev-util/gtk-doc-am
63 + virtual/pkgconfig:*
64 + doc? ( app-text/docbook-xml-dtd:4.1.2 )"
65 +
66 +src_install() {
67 + mate_src_install
68 +
69 + # Keep the directory for systemwide extensions.
70 + keepdir /usr/share/python-caja/extensions/
71 +
72 + # The HTML documentation generation is broken and commented out by upstream.
73 + #
74 + #if use doc ; then
75 + # insinto /usr/share/gtk-doc/html/nautilus-python # for dev-util/devhelp
76 + # doins -r docs/html/*
77 + #fi
78 +}