summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Elsner <open@mindrunner.de>2016-04-19 20:15:40 +0200
committerLukas Elsner <open@mindrunner.de>2016-04-19 20:15:40 +0200
commite4da4c264c534503d7044b81ff7f3560882c0133 (patch)
tree34a4330efda553144283be5047d287bf1e0d10aa /app-backup
parentadd missing files dir (diff)
downloadluman-e4da4c264c534503d7044b81ff7f3560882c0133.tar.gz
luman-e4da4c264c534503d7044b81ff7f3560882c0133.tar.bz2
luman-e4da4c264c534503d7044b81ff7f3560882c0133.zip
cleanup
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/insync-bin/Manifest3
-rw-r--r--app-backup/insync-bin/insync-bin-1.3.3.ebuild38
2 files changed, 0 insertions, 41 deletions
diff --git a/app-backup/insync-bin/Manifest b/app-backup/insync-bin/Manifest
deleted file mode 100644
index c22582f..0000000
--- a/app-backup/insync-bin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST insync-1.3.3.36056-fc21.i686.rpm 66533594 SHA256 bf073ae13ee205230981a7032616f0e28c43ea49fb827ee96d3f48ea46b3ba76 SHA512 0ed70a7f2bfc587f8a46050231c4e755509b1a184c4dc4492bb80a2964422db081bb2ed51555bedb5bcec6e6d53343ce8aacaf8e55fec6ef0dc4258c0a8c93a5 WHIRLPOOL e682b0cb737857587749267a5c201176e98f4cc10c847fbc77c04d1300d6a0b20bc8f2f8119c0632e79a1a8507c8205839cd94cc3c03ab475de534bdb501bb2b
-DIST insync-1.3.3.36056-fc21.x86_64.rpm 65616192 SHA256 6cec487cd869db6737efb62db02907e35b8fe511ab7a9e0ab3251b6a6661a178 SHA512 6dabd18cce82e1257b75e3fe96fb6f8a782b5547366ccaed265a5a53e7d7a4a5d4639b92349996f214817314d252a51ff40dc2332448415f8db40fa1ce6e8019 WHIRLPOOL 1a1226ea45edc960b9bac3359539eccdef8ff1f912a37bde87fc419f5c4b4cd5eafa6df1aee571141707d97dfe2cc27d412349c97f5e3f16deb5be26cbf70f7d
-EBUILD insync-bin-1.3.3.ebuild 1047 SHA256 74b3209d02371bcea1b8698eed576ac31b4f0ecc5b7b5466921abf5a8bce26c1 SHA512 7ed6474d470ce44ae8f4a594baaaebe39b9f7a73a55cb8b766f0c996dd660e816045f293f6cdfcfa06c461e1b495de684dbf03dbb5217ae5d5c6dd6328a00121 WHIRLPOOL fe08e86ee9b90afd623adfbd93edd7cc79a620a54c498878debbd6774dd277edcb6dc0bdf02dc16bbc034c953c2ccdd042e46e3b447498268e1fad13878ba8b2
diff --git a/app-backup/insync-bin/insync-bin-1.3.3.ebuild b/app-backup/insync-bin/insync-bin-1.3.3.ebuild
deleted file mode 100644
index 72f8221..0000000
--- a/app-backup/insync-bin/insync-bin-1.3.3.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="36056"
-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="<dev-libs/libevent-2.1"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- rpm_src_unpack ${A}
- mkdir -p "${S}" # Without this src_prepare fails
-}
-
-src_install() {
- cp -pPR "${WORKDIR}"/{usr,etc} "${D}"/ || die "Installation failed"
-
- echo "SEARCH_DIRS_MASK=\"/usr/lib*/insync\"" > "${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."
-}