From 20185284055e3ac97290b55b896f9abee022f461 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 27 Jan 2018 18:09:50 +0100 Subject: dev-python/python-caja: Bump to version 1.18.1 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- dev-python/python-caja/Manifest | 2 +- dev-python/python-caja/python-caja-1.18.0.ebuild | 47 ------------------------ dev-python/python-caja/python-caja-1.18.1.ebuild | 47 ++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 dev-python/python-caja/python-caja-1.18.0.ebuild create mode 100644 dev-python/python-caja/python-caja-1.18.1.ebuild (limited to 'dev-python/python-caja') diff --git a/dev-python/python-caja/Manifest b/dev-python/python-caja/Manifest index 15f93eb7ab4d..b504ae7f78d3 100644 --- a/dev-python/python-caja/Manifest +++ b/dev-python/python-caja/Manifest @@ -1,4 +1,4 @@ DIST python-caja-1.12.0.tar.xz 265720 BLAKE2B 6d1d1e9609b24ee0632eda68730aa2ae2aacffb3e4762a9b5269cd76fefde40dfa3cfc20857567a2d2470372695b0356e4329a11ffd159e349231f109d5077e0 SHA512 fbec1a7f5e560cda2b3bba41dcd93c0484f2b7b7527577a2b2114c84019203df92c136fecbbe6c889785c610035a582f1912ad7da9bb1258ada661b56edf4be7 DIST python-caja-1.14.0.tar.xz 279432 BLAKE2B 15bbf397373125fba85c5ec0ee694be500cab1b4252a73666259bde7984318baa1cc5f760a492f4b930305c99c040f5e3c12b7dc77d82889f5dcea0d4bea3d07 SHA512 835d9c1df112746fb3ecfe2e661e0c36814f3e2b21c763450354ce9bc0119d055b6773efa64d252ea8a618ec6c36e2d9cbfca698ffa6652cad0b94a499167497 DIST python-caja-1.16.0.tar.xz 280956 BLAKE2B 0850c7aaa4e61a620340bb6f2d8518c423341d2918491519cd7105097c8a226750db6a499eb601b972972e1d0122158a011ee1efb9128f8a75d8efcd31ba9d6f SHA512 ce82fbd6d1127df33153920fbf703f77be2e1dabeb6ba33275fb1b1ba5d8aabc96222cf42280844237f0e182b0eccf764fd8ea33a8de96e844eeb0d5ef0cd5de -DIST python-caja-1.18.0.tar.xz 282504 BLAKE2B 2a64cec72417434d156a61837c88b8a4d1e79c05f1d27a7e70cf7fc75fe324c256d8a601f2d71ed3efb060467f1f3e6e88ae30bbc276db7e597da79a8933292b SHA512 3836daaa4102da10d2601bc52dd8b8336459172a8ac1275f8d5f945e37cbb41f89e7a1ff737484dd4f5374ca00a0a3c6601fe28a48d7895f8efcaf793695fbcb +DIST python-caja-1.18.1.tar.xz 284020 BLAKE2B 9513c89450c07330471b2ee9a9d9644eef33858060e66054ab00fb16d3d63292e14704c9f80d7cd5928fcf108bb1cf8c5afd7eb8713814554574cda39b0a8960 SHA512 5907f0769e43b592228aa66f9b51e227a414051975066c16734397afa05c1235d442c625bb00a51e9356768fc3b9f46cfca51e9563e4368b39a8e58a9e514e7d diff --git a/dev-python/python-caja/python-caja-1.18.0.ebuild b/dev-python/python-caja/python-caja-1.18.0.ebuild deleted file mode 100644 index f30cc7c52d15..000000000000 --- a/dev-python/python-caja/python-caja-1.18.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" - -COMMON_DEPEND="${PYTHON_DEPS} - dev-libs/glib:2 - dev-python/pygobject:3[${PYTHON_USEDEP}] - >=mate-base/caja-1.17.1[introspection] - 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 -} diff --git a/dev-python/python-caja/python-caja-1.18.1.ebuild b/dev-python/python-caja/python-caja-1.18.1.ebuild new file mode 100644 index 000000000000..3926c9e7e81f --- /dev/null +++ b/dev-python/python-caja/python-caja-1.18.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" + +COMMON_DEPEND="${PYTHON_DEPS} + dev-libs/glib:2 + dev-python/pygobject:3[${PYTHON_USEDEP}] + >=mate-base/caja-1.17.1[introspection] + 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 +} -- cgit v1.2.3