summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2014-12-30 16:09:42 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2014-12-30 16:09:42 +0100
commit560ab08819e85ca83d936b9c195130ea07d11259 (patch)
tree3592d4593277ec3ccb5032851596fd9d534f832c
parentremove spice-gtk-0.25 (already in tree now) (diff)
downloadmschiff-560ab08819e85ca83d936b9c195130ea07d11259.tar.gz
mschiff-560ab08819e85ca83d936b9c195130ea07d11259.tar.bz2
mschiff-560ab08819e85ca83d936b9c195130ea07d11259.zip
remove old wuala client
-rw-r--r--net-p2p/wuala/Manifest2
-rw-r--r--net-p2p/wuala/wuala-0_pre20110908.ebuild42
2 files changed, 0 insertions, 44 deletions
diff --git a/net-p2p/wuala/Manifest b/net-p2p/wuala/Manifest
deleted file mode 100644
index 4e0dd4e..0000000
--- a/net-p2p/wuala/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST wuala.tar.gz 306287 RMD160 92caca815a955f79756be4d62d88c9be31171971 SHA1 747fdd39b8d73b5dafe875f40896d9f94ee53689 SHA256 b7ee11db0f50f90b3aa9b23f0c59e3010dbd65a91b3d17edc5c9be3804876ad5
-EBUILD wuala-0_pre20110908.ebuild 775 RMD160 95c5e56b3ea3c3aa27bc82ee6b346ba2e96a8743 SHA1 ea7150dbd150f94cba7e7415a64fd3463facf41d SHA256 8e8b03c847d2fda43ea138f58ba9a29929aa2015e16cc20cc75c2e0b96f01705
diff --git a/net-p2p/wuala/wuala-0_pre20110908.ebuild b/net-p2p/wuala/wuala-0_pre20110908.ebuild
deleted file mode 100644
index 386d41d..0000000
--- a/net-p2p/wuala/wuala-0_pre20110908.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="Wuala, your free online hard-disk"
-HOMEPAGE="http://wuala.com/"
-SRC_URI="http://cdn.wuala.com/repo/other/wuala.tar.gz"
-
-LICENSE="wuala"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-fs/fuse
- >=virtual/jre-1.5.0"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- MY_S="$PN"
- cd ${PN}
- sed -i wuala -e 's|loader3\.jar|/opt/wuala/loader3.jar|'
- sed -i wualacmd -e 's|\./wuala|/opt/bin/wuala|'
-}
-
-src_install() {
- cd ${PN}
- dodir /opt/${PN}
-
- insinto /opt/${PN}
- doins loader3.jar
-
- exeinto /opt/${PN}
- doexe wuala wualacmd
- dosym /opt/${PN}/wuala /opt/bin/wuala
- dosym /opt/${PN}/wualacmd /opt/bin/wualacmd
-
- dodoc readme.txt
-}