mr_bones_ 15/04/02 18:22:41 Modified: lgi-0.7.2.ebuild lgi-0.6.2-r1.ebuild ChangeLog Log: add missing test to IUSE (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 dev-lua/lgi/lgi-0.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild?r1=1.6&r2=1.7 Index: lgi-0.7.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- lgi-0.7.2.ebuild 14 Mar 2014 04:05:07 -0000 1.6 +++ lgi-0.7.2.ebuild 2 Apr 2015 18:22:41 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.6 2014/03/14 04:05:07 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.7 2015/04/02 18:22:41 mr_bones_ Exp $ EAPI=4 @@ -15,7 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd" -IUSE="examples" +IUSE="examples test" RDEPEND=">=dev-lang/lua-5.1 dev-libs/gobject-introspection 1.2 dev-lua/lgi/lgi-0.6.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.6.2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.6.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.6.2-r1.ebuild?r1=1.1&r2=1.2 Index: lgi-0.6.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.6.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lgi-0.6.2-r1.ebuild 8 Feb 2013 15:48:18 -0000 1.1 +++ lgi-0.6.2-r1.ebuild 2 Apr 2015 18:22:41 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.6.2-r1.ebuild,v 1.1 2013/02/08 15:48:18 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.6.2-r1.ebuild,v 1.2 2015/04/02 18:22:41 mr_bones_ Exp $ EAPI=4 @@ -15,7 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="examples" +IUSE="examples test" RDEPEND=">=dev-lang/lua-5.1 dev-libs/gobject-introspection 1.9 dev-lua/lgi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 14 Mar 2014 04:05:07 -0000 1.8 +++ ChangeLog 2 Apr 2015 18:22:41 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for dev-lua/lgi -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.8 2014/03/14 04:05:07 nerdboy Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.9 2015/04/02 18:22:41 mr_bones_ Exp $ + + 02 Apr 2015; Michael Sterrett <[email protected]> lgi-0.6.2-r1.ebuild, + lgi-0.7.2.ebuild: + add missing test to IUSE 14 Mar 2014; Steve Arnold <[email protected]> lgi-0.7.2.ebuild: Stable on arm (tested on armv7 trimslice and MK-802) wrt bug #500796
