From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: dev-python/python-caja/
Date: Sat, 10 Sep 2016 18:56:29 +0000 (UTC) [thread overview]
Message-ID: <1473084624.2d2fce1eab5a73e5e65561884f20ca5068b3acbd.np-hardass@gentoo> (raw)
commit: 2d2fce1eab5a73e5e65561884f20ca5068b3acbd
Author: mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Mon Sep 5 14:10:24 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 14:10:24 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2d2fce1e
dev-python/python-caja: Version bump to 1.14.0
Package-Manager: portage-2.2.26
dev-python/python-caja/Manifest | 1 +
dev-python/python-caja/python-caja-1.14.0.ebuild | 49 ++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/dev-python/python-caja/Manifest b/dev-python/python-caja/Manifest
index 79c9228..e018a12 100644
--- a/dev-python/python-caja/Manifest
+++ b/dev-python/python-caja/Manifest
@@ -1,2 +1,3 @@
DIST python-caja-1.10.0.tar.xz 265836 SHA256 95a1b7b83cbc4ba9f822c80e56740e0d7972c964edac43fd070f445702bd3596 SHA512 98c3a163a7798c66b050b87076e83cd24afa7ffb0cb139333a075cb0283bb07a51f26e427bda6e1f15e6292f87f7b85e43cab09874fae756e07cbc2944d5f5ae WHIRLPOOL 50f4e51db36bd43819738c46c0a77850ef4fe25566b55a4ab30a7c26eaea68b32a6e14f5bae67670fc8270f89917ddb68d47eeb81200244272b5508e22e40986
DIST python-caja-1.12.0.tar.xz 265720 SHA256 5418ffcc5c4a33c15348a0f10ded161d26fd1dfb46b3f68b2c6e3d2d1a7ba975 SHA512 fbec1a7f5e560cda2b3bba41dcd93c0484f2b7b7527577a2b2114c84019203df92c136fecbbe6c889785c610035a582f1912ad7da9bb1258ada661b56edf4be7 WHIRLPOOL fdf60f678762480f0a9e5532dad08fddead1f3551b2c74d82889b597389cdf37351f9b82bdcf0420dd0505167cb890a75dda3ae5268ba502717cf020a8b922fd
+DIST python-caja-1.14.0.tar.xz 279432 SHA256 441506e2fd32f77adf1d81dc9748ae27b2123c6a39dc0407932c0f10b11a02ac SHA512 835d9c1df112746fb3ecfe2e661e0c36814f3e2b21c763450354ce9bc0119d055b6773efa64d252ea8a618ec6c36e2d9cbfca698ffa6652cad0b94a499167497 WHIRLPOOL 66df5024c8e47d8973c562a5144dd872adaf02e7ba15ff0c2c4115f33dec1ee5916469d0d28458779800d9543510c557bf629feb8ba9c5360a1ff8f09b811e92
diff --git a/dev-python/python-caja/python-caja-1.14.0.ebuild b/dev-python/python-caja/python-caja-1.14.0.ebuild
new file mode 100644
index 0000000..af66075
--- /dev/null
+++ b/dev-python/python-caja/python-caja-1.14.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Python bindings for the Caja file manager"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="doc gtk3"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+ dev-libs/glib:2
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ >=mate-base/caja-1.8[gtk3(-)=,introspection]
+ !gtk3? ( x11-libs/gtk+:2 )
+ gtk3? ( x11-libs/gtk+:3 )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ virtual/pkgconfig:*
+ doc? ( app-text/docbook-xml-dtd:4.1.2 )"
+
+src_install() {
+ mate_src_install
+
+ # Keep the directory for systemwide extensions.
+ keepdir /usr/share/python-caja/extensions/
+
+ # The HTML documentation generation is broken and commented out by upstream.
+ #
+ #if use doc ; then
+ # insinto /usr/share/gtk-doc/html/nautilus-python # for dev-util/devhelp
+ # doins -r docs/html/*
+ #fi
+}
next reply other threads:[~2016-09-10 18:56 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-10 18:56 NP Hardass [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-02 1:02 [gentoo-commits] proj/gentoo-mate:master commit in: dev-python/python-caja/ Adam Feldman
2021-06-10 0:24 Adam Feldman
2021-06-10 0:24 Adam Feldman
2021-06-09 2:05 Adam Feldman
2020-09-07 18:08 Adam Feldman
2020-09-07 18:08 Adam Feldman
2020-09-02 5:55 Adam Feldman
2020-04-09 22:52 Adam Feldman
2018-02-11 13:49 Ettore Di Giacinto
2017-09-27 3:18 NP Hardass
2017-03-16 16:17 Ettore Di Giacinto
2017-03-16 16:17 Ettore Di Giacinto
2016-11-29 19:49 Ettore Di Giacinto
2016-11-22 11:11 Ettore Di Giacinto
2016-10-15 2:22 NP Hardass
2016-10-15 2:22 NP Hardass
2016-07-06 6:20 NP Hardass
2016-06-17 17:39 NP Hardass
2016-01-02 22:27 NP Hardass
2015-12-31 6:27 NP Hardass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1473084624.2d2fce1eab5a73e5e65561884f20ca5068b3acbd.np-hardass@gentoo \
--to=np-hardass@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox