diff options
Diffstat (limited to 'dev-dotnet/zeitgeist-sharp')
7 files changed, 0 insertions, 170 deletions
diff --git a/dev-dotnet/zeitgeist-sharp/Manifest b/dev-dotnet/zeitgeist-sharp/Manifest deleted file mode 100644 index fe7c0b6e9551..000000000000 --- a/dev-dotnet/zeitgeist-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zeitgeist-sharp-0.8.0.0.tar.gz 91520 SHA256 9878ebf87dbce99325ef66278778634e3509a331b6b07708cf68f78bde860fce SHA512 386a3c0b9bc03d4a73ce874243e7424c791c1c80622962e75eb6bddfd85ce8ce2e52c327bf132701ceb196c8d5f56a8ecff6605e3a2b3c39036fbb88c4ddf5f8 WHIRLPOOL ee362c4a5ff5016f2f0eb9b6b9df6010fa6e8389921c50c063b951702281a19658cbd152e9d448d1a34d03c2e291bbb8780780940bf3798784639ac983123a62 -DIST zeitgeist-sharp-docs-0.8.0.tar.gz 62294 SHA256 b0bccf187131ed226d040af02b0f1eae96cdb158358b5c348c21c73e5d2d0db3 SHA512 4d67a5b173338b8d10a96f53ead3bd310a21464d0b5e9f3afd7f44f46e86d3580bc6c84f1cd4722c4794c8ddc5efa4d5647da25978e55969e5b0b4004d80e10f WHIRLPOOL 765f28d12c86419486e5b1fc1cab958726c82641ab335abf6c5cf23979890dcdea378ed91f4cce331d3447a4feec2e7e6327f2c3e4292f7176490693f53e62f7 diff --git a/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-automake-1.12.patch b/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-automake-1.12.patch deleted file mode 100644 index b451be8464b7..000000000000 --- a/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-automake-1.12.patch +++ /dev/null @@ -1,28 +0,0 @@ -Description: Use a custom target, programfilesdir, to install to pkglibdir. - Automake 1.11.2 changed behaviour here, breaking the build. -Author: Iain Lane <laney@debian.org> -Forwarded: no - -Index: b/Makefile.am -=================================================================== ---- a/Makefile.am -+++ b/Makefile.am -@@ -1,3 +1,3 @@ - EXTRA_DIST = expansions.m4 - SUBDIRS = Zeitgeist --EXTRA_DIST = LICENSE MAINTAINERS NEWS -+EXTRA_DIST += LICENSE MAINTAINERS NEWS -Index: b/Zeitgeist/Makefile.am -=================================================================== ---- a/Zeitgeist/Makefile.am -+++ b/Zeitgeist/Makefile.am -@@ -13,7 +13,8 @@ - ZS_GACUTIL_UNINSTALL = $(GACUTIL) -u $(ZS_ASSEMBLY_NAME) $(GACUTIL_FLAGS) - - # magic automake variables --pkglib_DATA = \ -+programfilesdir = $(pkglibdir) -+programfiles_DATA = \ - $(ZS_ASSEMBLY_TARGET) $(ZS_ASSEMBLY_TARGET).mdb - - EXTRA_DIST = \ diff --git a/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch b/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch deleted file mode 100644 index 825b16b2d3b5..000000000000 --- a/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -ur a/Zeitgeist/Zeitgeist.csproj b/Zeitgeist/Zeitgeist.csproj ---- a/Zeitgeist/Zeitgeist.csproj 2011-05-09 16:24:12.000000000 -0500 -+++ b/Zeitgeist/Zeitgeist.csproj 2015-02-25 11:13:13.360309437 -0600 -@@ -1,5 +1,5 @@ - <?xml version="1.0" encoding="utf-8"?> --<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> -+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> - <PropertyGroup> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> diff --git a/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-zg-0.9.patch b/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-zg-0.9.patch deleted file mode 100644 index 97639b26a126..000000000000 --- a/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-zg-0.9.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configure.ac b/configure.ac
-index acf4cfd..11ed653 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -45,7 +45,7 @@ PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-1.0])
- PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-1.0])
- PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
-
--PKG_CHECK_MODULES([ZEITGEIST_DAEMON], [zeitgeist-daemon >= 0.7.1])
-+AC_CHECK_PROG([ZEITGEIST_DAEMON], [zeitgeist-daemon], yes, no)
-
- AC_CONFIG_FILES([
- Zeitgeist/zeitgeist-sharp.pc
\ No newline at end of file diff --git a/dev-dotnet/zeitgeist-sharp/metadata.xml b/dev-dotnet/zeitgeist-sharp/metadata.xml deleted file mode 100644 index 11f28e62f36f..000000000000 --- a/dev-dotnet/zeitgeist-sharp/metadata.xml +++ /dev/null @@ -1,15 +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> - <name>Gentoo Dotnet Project</name> - </maintainer> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <upstream> - <remote-id type="launchpad">zeitgeist-sharp</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild b/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild deleted file mode 100644 index 85c84dda9bbe..000000000000 --- a/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils mono versionator - -DIR_PV=$(get_version_component_range 1-2) -DIR_PV2=$(get_version_component_range 1-3) - -DESCRIPTION="Mono DBus API wrapper for Zeitgeist" -HOMEPAGE="https://launchpad.net/zeitgeist-sharp/" -SRC_URI=" - https://launchpad.net/zeitgeist-sharp/${DIR_PV}/${DIR_PV2}/+download/${P}.tar.gz - doc? ( https://launchpad.net/zeitgeist-sharp/${DIR_PV}/${DIR_PV2}/+download/${PN}-docs-${DIR_PV2}.tar.gz )" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-3" -IUSE="doc" - -RDEPEND=" - dev-dotnet/dbus-sharp:1.0 - dev-dotnet/dbus-sharp-glib:1.0 - dev-dotnet/glib-sharp - dev-lang/mono - gnome-extra/zeitgeist" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -PATCHES=( - "${FILESDIR}"/${P}-zg-0.9.patch - "${FILESDIR}"/${P}-automake-1.12.patch ) - -src_prepare() { - sed \ - -e "s:@expanded_libdir@:@libdir@:" \ - -i Zeitgeist/zeitgeist-sharp.pc.in || die - autotools-utils_src_prepare -} - -src_install() { - autotools-utils_src_install - use doc && dohtml -r "${WORKDIR}"/${PN}-docs/* -} diff --git a/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild b/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild deleted file mode 100644 index 019322032c16..000000000000 --- a/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils mono-env versionator - -DIR_PV=$(get_version_component_range 1-2) -DIR_PV2=$(get_version_component_range 1-3) - -DESCRIPTION="Mono DBus API wrapper for Zeitgeist" -HOMEPAGE="https://launchpad.net/zeitgeist-sharp/" -SRC_URI=" - https://launchpad.net/zeitgeist-sharp/${DIR_PV}/${DIR_PV2}/+download/${P}.tar.gz - doc? ( https://launchpad.net/zeitgeist-sharp/${DIR_PV}/${DIR_PV2}/+download/${PN}-docs-${DIR_PV2}.tar.gz )" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-3" -IUSE="doc" - -RDEPEND=" - dev-dotnet/dbus-sharp:1.0 - dev-dotnet/dbus-sharp-glib:1.0 - dev-dotnet/glib-sharp - dev-lang/mono - gnome-extra/zeitgeist" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -PATCHES=( - "${FILESDIR}"/${P}-zg-0.9.patch - "${FILESDIR}"/${P}-automake-1.12.patch - "${FILESDIR}"/${P}-fix-tools-version.patch -) - -src_prepare() { - sed \ - -e "s:@expanded_libdir@:@libdir@:" \ - -i Zeitgeist/zeitgeist-sharp.pc.in || die - autotools-utils_src_prepare -} - -src_install() { - use doc && HTML_DOCS=( "${WORKDIR}"/${PN}-docs/. ) - autotools-utils_src_install -} |