diff options
author | Sam James <sam@gentoo.org> | 2022-07-20 01:06:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-20 01:07:25 +0000 |
commit | 9a9bf85f10a46a1478e4e2a012366968be7371f2 (patch) | |
tree | 93cc67766483f619a5a0b2031599cb5314cef3e4 | |
parent | net-misc/simpleDLNA: treeclean (broken) (diff) | |
download | dotnet-9a9bf85f10a46a1478e4e2a012366968be7371f2.tar.gz dotnet-9a9bf85f10a46a1478e4e2a012366968be7371f2.tar.bz2 dotnet-9a9bf85f10a46a1478e4e2a012366968be7371f2.zip |
net-misc/sparkleshare: treeclean (broken)
Bug: https://bugs.gentoo.org/858938
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/sparkleshare/Manifest | 1 | ||||
-rw-r--r-- | net-misc/sparkleshare/files/sparkleshare-1.4-mono-path.patch | 19 | ||||
-rw-r--r-- | net-misc/sparkleshare/metadata.xml | 11 | ||||
-rw-r--r-- | net-misc/sparkleshare/sparkleshare-1.4.ebuild | 49 |
4 files changed, 0 insertions, 80 deletions
diff --git a/net-misc/sparkleshare/Manifest b/net-misc/sparkleshare/Manifest deleted file mode 100644 index e4fe375..0000000 --- a/net-misc/sparkleshare/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST SparkleShare-1.4.tar.gz 4591395 SHA256 8584e693edab3dae225fa892a30b36a9c0645e20223ff8f843e8cfed5762303e SHA512 f0fd7d468c5e3fc08020fb99ddb9d2084333d72cea8ad27fc63b33a1ae1e65733180c9710a007d39faf3043417c20f249c41b104b6d39139f196083ff4533763 WHIRLPOOL 0c8ed50ac3cf5891508d9844e965cef84e7aad802ffe80174330583e1c3b3244cd349edf085f60c999d5f2b813d0a36b5cd3bdb25e078385fd8e2c74fa83cf92 diff --git a/net-misc/sparkleshare/files/sparkleshare-1.4-mono-path.patch b/net-misc/sparkleshare/files/sparkleshare-1.4-mono-path.patch deleted file mode 100644 index 643010d..0000000 --- a/net-misc/sparkleshare/files/sparkleshare-1.4-mono-path.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/build/m4/shamrock/mono.m4 b/build/m4/shamrock/mono.m4 -index c40ecbf..b0699fb 100755 ---- a/build/m4/shamrock/mono.m4 -+++ b/build/m4/shamrock/mono.m4 -@@ -57,7 +57,8 @@ AC_DEFUN([_SHAMROCK_CHECK_MONO_GAC_ASSEMBLIES], - AC_MSG_CHECKING([for Mono $2 GAC for $asm.dll]) - if test \ - -e "$($PKG_CONFIG --variable=libdir $1)/mono/$2/$asm.dll" -o \ -- -e "$($PKG_CONFIG --variable=prefix $1)/lib/mono/$2/$asm.dll"; \ -+ -e "$($PKG_CONFIG --variable=prefix $1)/lib/mono/$2/$asm.dll" -o \ -+ -e "/usr/lib/mono/xbuild-frameworks/.NETPortable/v$2/$asm.dll"; \ - then \ - AC_MSG_RESULT([found]) - else -@@ -91,4 +92,3 @@ AC_DEFUN([SHAMROCK_CHECK_MONO2_4_0_GAC_ASSEMBLIES], - [ - _SHAMROCK_CHECK_MONO_GAC_ASSEMBLIES(mono-2, 4.0, $*) - ]) -- diff --git a/net-misc/sparkleshare/metadata.xml b/net-misc/sparkleshare/metadata.xml deleted file mode 100644 index f6b70d4..0000000 --- a/net-misc/sparkleshare/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <description>Gentoo Dotnet Project</description> - </maintainer> - <upstream> - <remote-id type="github">hbons/sparkleshare</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/sparkleshare/sparkleshare-1.4.ebuild b/net-misc/sparkleshare/sparkleshare-1.4.ebuild deleted file mode 100644 index a6dd285..0000000 --- a/net-misc/sparkleshare/sparkleshare-1.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GCONF_DEBUG="no" # --enable-debug does not do anything -AT_M4DIR="build/m4/sparkleshare build/m4/shamrock build/m4/shave" - -inherit gnome2 mono-env autotools - -MY_PN="SparkleShare" -MY_P="SparkleShare-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Git-based collaboration and file sharing tool" -HOMEPAGE="https://www.sparkleshare.org" -SRC_URI="https://github.com/hbons/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" # ayatana - -COMMON_DEPEND=">=dev-lang/mono-2.8 - >=dev-dotnet/gtk-sharp-2.99.1 - >=dev-dotnet/notify-sharp-3.0 - dev-dotnet/webkitgtk-sharp - >=dev-dotnet/referenceassemblies-pcl-4.6 -" -RDEPEND="${COMMON_DEPEND} - >=dev-vcs/git-1.8 - net-misc/curl[ssl] - net-misc/openssh -" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig -" - -src_prepare() { - sed -i "/^SHAVE_INIT/d" configure.ac - epatch "${FILESDIR}/${P}-mono-path.patch" - eautoreconf -} - -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 -} |