Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 449356 | Differences between
and this patch

Collapse All | Expand All

(-)gentoo/app-backup/spideroak-bin/spideroak-bin-4.7.9948.ebuild (-6 / +5 lines)
Lines 1-18 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-4.7.9948.ebuild,v 1.3 2012/10/11 14:27:27 zmedico Exp $
3
# $Header: $
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils versionator
7
inherit eutils
8
8
9
REV=$(get_version_component_range 3)
9
SRC_URI_BASE="https://spideroak.com/getbuild?platform=ubuntu"
10
SRC_URI_BASE="https://spideroak.com/directdownload?platform=ubuntulucid"
11
10
12
DESCRIPTION="An easy, secure and consolidated free online backup, storage, access and sharing system."
11
DESCRIPTION="An easy, secure and consolidated free online backup, storage, access and sharing system."
13
HOMEPAGE="https://spideroak.com"
12
HOMEPAGE="https://spideroak.com"
14
SRC_URI="x86? ( ${SRC_URI_BASE}&arch=i386&revision=${REV} -> ${P}_x86.deb )
13
SRC_URI="x86? ( ${SRC_URI_BASE}&arch=i386&version=${PV} -> ${P}_x86.deb )
15
	amd64? ( ${SRC_URI_BASE}&arch=x86_64&revision=${REV} -> ${P}_amd64.deb )"
14
	amd64? ( ${SRC_URI_BASE}&arch=x86_64&version=${PV} -> ${P}_amd64.deb )"
16
RESTRICT="mirror strip"
15
RESTRICT="mirror strip"
17
16
18
LICENSE="spideroak"
17
LICENSE="spideroak"

Return to bug 449356