From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A1A5A59CA3 for ; Wed, 9 Mar 2016 22:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 307E221C0F5; Wed, 9 Mar 2016 22:55:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96D3E21C0F5 for ; Wed, 9 Mar 2016 22:55:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A872E340B98 for ; Wed, 9 Mar 2016 22:55:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A2B2091 for ; Wed, 9 Mar 2016 22:55:36 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1457564082.47d19e97abe0c0bc4abbd40ffd773acc21c4a896.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/caja-extensions/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild X-VCS-Directories: mate-extra/caja-extensions/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 47d19e97abe0c0bc4abbd40ffd773acc21c4a896 X-VCS-Branch: master Date: Wed, 9 Mar 2016 22:55:36 +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-Archives-Salt: aec8cb3e-ea36-4457-96d7-b56f82219d60 X-Archives-Hash: 3d660c2f8c5d8ecba5cfd119ff0aca72 commit: 47d19e97abe0c0bc4abbd40ffd773acc21c4a896 Author: NP-Hardass gentoo org> AuthorDate: Wed Mar 9 22:54:42 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Wed Mar 9 22:54:42 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=47d19e97 mate-extra/caja-extensions: Drop old Package-Manager: portage-2.2.26 .../caja-extensions/caja-extensions-1.10.1.ebuild | 73 ---------------------- 1 file changed, 73 deletions(-) diff --git a/mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild b/mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild deleted file mode 100644 index cc3f989..0000000 --- a/mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Several Caja extensions" -HOMEPAGE="http://www.mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SENDTO="cdr gajim +mail pidgin upnp" -IUSE="image-converter +open-terminal share +wallpaper ${SENDTO}" - -RDEPEND=">=x11-libs/gtk+-2.24:2 - >=dev-libs/glib-2.36:2 - >=mate-base/caja-1.10:0 - virtual/libintl:0 - x11-libs/gdk-pixbuf:2 - open-terminal? ( >=mate-base/mate-desktop-1.10:0 ) - cdr? ( >=app-cdr/brasero-2.32.1:0= ) - gajim? ( - net-im/gajim:0 - >=dev-libs/dbus-glib-0.60:0 - >=sys-apps/dbus-1:0 - ) - pidgin? ( >=dev-libs/dbus-glib-0.60:0 ) - upnp? ( >=net-libs/gupnp-0.13:0= )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.18:* - >=mate-base/mate-common-1.10:0 - sys-devel/gettext:* - virtual/pkgconfig:* - !!mate-extra/mate-file-manager-open-terminal - !!mate-extra/mate-file-manager-sendto - !!mate-extra/mate-file-manager-image-converter - !!mate-extra/mate-file-manager-share" - -src_configure() { - MY_CONF="" - - if use cdr || use mail || use pidgin || use gajim || use upnp ; then - MY_CONF="${MY_CONF} --enable-sendto" - MY_CONF="${MY_CONF} --with-sendto-plugins=removable-devices" - use cdr && MY_CONF="${MY_CONF},caja-burn" - use mail && MY_CONF="${MY_CONF},emailclient" - use pidgin && MY_CONF="${MY_CONF},pidgin" - use gajim && MY_CONF="${MY_CONF},gajim" - use upnp && MY_CONF="${MY_CONF},upnp" - else - MYCONF="${MY_CONF} --disable-sendto" - fi - - gnome2_src_configure ${MY_CONF} \ - --disable-gksu \ - $(use_enable image-converter) \ - $(use_enable open-terminal) \ - $(use_enable share) \ - $(use_enable wallpaper) -} - -DOCS="AUTHORS ChangeLog NEWS README"