gnome-extra/nautilus-dropbox: Drop 1.6.2
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 9 Apr 2020 09:05:03 +0000 (11:05 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 9 Apr 2020 21:36:21 +0000 (23:36 +0200)
Closes: https://bugs.gentoo.org/706486
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
gnome-extra/nautilus-dropbox/Manifest
gnome-extra/nautilus-dropbox/files/nautilus-dropbox-0.7.0-system-rst2man.patch [deleted file]
gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild [deleted file]

index 4628fcad4a1f2ae65c90552bbe7267cf0b372f9b..af2b4ce4bbdf0cdc16d084b3babcbfc699accfaf 100644 (file)
@@ -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 (file)
index ea0053b..0000000
+++ /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 (file)
index 049f64a..0000000
+++ /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
-}