From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29476138334 for ; Sun, 7 Jul 2019 18:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56777E085A; Sun, 7 Jul 2019 18:48:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BEB7E0857 for ; Sun, 7 Jul 2019 18:48:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B907347314 for ; Sun, 7 Jul 2019 18:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF8416A4 for ; Sun, 7 Jul 2019 18:48:22 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1562525191.233b8248b0bf982daf0b14369c6eaad44fb5ce58.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-caja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-caja/python-caja-1.22.0.ebuild X-VCS-Directories: dev-python/python-caja/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 233b8248b0bf982daf0b14369c6eaad44fb5ce58 X-VCS-Branch: master Date: Sun, 7 Jul 2019 18:48:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55ecd0f8-11d9-4313-a881-c6b0166eeaf4 X-Archives-Hash: b6ac5a6149160878cdfec43d3db92fb3 commit: 233b8248b0bf982daf0b14369c6eaad44fb5ce58 Author: NP-Hardass gentoo org> AuthorDate: Thu Jul 4 15:01:10 2019 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jul 7 18:46:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233b8248 dev-python/python-caja: drop old Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: NP-Hardass gentoo.org> Signed-off-by: Göktürk Yüksek gentoo.org> dev-python/python-caja/python-caja-1.22.0.ebuild | 47 ------------------------ 1 file changed, 47 deletions(-) diff --git a/dev-python/python-caja/python-caja-1.22.0.ebuild b/dev-python/python-caja/python-caja-1.22.0.ebuild deleted file mode 100644 index 957b3979259..00000000000 --- a/dev-python/python-caja/python-caja-1.22.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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.50:2 - dev-python/pygobject:3[${PYTHON_USEDEP}] - >=mate-base/caja-1.17.1[introspection] - >=x11-libs/gtk+-3.22: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 -}