jer 14/04/17 10:07:32 Modified: ChangeLog Added: xsri-2.1.0-r3.ebuild Log: Explicitly link against libm (bug #507880 by Wolf Armstrong). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.19 x11-misc/xsri/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsri/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsri/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsri/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 26 Dec 2013 18:56:32 -0000 1.18 +++ ChangeLog 17 Apr 2014 10:07:32 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xsri -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.18 2013/12/26 18:56:32 creffett Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.19 2014/04/17 10:07:32 jer Exp $ + +*xsri-2.1.0-r3 (17 Apr 2014) + + 17 Apr 2014; Jeroen Roovers <[email protected]> +xsri-2.1.0-r3.ebuild, + +files/xsri-2.1.0-configure.patch: + Explicitly link against libm (bug #507880 by Wolf Armstrong). 26 Dec 2013; Chris Reffett <[email protected]> -xsri-2.1.0-r1.ebuild: Remove old wrt bug 496030 1.1 x11-misc/xsri/xsri-2.1.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r3.ebuild?rev=1.1&content-type=text/plain Index: xsri-2.1.0-r3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r3.ebuild,v 1.1 2014/04/17 10:07:32 jer Exp $ EAPI=5 inherit autotools eutils rpm DESCRIPTION="The xsri wallpaper setter from RedHat" HOMEPAGE="http://fedoraproject.org" SRC_URI="http://download.fedoraproject.org/pub/fedora/linux/releases/15/Everything/source/SRPMS/${P}-17.fc12.src.rpm" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-configure.patch eautoreconf } src_install() { emake DESTDIR="${D}" install dodoc AUTHORS README doman ../${PN}.1 }
