Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mschiff:master commit in: net-p2p/wuala/
Date: Tue, 30 Dec 2014 15:13:05
Message-Id: 1419952182.560ab08819e85ca83d936b9c195130ea07d11259.mschiff@gentoo
1 commit: 560ab08819e85ca83d936b9c195130ea07d11259
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 30 15:09:42 2014 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 30 15:09:42 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=dev/mschiff.git;a=commit;h=560ab088
7
8 remove old wuala client
9
10 ---
11 net-p2p/wuala/Manifest | 2 --
12 net-p2p/wuala/wuala-0_pre20110908.ebuild | 42 --------------------------------
13 2 files changed, 44 deletions(-)
14
15 diff --git a/net-p2p/wuala/Manifest b/net-p2p/wuala/Manifest
16 deleted file mode 100644
17 index 4e0dd4e..0000000
18 --- a/net-p2p/wuala/Manifest
19 +++ /dev/null
20 @@ -1,2 +0,0 @@
21 -DIST wuala.tar.gz 306287 RMD160 92caca815a955f79756be4d62d88c9be31171971 SHA1 747fdd39b8d73b5dafe875f40896d9f94ee53689 SHA256 b7ee11db0f50f90b3aa9b23f0c59e3010dbd65a91b3d17edc5c9be3804876ad5
22 -EBUILD wuala-0_pre20110908.ebuild 775 RMD160 95c5e56b3ea3c3aa27bc82ee6b346ba2e96a8743 SHA1 ea7150dbd150f94cba7e7415a64fd3463facf41d SHA256 8e8b03c847d2fda43ea138f58ba9a29929aa2015e16cc20cc75c2e0b96f01705
23
24 diff --git a/net-p2p/wuala/wuala-0_pre20110908.ebuild b/net-p2p/wuala/wuala-0_pre20110908.ebuild
25 deleted file mode 100644
26 index 386d41d..0000000
27 --- a/net-p2p/wuala/wuala-0_pre20110908.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2011 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Header: $
33 -
34 -EAPI=4
35 -
36 -DESCRIPTION="Wuala, your free online hard-disk"
37 -HOMEPAGE="http://wuala.com/"
38 -SRC_URI="http://cdn.wuala.com/repo/other/wuala.tar.gz"
39 -
40 -LICENSE="wuala"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE=""
44 -
45 -DEPEND=""
46 -RDEPEND="sys-fs/fuse
47 - >=virtual/jre-1.5.0"
48 -
49 -S="${WORKDIR}/${PN}"
50 -
51 -src_prepare() {
52 - MY_S="$PN"
53 - cd ${PN}
54 - sed -i wuala -e 's|loader3\.jar|/opt/wuala/loader3.jar|'
55 - sed -i wualacmd -e 's|\./wuala|/opt/bin/wuala|'
56 -}
57 -
58 -src_install() {
59 - cd ${PN}
60 - dodir /opt/${PN}
61 -
62 - insinto /opt/${PN}
63 - doins loader3.jar
64 -
65 - exeinto /opt/${PN}
66 - doexe wuala wualacmd
67 - dosym /opt/${PN}/wuala /opt/bin/wuala
68 - dosym /opt/${PN}/wualacmd /opt/bin/wualacmd
69 -
70 - dodoc readme.txt
71 -}