summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Elsner <lukas.elsner@freifalt.com>2011-06-16 16:28:09 +0200
committerLukas Elsner <lukas.elsner@freifalt.com>2011-06-16 16:28:09 +0200
commit1102fef0a9ebc7a724b1b4f1b88402ca136ae05a (patch)
treec1be5927b208f7e8173f3917acfe8918baa6a0bb /app-misc
parent..# Please enter the commit message for your changes. Lines starting (diff)
downloadluman-1102fef0a9ebc7a724b1b4f1b88402ca136ae05a.tar.gz
luman-1102fef0a9ebc7a724b1b4f1b88402ca136ae05a.tar.bz2
luman-1102fef0a9ebc7a724b1b4f1b88402ca136ae05a.zip
update to sparkleshare 0.2.2
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/sparkleshare/Manifest4
-rw-r--r--app-misc/sparkleshare/sparkleshare-0.2.1.ebuild43
2 files changed, 2 insertions, 45 deletions
diff --git a/app-misc/sparkleshare/Manifest b/app-misc/sparkleshare/Manifest
index 5d3e09c..8f287da 100644
--- a/app-misc/sparkleshare/Manifest
+++ b/app-misc/sparkleshare/Manifest
@@ -1,2 +1,2 @@
-DIST sparkleshare-0.2.1.tar.gz 1521334 RMD160 9387f905f0b7237af804ca08b8232d33407de072 SHA1 f41e0d829891f944d8c08738cd639680a9508932 SHA256 f70ac274da5cc6c73cab53efff1a7f176595126a857992db590b35dacdaf2198
-EBUILD sparkleshare-0.2.1.ebuild 997 RMD160 11d9661ed4b3bf150d3237ae46cdc3137e8ced87 SHA1 7bf6753ab36e6601e06fbea2b65e987270a009bb SHA256 edff2bd14bb4cc9a20c831b2b9a0d0bea38251400df762939f2e4b3b8e4f4e56
+DIST sparkleshare-0.2.2.tar.gz 1530485 RMD160 a7420e4220950d47d78b621b4fc8e992b3303e3b SHA1 f4567a8c0abd06be3dc4e6155070c7dc8c3aa969 SHA256 8d8a21d7ac7f211db031785dea1c25f910e805250994ff9e7e4667cc688e3c45
+EBUILD sparkleshare-0.2.2.ebuild 1071 RMD160 aa78779d2b5dbc15988f59aa716e6047e7f1aedd SHA1 67f4c371de53937dd53dcd306460694d8c53736e SHA256 0790c615f10b3f5f5ba0b0f719d3a06090fbe7c2960ba4ba91b6c93c50e62291
diff --git a/app-misc/sparkleshare/sparkleshare-0.2.1.ebuild b/app-misc/sparkleshare/sparkleshare-0.2.1.ebuild
deleted file mode 100644
index 8cf56af..0000000
--- a/app-misc/sparkleshare/sparkleshare-0.2.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.1.ebuild,v 1.3 2010/07/12 20:28:24 fauli Exp $
-
-EAPI=3
-
-inherit base mono
-
-MY_PV="${PV/_beta/-beta}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="SparkleShare is a file sharing and collaboration tool inspired by
-Dropbox"
-HOMEPAGE="http://www.sparkleshare.org"
-SRC_URI="http://www.sparkleshare.org/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/mono-2.2
- >=dev-util/monodevelop-2.0
- >=dev-dotnet/gtk-sharp-2.12.7
- >=dev-dotnet/webkit-sharp-0.3"
-RDEPEND="${DEPEND}
- >=dev-vcs/git-1.7
- net-misc/openssh
- >=gnome-base/gvfs-1.3
- dev-util/intltool"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README COPYING
-}
-