jlec 15/07/27 18:33:49 Modified: ChangeLog Added: zeitgeist-sharp-0.8.0.0-r2.ebuild Log: Backport patch, bug #537548; thanks Jason Lynch preparing the patch; Bump to mono-env.eclass and EAPI=5 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.11 dev-dotnet/zeitgeist-sharp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 27 Jul 2015 18:27:45 -0000 1.10 +++ ChangeLog 27 Jul 2015 18:33:49 -0000 1.11 @@ -1,6 +1,14 @@ # ChangeLog for dev-dotnet/zeitgeist-sharp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v 1.10 2015/07/27 18:27:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v 1.11 2015/07/27 18:33:49 jlec Exp $ + +*zeitgeist-sharp-0.8.0.0-r2 (27 Jul 2015) + + 27 Jul 2015; Justin Lecher <[email protected]> + +files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch, + +zeitgeist-sharp-0.8.0.0-r2.ebuild: + Backport patch, bug #537548; thanks Jason Lynch preparing the patch; Bump to + mono-env.eclass and EAPI=5 27 Jul 2015; Justin Lecher <[email protected]> -zeitgeist-sharp-0.8.0.0.ebuild: Drop old 1.1 dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild?rev=1.1&content-type=text/plain Index: zeitgeist-sharp-0.8.0.0-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild,v 1.1 2015/07/27 18:33:49 jlec Exp $ 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 }
