From 86c28eef21d82aae27aed3ef65a0b8dd0c208e2b Mon Sep 17 00:00:00 2001 From: KronoZed Date: Fri, 27 Jan 2017 04:27:36 +0300 Subject: [PATCH] Delete insync-bin-1.3.6.ebuild --- app-backup/insync-bin/insync-bin-1.3.6.ebuild | 38 ------------------- 1 file changed, 38 deletions(-) delete mode 100644 app-backup/insync-bin/insync-bin-1.3.6.ebuild diff --git a/app-backup/insync-bin/insync-bin-1.3.6.ebuild b/app-backup/insync-bin/insync-bin-1.3.6.ebuild deleted file mode 100644 index 832e1c0..0000000 --- a/app-backup/insync-bin/insync-bin-1.3.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit rpm - -DESCRIPTION="Advanced cross-platform Google Drive client" -HOMEPAGE="https://www.insynchq.com/" -MAGIC="36076" -MAIN_INSTALLER_STRING="http://s.insynchq.com/builds/insync-${PV}.${MAGIC}-fc21" -SRC_URI=" - x86? ( ${MAIN_INSTALLER_STRING}.i686.rpm ) - amd64? ( ${MAIN_INSTALLER_STRING}.x86_64.rpm )" - -SLOT="0" -KEYWORDS="-* ~x86 ~amd64" -DEPEND=" "${T}/70${PN}" || die - insinto "/etc/revdep-rebuild" && doins "${T}/70${PN}" || die -} - -pkg_postinst() { - elog "To automatically start insync add 'insync start' to your session" - elog "startup scripts. GNOME users can also choose to enable" - elog "the insync extension via gnome-tweak-tool." -}