pacho 15/06/04 14:19:40 Modified: xearth-1.1-r1.ebuild ChangeLog Log: x11-libs/libXext is needed (#514268) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.9 x11-misc/xearth/xearth-1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild?r1=1.8&r2=1.9 Index: xearth-1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xearth-1.1-r1.ebuild 18 Mar 2012 19:57:14 -0000 1.8 +++ xearth-1.1-r1.ebuild 4 Jun 2015 14:19:40 -0000 1.9 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.8 2012/03/18 19:57:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.9 2015/06/04 14:19:40 pacho Exp $ -EAPI="2" +EAPI=5 inherit eutils toolchain-funcs @@ -16,12 +16,16 @@ KEYWORDS="alpha amd64 ppc ppc64 x86" IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libXt" +RDEPEND=" + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt +" DEPEND="${RDEPEND} x11-misc/imake app-text/rman - x11-proto/xproto" + x11-proto/xproto +" src_prepare() { epatch "${FILESDIR}"/${P}-include.patch @@ -34,8 +38,7 @@ src_compile() { emake CC=$(tc-getCC) \ CCOPTIONS="${CFLAGS}" \ - EXTRA_LDOPTIONS="${LDFLAGS}" \ - || die + EXTRA_LDOPTIONS="${LDFLAGS}" } src_install() { 1.27 x11-misc/xearth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 18 May 2015 21:40:19 -0000 1.26 +++ ChangeLog 4 Jun 2015 14:19:40 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xearth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.26 2015/05/18 21:40:19 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.27 2015/06/04 14:19:40 pacho Exp $ + + 04 Jun 2015; Pacho Ramos <[email protected]> xearth-1.1-r1.ebuild: + x11-libs/libXext is needed (#514268) 18 May 2015; Manuel RĂ¼ger <[email protected]> -xearth-1.1.ebuild: Remove old.
