public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <marc@schiffbauer.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mschiff:master commit in: net-p2p/wuala/
Date: Thu,  8 Sep 2011 08:36:08 +0000 (UTC)	[thread overview]
Message-ID: <9faeb6ac4bf7f29765ed4b937c19dc1a053ae65e.mschiff@gentoo> (raw)

commit:     9faeb6ac4bf7f29765ed4b937c19dc1a053ae65e
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 08:33:26 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Thu Sep  8 08:33:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mschiff.git;a=commit;h=9faeb6ac

added wuala ebuild

---
 net-p2p/wuala/Manifest                   |    2 +
 net-p2p/wuala/wuala-0_pre20110908.ebuild |   42 ++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/net-p2p/wuala/Manifest b/net-p2p/wuala/Manifest
new file mode 100644
index 0000000..c2756e2
--- /dev/null
+++ b/net-p2p/wuala/Manifest
@@ -0,0 +1,2 @@
+DIST wuala.tar.gz 306287 RMD160 92caca815a955f79756be4d62d88c9be31171971 SHA1 747fdd39b8d73b5dafe875f40896d9f94ee53689 SHA256 b7ee11db0f50f90b3aa9b23f0c59e3010dbd65a91b3d17edc5c9be3804876ad5
+EBUILD wuala-0_pre20110908.ebuild 741 RMD160 07e21170c048731baf6cf623577231ee0b60bc82 SHA1 6824e4c9f7b3b61b4604648b98a81838b6f86fac SHA256 d44bb378968772c935110c420c54d8ce853b6705a8dc6e572ba3fa9ca4b9a84f

diff --git a/net-p2p/wuala/wuala-0_pre20110908.ebuild b/net-p2p/wuala/wuala-0_pre20110908.ebuild
new file mode 100644
index 0000000..e069e16
--- /dev/null
+++ b/net-p2p/wuala/wuala-0_pre20110908.ebuild
@@ -0,0 +1,42 @@
+# 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://www.wuala.com/files/wuala.tar.gz"
+
+LICENSE="wuala"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-fs/fuse
+	>=virtual/jre-1.5.0
+	x11-misc/xdg-utils"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+	MY_S="$PN"
+	cd ${PN}
+	sed -i wuala -e 's|loader3\.jar|/opt/wuala/loader3.jar|'
+}
+
+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
+}



             reply	other threads:[~2011-09-08  8:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-08  8:36 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-08  8:48 [gentoo-commits] dev/mschiff:master commit in: net-p2p/wuala/ Marc Schiffbauer
2011-09-08  8:53 Marc Schiffbauer
2011-09-08  9:00 Marc Schiffbauer
2014-12-30 15:13 Marc Schiffbauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9faeb6ac4bf7f29765ed4b937c19dc1a053ae65e.mschiff@gentoo \
    --to=marc@schiffbauer.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox