commit:     dabc95fef3708ef01bb1989ff8642e1f81726a70
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Aug 20 19:36:14 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 06:01:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabc95fe

mate-extra/caja-dropbox: drop 1.22.1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 mate-extra/caja-dropbox/Manifest                   |  1 -
 .../caja-dropbox/caja-dropbox-1.22.1-r1.ebuild     | 94 ----------------------
 2 files changed, 95 deletions(-)

diff --git a/mate-extra/caja-dropbox/Manifest b/mate-extra/caja-dropbox/Manifest
index b4b4745d059..28c6ff9a832 100644
--- a/mate-extra/caja-dropbox/Manifest
+++ b/mate-extra/caja-dropbox/Manifest
@@ -1,2 +1 @@
-DIST caja-dropbox-1.22.1.tar.xz 309600 BLAKE2B 
a54778bae439a52babd4b9c88ed77ef9cebf01cb5e396e9e2dae0e74b1d55bb6b575d301133593b130af86ecb06f35fd2d11c3b7e3d67a7e741798ad701d788d
 SHA512 
e7e9107c7654fac910762727782f35e3039b45e737341937d225126b2f63f8911f99281097b2488d3b79c0ed09fff4270b4c557166b94a722a2b1cd30fea2a2c
 DIST caja-dropbox-1.24.0.tar.xz 309024 BLAKE2B 
2ae560dcd6e744fe96d9e0fcd876a899c22ad06b8238c2ad9e5394cf80aa8844cd634431dc6bb245396e6d919da857645488214880947e5b90413c254cd4c6a2
 SHA512 
64d699b4c3957d5996ef69936b4b2746641bc2db4efb7b23535febf5eed3ee767330927aeeda67747c0d72e0f052a2979ae2160ffaaf01e4fd82aff68a5f27bf

diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.22.1-r1.ebuild 
b/mate-extra/caja-dropbox/caja-dropbox-1.22.1-r1.ebuild
deleted file mode 100644
index a5d05ac3aee..00000000000
--- a/mate-extra/caja-dropbox/caja-dropbox-1.22.1-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
-
-PYTHON_COMPAT=( python3_{6,7} )
-MATE_LA_PUNT="yes"
-
-inherit mate python-single-r1 linux-info user
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Store, Sync and Share Files Online"
-LICENSE="CC-BY-ND-3.0 GPL-3+ public-domain"
-SLOT="0"
-
-IUSE="debug"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="
-       dev-libs/atk
-       >=dev-libs/glib-2.50:2
-       $(python_gen_cond_dep '
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-       ')
-       >=mate-base/caja-1.19.1
-       media-libs/fontconfig:1.0
-       media-libs/freetype:2
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libXinerama
-       x11-libs/pango
-       ${PYTHON_DEPS}"
-
-RDEPEND="${COMMON_DEPEND}
-       net-misc/dropbox"
-
-DEPEND="${COMMON_DEPEND}
-       dev-python/docutils
-       virtual/pkgconfig:*"
-
-CONFIG_CHECK="~INOTIFY_USER"
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-       check_extra_config
-       enewgroup dropbox
-}
-
-MATE_FORCE_AUTORECONF=true
-
-src_prepare() {
-       # Use system dropbox.
-       sed -e "s|~/[.]dropbox-dist|/opt/dropbox|" \
-               -e 's|\(DROPBOXD_PATH = \).*|\1"/opt/dropbox/dropboxd"|' \
-                       -i caja-dropbox.in || die
-
-       sed -e 's|\[rst2man\]|\[rst2man\.py\]|' -i configure.ac || die
-
-       mate_src_prepare
-}
-
-src_configure() {
-       mate_src_configure \
-               --disable-static \
-               $(use_enable debug)
-}
-
-src_install() {
-       python_fix_shebang caja-dropbox.in
-
-       mate_src_install
-
-       local extensiondir="$(pkg-config --variable=extensiondir 
libcaja-extension)"
-       [ -z ${extensiondir} ] && die "pkg-config unable to get caja extensions 
dir"
-
-       # Strip $EPREFIX from $extensiondir as fowners/fperms act on $ED not $D.
-       extensiondir="${extensiondir#${EPREFIX}}"
-       use prefix || fowners root:dropbox "${extensiondir}"/libcaja-dropbox.so
-       fperms o-rwx "${extensiondir}"/libcaja-dropbox.so
-}
-
-pkg_postinst() {
-       mate_pkg_postinst
-
-       elog
-       elog "Add any users who wish to have access to the dropbox caja"
-       elog "plugin to the group 'dropbox'. You need to setup a Dropbox 
account"
-       elog "before using this plugin. Visit ${HOMEPAGE} for more information."
-       elog
-}

Reply via email to