chithanh 14/11/07 15:01:56 Modified: xtscal-0.6.3.ebuild ChangeLog Log: Add missing libXft dependency, bug #514262. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.9 x11-misc/xtscal/xtscal-0.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild?r1=1.8&r2=1.9 Index: xtscal-0.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xtscal-0.6.3.ebuild 21 Oct 2010 01:22:52 -0000 1.8 +++ xtscal-0.6.3.ebuild 7 Nov 2014 15:01:56 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild,v 1.8 2010/10/21 01:22:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/xtscal-0.6.3.ebuild,v 1.9 2014/11/07 15:01:56 chithanh Exp $ inherit autotools eutils @@ -13,8 +13,11 @@ KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" -DEPEND="x11-libs/libX11 x11-proto/xcalibrateproto x11-libs/libXCalibrate" RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-libs/libXCalibrate + x11-libs/libXft + x11-proto/xcalibrateproto" src_unpack() { unpack ${A} 1.9 x11-misc/xtscal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xtscal/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xtscal/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xtscal/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xtscal/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 21 Oct 2010 01:22:52 -0000 1.8 +++ ChangeLog 7 Nov 2014 15:01:56 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xtscal -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/ChangeLog,v 1.8 2010/10/21 01:22:52 ranger Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtscal/ChangeLog,v 1.9 2014/11/07 15:01:56 chithanh Exp $ + + 07 Nov 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + xtscal-0.6.3.ebuild: + Add missing libXft dependency, bug #514262. 21 Oct 2010; Brent Baude <[email protected]> xtscal-0.6.3.ebuild: Marking xtscal-0.6.3 ppc stable for bug 239063 @@ -27,4 +31,3 @@ 15 Mar 2009; <[email protected]> +metadata.xml, +xtscal-0.6.3.ebuild: - initial commit of xtscal-0.6.3 -
