diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-12-31 15:16:02 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-12-31 15:16:13 +0100 |
commit | 7a16304f48603371a9de922a42741420a7329fc9 (patch) | |
tree | 19c347d162c8419801091f9c8854195b64d428ad /net-misc | |
parent | profiles: Move media-libs/mlt[vdpau] package.use.mask from base to arch (diff) | |
download | gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.gz gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.bz2 gentoo-7a16304f48603371a9de922a42741420a7329fc9.zip |
Remove masked for removal packages
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sparkleshare/Manifest | 1 | ||||
-rw-r--r-- | net-misc/sparkleshare/metadata.xml | 8 | ||||
-rw-r--r-- | net-misc/sparkleshare/sparkleshare-1.1.0.ebuild | 40 |
3 files changed, 0 insertions, 49 deletions
diff --git a/net-misc/sparkleshare/Manifest b/net-misc/sparkleshare/Manifest deleted file mode 100644 index f7a395c13882..000000000000 --- a/net-misc/sparkleshare/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sparkleshare-1.1.0.tar.gz 662567 SHA256 766d264d242e0e2af4255fe75e6918f66b0fa874afab4097010f0d8b55902137 SHA512 9ff8f199d3117301c2fbc10084a3a100bec7124f97374a6608c92de02770b0e9c9ffd4c19a18f688a37ca775fedac7d683dd40e8737c6d651afcb5808ac6e29e WHIRLPOOL 570d9eef95616f5cf6ff2dbfdba941a3eb734699812a20ee84fd97fbe7c955111753c4a105e7f351406e5fded3ed06b22bd9855e3b707800a4a14026e51b0fab diff --git a/net-misc/sparkleshare/metadata.xml b/net-misc/sparkleshare/metadata.xml deleted file mode 100644 index c0a83141539f..000000000000 --- a/net-misc/sparkleshare/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<upstream> - <remote-id type="bitbucket">hbons/sparkleshare</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild b/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild deleted file mode 100644 index 58d15ef61435..000000000000 --- a/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" # --enable-debug does not do anything - -inherit gnome2 mono-env - -DESCRIPTION="Git-based collaboration and file sharing tool" -HOMEPAGE="http://www.sparkleshare.org" -SRC_URI="https://bitbucket.org/hbons/sparkleshare/downloads/sparkleshare-linux-${PV}-tar.gz -> ${P}.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_configure() { - DOCS="News.txt legal/Authors.txt README.md" - gnome2_src_configure --disable-appindicator - # $(use_enable ayatana appindicator) - # requires >=appindicator-sharp-0.0.7 -} |