commit:     3c4bed2304535d6958e7ee8dc70992aa8b633520
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  9 09:05:03 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 21:36:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4bed23

gnome-extra/nautilus-dropbox: Drop 1.6.2

Closes: https://bugs.gentoo.org/706486
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gnome-extra/nautilus-dropbox/Manifest              |  1 -
 .../nautilus-dropbox-0.7.0-system-rst2man.patch    | 13 ----
 .../nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild | 84 ----------------------
 3 files changed, 98 deletions(-)

diff --git a/gnome-extra/nautilus-dropbox/Manifest 
b/gnome-extra/nautilus-dropbox/Manifest
index 4628fcad4a1..af2b4ce4bbd 100644
--- a/gnome-extra/nautilus-dropbox/Manifest
+++ b/gnome-extra/nautilus-dropbox/Manifest
@@ -1,2 +1 @@
-DIST nautilus-dropbox-1.6.2.tar.bz2 354408 BLAKE2B 
7a3d1cee88dc595fc43f92d84328cf112755d2aa98a99e84e24d132b6167fb5378cc4e9914c31510d38deadc952caed1debdea7ae07dcd0a7b58e72790af428a
 SHA512 
696808a7e5a1d8bbe06903b5ab075e0aa32d0b35c44363d7874fcdd48d339650bdf80190e37cba5782b31565ca9b233573a3d2ee74866add169ff5ea1d0b62d3
 DIST nautilus-dropbox-2019.02.14.tar.bz2 381416 BLAKE2B 
0765196974d88caa477d962311efe05941cd2d25e35fa028720c8abed5120fea5abede74f39e00cb2ac9eb08d6d4bbdf1d1fe6db8d604c1803570209e654d55a
 SHA512 
c5758d97fa40af1b27388c23289e5d1d98ef1c6db04ed7fb5cfee387723f72c34f3583fb6e0158a39f30d5ff649cb2de6d92fc4ad6e976e301dc239bda9d554b

diff --git 
a/gnome-extra/nautilus-dropbox/files/nautilus-dropbox-0.7.0-system-rst2man.patch
 
b/gnome-extra/nautilus-dropbox/files/nautilus-dropbox-0.7.0-system-rst2man.patch
deleted file mode 100644
index ea0053b4bbb..00000000000
--- 
a/gnome-extra/nautilus-dropbox/files/nautilus-dropbox-0.7.0-system-rst2man.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: nautilus-dropbox-0.7.0/configure.in
-===================================================================
---- nautilus-dropbox-0.7.0.orig/configure.in
-+++ nautilus-dropbox-0.7.0/configure.in
-@@ -31,7 +31,7 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLI
- 
- AC_PATH_PROG([PYTHON], [python])
- 
--AC_PATH_PROG([RST2MAN], [rst2man], [python rst2man.py])
-+AC_PATH_PROG([RST2MAN], [rst2man.py], [python rst2man.py])
- AC_SUBST(RST2MAN)
- 
- # define module checking macro

diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild 
b/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild
deleted file mode 100644
index 049f64ac504..00000000000
--- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils python-r1 linux-info gnome2 readme.gentoo user
-
-DESCRIPTION="Store, Sync and Share Files Online"
-HOMEPAGE="https://www.dropbox.com";
-SRC_URI="https://www.dropbox.com/download?dl=packages/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       gnome-base/nautilus
-       dev-libs/glib:2
-       dev-python/pygtk:2[${PYTHON_USEDEP}]
-       net-misc/dropbox
-       x11-libs/gtk+:2
-       x11-libs/libnotify
-       x11-libs/libXinerama"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       dev-python/docutils[${PYTHON_USEDEP}]"
-
-CONFIG_CHECK="~INOTIFY_USER"
-
-pkg_setup() {
-       check_extra_config
-       enewgroup dropbox
-
-       DOC_CONTENTS="Add any users who wish to have access to the dropbox 
nautilus
-               plugin to the group 'dropbox'. You need to setup a drobox 
account
-               before using this plugin. Visit ${HOMEPAGE} for more 
information."
-
-       python_setup
-}
-
-src_prepare() {
-       G2CONF="${G2CONF} $(use_enable debug) --disable-static"
-
-       gnome2_src_prepare
-
-       # use sysem dropbox
-       sed \
-               -e "s|~/[.]dropbox-dist|${EPREFIX}/opt/dropbox|" \
-               -e "s|\(DROPBOXD_PATH = 
\).*|\1\"${EPREFIX}/opt/dropbox/dropboxd\"|" \
-               -i dropbox.in || die
-       # us system rst2man
-       epatch "${FILESDIR}"/${PN}-0.7.0-system-rst2man.patch
-       sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
-       AT_NOELIBTOOLIZE=yes eautoreconf
-}
-
-src_install() {
-       gnome2_src_install
-
-       local extensiondir="$(pkg-config --variable=extensiondir 
libnautilus-extension)"
-       [ -z ${extensiondir} ] && die "pkg-config unable to get nautilus 
extensions dir"
-
-       # Strip $EPREFIX from $extensiondir as fowners/fperms act on $ED not $D
-       extensiondir="${extensiondir#${EPREFIX}}"
-
-       use prefix || fowners root:dropbox 
"${extensiondir}"/libnautilus-dropbox.so
-       fperms o-rwx "${extensiondir}"/libnautilus-dropbox.so
-
-       readme.gentoo_create_doc
-
-       python_replicate_script "${ED}"/usr/bin/dropbox
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-       readme.gentoo_print_elog
-}

Reply via email to