Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/spideroak-bin: spideroak-bin-5.1.8-r1.ebuild ChangeLog spideroak-bin-5.1.1.ebuild spideroak-bin-5.1.3.ebuild spideroak-bin-5.1.8.ebuild
Date: Sun, 28 Sep 2014 16:04:01
Message-Id: 20140928160358.4CBCD671D@oystercatcher.gentoo.org
1 blueness 14/09/28 16:03:58
2
3 Modified: ChangeLog
4 Added: spideroak-bin-5.1.8-r1.ebuild
5 Removed: spideroak-bin-5.1.1.ebuild
6 spideroak-bin-5.1.3.ebuild
7 spideroak-bin-5.1.8.ebuild
8 Log:
9 Remove older unstable versions, remove USE=headless, bug #521766
10
11 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
12
13 Revision Changes Path
14 1.47 app-backup/spideroak-bin/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/spideroak-bin/ChangeLog?rev=1.47&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/spideroak-bin/ChangeLog?rev=1.47&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/spideroak-bin/ChangeLog?r1=1.46&r2=1.47
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/ChangeLog,v
23 retrieving revision 1.46
24 retrieving revision 1.47
25 diff -u -r1.46 -r1.47
26 --- ChangeLog 31 Aug 2014 15:32:18 -0000 1.46
27 +++ ChangeLog 28 Sep 2014 16:03:58 -0000 1.47
28 @@ -1,6 +1,13 @@
29 # ChangeLog for app-backup/spideroak-bin
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/ChangeLog,v 1.46 2014/08/31 15:32:18 blueness Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/ChangeLog,v 1.47 2014/09/28 16:03:58 blueness Exp $
33 +
34 +*spideroak-bin-5.1.8-r1 (28 Sep 2014)
35 +
36 + 28 Sep 2014; Anthony G. Basile <blueness@g.o>
37 + +spideroak-bin-5.1.8-r1.ebuild, -spideroak-bin-5.1.1.ebuild,
38 + -spideroak-bin-5.1.3.ebuild, -spideroak-bin-5.1.8.ebuild:
39 + Remove older unstable versions, remove USE=headless, bug #521766
40
41 31 Aug 2014; Anthony G. Basile <blueness@g.o>
42 spideroak-bin-5.1.8.ebuild:
43
44
45
46 1.1 app-backup/spideroak-bin/spideroak-bin-5.1.8-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-5.1.8-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-5.1.8-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: spideroak-bin-5.1.8-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-5.1.8-r1.ebuild,v 1.1 2014/09/28 16:03:58 blueness Exp $
56
57 EAPI="5"
58
59 inherit eutils unpacker
60
61 SRC_URI_BASE="https://spideroak.com/getbuild?platform=ubuntu"
62
63 DESCRIPTION="An easy, secure and consolidated free online backup, storage, access and sharing system"
64 HOMEPAGE="https://spideroak.com"
65 SRC_URI="x86? ( ${SRC_URI_BASE}&arch=i386&version=${PV} -> ${P}_x86.deb )
66 amd64? ( ${SRC_URI_BASE}&arch=x86_64&version=${PV} -> ${P}_amd64.deb )"
67 RESTRICT="mirror strip"
68
69 LICENSE="spideroak"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE="dbus"
73
74 DEPEND="dev-util/patchelf"
75 RDEPEND="
76 app-crypt/mit-krb5[keyutils]
77 dbus? ( sys-apps/dbus )
78 media-libs/fontconfig
79 media-libs/freetype:2
80 dev-libs/glib:2
81 x11-libs/libICE
82 x11-libs/libSM
83 x11-libs/libX11
84 x11-libs/libXext
85 x11-libs/libXmu
86 x11-libs/libXrender
87 x11-libs/libXt
88 "
89
90 S=${WORKDIR}
91
92 QA_PREBUILT="*"
93
94 src_prepare() {
95 # Set RPATH for preserve-libs handling (bug #400979).
96 cd "${S}/opt/SpiderOak/lib" || die
97 local x
98 for x in `find` ; do
99 # Use \x7fELF header to separate ELF executables and libraries
100 [[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue
101 patchelf --set-rpath '$ORIGIN' "${x}" || \
102 die "patchelf failed on ${x}"
103 done
104 }
105
106 src_install() {
107 #install the wrapper script
108 exeinto /usr/bin
109 doexe usr/bin/SpiderOak
110
111 # inotify_dir_watcher needs to be marked executable, bug #453266
112 #chmod a+rx opt/SpiderOak/lib/inotify_dir_watcher
113
114 #install the executable
115 exeinto /opt/SpiderOak/lib
116 doexe opt/SpiderOak/lib/SpiderOak
117 doexe opt/SpiderOak/lib/inotify_dir_watcher
118 rm -f opt/SpiderOak/lib/{SpiderOak,inotify_dir_watcher}
119
120 #install the prebundled libraries
121 insinto /opt/SpiderOak
122 doins -r opt/SpiderOak/lib
123
124 #install the config files
125 use dbus || rm -rf etc/dbus-1
126 insinto /
127 doins -r etc
128
129 #install the manpage
130 doman usr/share/man/man1/SpiderOak.1.gz
131
132 domenu usr/share/applications/spideroak.desktop
133 doicon usr/share/pixmaps/SpiderOak.png
134 }