diff options
author | Lukas Elsner <open@mindrunner.de> | 2012-11-19 10:38:57 +0100 |
---|---|---|
committer | Lukas Elsner <open@mindrunner.de> | 2012-11-19 10:38:57 +0100 |
commit | 1e27a008282032579e11cf289b7a7f4ccb0a656f (patch) | |
tree | 2e504b8ce45f4d09929cc1cd78391607540c7458 /app-misc | |
parent | .. (diff) | |
download | luman-1e27a008282032579e11cf289b7a7f4ccb0a656f.tar.gz luman-1e27a008282032579e11cf289b7a7f4ccb0a656f.tar.bz2 luman-1e27a008282032579e11cf289b7a7f4ccb0a656f.zip |
cleaned up old packages
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/sparkleshare/Manifest | 2 | ||||
-rw-r--r-- | app-misc/sparkleshare/sparkleshare-0.2.5.ebuild | 45 |
2 files changed, 0 insertions, 47 deletions
diff --git a/app-misc/sparkleshare/Manifest b/app-misc/sparkleshare/Manifest deleted file mode 100644 index 1309bef..0000000 --- a/app-misc/sparkleshare/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST sparkleshare-0.2.5.tar.gz 750692 RMD160 6becff242d4a9b03916d5f7eb32222323376a1e5 SHA1 6ccd950d17f42d32e32c0e8b657585d798e7791b SHA256 e524746aee22d74adc4314e7be64fea9ba5d4098e72adb796f41f42985c85658 -EBUILD sparkleshare-0.2.5.ebuild 1096 RMD160 fc4d7270b3869aa3d0c70261f56da05d3428dd25 SHA1 cb86d7b5ea2673368d15abe66ba32625c392238c SHA256 cecce67bfad6dec0456bdb8ef5cb2c868a698bda25c27e308490a44e2cb3c241 diff --git a/app-misc/sparkleshare/sparkleshare-0.2.5.ebuild b/app-misc/sparkleshare/sparkleshare-0.2.5.ebuild deleted file mode 100644 index 99f8e08..0000000 --- a/app-misc/sparkleshare/sparkleshare-0.2.5.ebuild +++ /dev/null @@ -1,45 +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" -SRC_URI="https://github.com/downloads/hbons/SparkleShare/${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 - dev-dotnet/notify-sharp" -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 -} - |