summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-27 09:00:39 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-27 09:00:39 +0000
commit3c21f820c46bbfd6242041b45e9c805a15366376 (patch)
tree5a9debe54571be158eefc5143a903668fa4ac7e6 /net-misc
parentdrop old (diff)
downloadgentoo-2-3c21f820c46bbfd6242041b45e9c805a15366376.tar.gz
gentoo-2-3c21f820c46bbfd6242041b45e9c805a15366376.tar.bz2
gentoo-2-3c21f820c46bbfd6242041b45e9c805a15366376.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/sparkleshare/ChangeLog7
-rw-r--r--net-misc/sparkleshare/sparkleshare-1.0.0.ebuild40
2 files changed, 5 insertions, 42 deletions
diff --git a/net-misc/sparkleshare/ChangeLog b/net-misc/sparkleshare/ChangeLog
index c36ea0b19808..fe682cfb54f2 100644
--- a/net-misc/sparkleshare/ChangeLog
+++ b/net-misc/sparkleshare/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/sparkleshare
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sparkleshare/ChangeLog,v 1.11 2013/12/08 19:32:33 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sparkleshare/ChangeLog,v 1.12 2014/04/27 09:00:39 pacho Exp $
+
+ 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -sparkleshare-1.0.0.ebuild:
+ drop old
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> sparkleshare-1.1.0.ebuild:
x86 stable, bug #478252
diff --git a/net-misc/sparkleshare/sparkleshare-1.0.0.ebuild b/net-misc/sparkleshare/sparkleshare-1.0.0.ebuild
deleted file mode 100644
index 5e605fc40efa..000000000000
--- a/net-misc/sparkleshare/sparkleshare-1.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sparkleshare/sparkleshare-1.0.0.ebuild,v 1.3 2013/03/25 16:37:38 ago Exp $
-
-EAPI=5
-GCONF_DEBUG="no" # --enable-debug does not do anything
-
-inherit gnome2 mono multilib
-
-DESCRIPTION="Git-based collaboration and file sharing tool"
-HOMEPAGE="http://www.sparkleshare.org"
-SRC_URI="http://github.com/downloads/hbons/SparkleShare/${PN}-linux-${PV}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE="" # ayatana
-
-COMMON_DEPEND=">=dev-lang/mono-2.8
- >=dev-dotnet/glib-sharp-2.12.7
- >=dev-dotnet/gtk-sharp-2.12.10
- dev-dotnet/notify-sharp
- dev-dotnet/webkit-sharp
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-vcs/git-1.7.12
- gnome-base/gvfs
- net-misc/curl[ssl]
- net-misc/openssh
-"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
-"
-
-src_prepare() {
- DOCS="News.txt legal/Authors.txt README.md"
- G2CONF+=" --disable-appindicator"
- # $(use_enable ayatana appindicator)
- # requires >=appindicator-sharp-0.0.7
- gnome2_src_prepare
-}