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 9CBC0138359 for ; Tue, 8 Sep 2020 02:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCF67E07FA; Tue, 8 Sep 2020 02:55:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B4969E07FA for ; Tue, 8 Sep 2020 02:55:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8AB2E335DA8 for ; Tue, 8 Sep 2020 02:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E00A349 for ; Tue, 8 Sep 2020 02:55:54 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1599531682.7c54203911cb04d39cbb4ee3c5b51e049aff472c.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/caja/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-base/caja/caja-1.24.0-r1.ebuild X-VCS-Directories: mate-base/caja/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 7c54203911cb04d39cbb4ee3c5b51e049aff472c X-VCS-Branch: master Date: Tue, 8 Sep 2020 02:55:54 +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: 28fd832d-3cff-4259-895b-0110aea79d81 X-Archives-Hash: b3e1fccc69799354936fdda9dfb11def commit: 7c54203911cb04d39cbb4ee3c5b51e049aff472c Author: Adam Feldman gentoo org> AuthorDate: Tue Sep 8 02:21:22 2020 +0000 Commit: Adam Feldman gentoo org> CommitDate: Tue Sep 8 02:21:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=7c542039 mate-base/caja: Drop old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman gentoo.org> mate-base/caja/caja-1.24.0-r1.ebuild | 94 ------------------------------------ 1 file changed, 94 deletions(-) diff --git a/mate-base/caja/caja-1.24.0-r1.ebuild b/mate-base/caja/caja-1.24.0-r1.ebuild deleted file mode 100644 index 9a3dfbb..0000000 --- a/mate-base/caja/caja-1.24.0-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MATE_LA_PUNT="yes" - -inherit mate virtualx - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -DESCRIPTION="Caja file manager for the MATE desktop" -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" - -IUSE="+introspection +mate packagekit xmp" - -COMMON_DEPEND=" - dev-libs/atk - >=dev-libs/glib-2.58.1:2 - >=dev-libs/libxml2-2.4.7:2 - gnome-base/dconf - >=gnome-base/gvfs-1.10.1:0[udisks] - >=mate-base/mate-desktop-1.17.3:0 - >=media-libs/libexif-0.6.14:0 - x11-libs/cairo - >=x11-libs/gdk-pixbuf-2.36.5:2 - >=x11-libs/gtk+-3.22:3[introspection?] - >=x11-libs/libnotify-0.7.0:0 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrender - >=x11-libs/pango-1.1.2 - introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - packagekit? ( app-admin/packagekit-base ) - xmp? ( >=media-libs/exempi-1.99.5:2 ) -" - -RDEPEND="${COMMON_DEPEND} - virtual/libintl - !!mate-base/mate-file-manager -" - -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5:= - dev-util/gdbus-codegen - dev-util/glib-utils - dev-util/gtk-doc - dev-util/gtk-doc-am - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PDEPEND="mate? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )" - -# TODO: Test fails because Caja is not merged yet: -# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not installed -RESTRICT="test" - -src_prepare() { - # Remove unnecessary CFLAGS. - sed -i -e 's:-DG.*DISABLE_DEPRECATED::g' \ - configure.ac eel/Makefile.am || die - - mate_src_prepare -} - -src_configure() { - mate_src_configure \ - --disable-update-mimedb \ - $(use_enable introspection) \ - $(use_enable packagekit) \ - $(use_enable xmp) -} - -src_test() { - unset SESSION_MANAGER - unset DBUS_SESSION_BUS_ADDRESS - - Xemake check || die "Test phase failed" -} - -pkg_postinst() { - mate_pkg_postinst - - elog "Caja can use gstreamer to preview audio files. Just make sure" - elog "to have the necessary plugins available to play the media type you" - elog "want to preview." -}