summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-dotnet/zeitgeist-sharp
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-dotnet/zeitgeist-sharp')
-rw-r--r--dev-dotnet/zeitgeist-sharp/Manifest2
-rw-r--r--dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-automake-1.12.patch28
-rw-r--r--dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch10
-rw-r--r--dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-zg-0.9.patch13
-rw-r--r--dev-dotnet/zeitgeist-sharp/metadata.xml10
-rw-r--r--dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild50
-rw-r--r--dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild52
7 files changed, 165 insertions, 0 deletions
diff --git a/dev-dotnet/zeitgeist-sharp/Manifest b/dev-dotnet/zeitgeist-sharp/Manifest
new file mode 100644
index 000000000000..fe7c0b6e9551
--- /dev/null
+++ b/dev-dotnet/zeitgeist-sharp/Manifest
@@ -0,0 +1,2 @@
+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
new file mode 100644
index 000000000000..b451be8464b7
--- /dev/null
+++ b/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-automake-1.12.patch
@@ -0,0 +1,28 @@
+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
new file mode 100644
index 000000000000..825b16b2d3b5
--- /dev/null
+++ b/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch
@@ -0,0 +1,10 @@
+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
new file mode 100644
index 000000000000..97639b26a126
--- /dev/null
+++ b/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-zg-0.9.patch
@@ -0,0 +1,13 @@
+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
new file mode 100644
index 000000000000..f6cd94fa34c2
--- /dev/null
+++ b/dev-dotnet/zeitgeist-sharp/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </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
new file mode 100644
index 000000000000..28943d7a11c6
--- /dev/null
+++ b/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2013 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="
+ http://launchpad.net/zeitgeist-sharp/${DIR_PV}/${DIR_PV2}/+download/${P}.tar.gz
+ doc? ( http://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
+ dev-dotnet/dbus-sharp-glib
+ 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
new file mode 100644
index 000000000000..26b476448c3e
--- /dev/null
+++ b/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild
@@ -0,0 +1,52 @@
+# 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="
+ http://launchpad.net/zeitgeist-sharp/${DIR_PV}/${DIR_PV2}/+download/${P}.tar.gz
+ doc? ( http://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
+ dev-dotnet/dbus-sharp-glib
+ 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
+}