dilfridge 15/04/05 23:23:02 Modified: ChangeLog Added: xvattr-1.3-r3.ebuild Removed: xvattr-1.3-r2.ebuild Log: Fix build, bug 456802. EAPI=5, drop to ~arch since nothing depends on it and stable fails to build (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.26 media-video/xvattr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 5 May 2012 08:58:56 -0000 1.25 +++ ChangeLog 5 Apr 2015 23:23:02 -0000 1.26 @@ -1,6 +1,13 @@ # ChangeLog for media-video/xvattr -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.25 2012/05/05 08:58:56 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.26 2015/04/05 23:23:02 dilfridge Exp $ + +*xvattr-1.3-r3 (05 Apr 2015) + + 05 Apr 2015; Andreas K. Huettel <[email protected]> -xvattr-1.3-r2.ebuild, + +xvattr-1.3-r3.ebuild, +files/xvattr-1.3-pod-encoding.patch: + Fix build, bug 456802. EAPI=5, drop to ~arch since nothing depends on it and + stable fails to build 05 May 2012; Jeff Horelick <[email protected]> xvattr-1.3-r2.ebuild: dev-util/pkgconfig -> virtual/pkgconfig 1.1 media-video/xvattr/xvattr-1.3-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/xvattr-1.3-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/xvattr-1.3-r3.ebuild?rev=1.1&content-type=text/plain Index: xvattr-1.3-r3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3-r3.ebuild,v 1.1 2015/04/05 23:23:02 dilfridge Exp $ EAPI=5 inherit eutils autotools DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project" HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd" SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT=0 KEYWORDS="~amd64 ~ppc ~x86" IUSE="gtk" RDEPEND="x11-libs/libX11 x11-libs/libXv x11-libs/libXext gtk? ( x11-libs/gtk+:2 )" DEPEND="${RDEPEND} x11-libs/libXt virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gtk.patch epatch "${FILESDIR}"/${P}-pod-encoding.patch eautoreconf } src_configure() { econf $(use_with gtk) } src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README }
