summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-03-09 18:03:14 -0500
committerNP-Hardass <NP-Hardass@gentoo.org>2016-03-09 18:04:58 -0500
commit5120041bfdaa20b43a0c6ebdfb871f887876a45a (patch)
tree279902a42e62f3b274ad84bb0e606d0064326210 /mate-extra
parentmate-extra/caja-extensions: Fix missing dep, image-converter (diff)
downloadgentoo-5120041bfdaa20b43a0c6ebdfb871f887876a45a.tar.gz
gentoo-5120041bfdaa20b43a0c6ebdfb871f887876a45a.tar.bz2
gentoo-5120041bfdaa20b43a0c6ebdfb871f887876a45a.zip
mate-extra/caja-extensions: Drop old
Package-Manager: portage-2.2.26
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild73
1 files changed, 0 insertions, 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 e27294c8b91d..000000000000
--- a/mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2016 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"