robbat2 15/06/11 01:10:11 Modified: lgi-0.7.2.ebuild ChangeLog Added: lgi-0.9.0.ebuild Log: Bump per bug #551710. (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.8 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.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild?r1=1.7&r2=1.8 Index: lgi-0.7.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lgi-0.7.2.ebuild 2 Apr 2015 18:22:41 -0000 1.7 +++ lgi-0.7.2.ebuild 11 Jun 2015 01:10:11 -0000 1.8 @@ -1,6 +1,6 @@ # 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.7 2015/04/02 18:22:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.8 2015/06/11 01:10:11 robbat2 Exp ${PV}.ebuild,v 1.7 2015/04/02 18:22:41 mr_bones_ Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="Lua bindings using gobject-introspection" HOMEPAGE="http://github.com/pavouk/lgi" -SRC_URI="https://github.com/pavouk/lgi/archive/0.7.2.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" 1.11 dev-lua/lgi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 6 Jun 2015 19:38:58 -0000 1.10 +++ ChangeLog 11 Jun 2015 01:10:11 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-lua/lgi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.10 2015/06/06 19:38:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.11 2015/06/11 01:10:11 robbat2 Exp $ + +*lgi-0.9.0 (11 Jun 2015) + + 11 Jun 2015; Robin H. Johnson <[email protected]> +lgi-0.9.0.ebuild, + lgi-0.7.2.ebuild: + Bump per bug #551710. 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-lua/lgi/lgi-0.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild?rev=1.1&content-type=text/plain Index: lgi-0.9.0.ebuild =================================================================== # 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.9.0.ebuild,v 1.1 2015/06/11 01:10:11 robbat2 Exp ${PV}.ebuild,v 1.7 2015/04/02 18:22:41 mr_bones_ Exp $ EAPI=4 VIRTUALX_REQUIRED="manual" inherit eutils toolchain-funcs flag-o-matic virtualx DESCRIPTION="Lua bindings using gobject-introspection" HOMEPAGE="http://github.com/pavouk/lgi" SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="examples test" RDEPEND=">=dev-lang/lua-5.1 dev-libs/gobject-introspection dev-libs/glib virtual/libffi" DEPEND="${RDEPEND} virtual/pkgconfig test? ( x11-libs/cairo[glib] x11-libs/gtk+[introspection] ${VIRTUALX_DEPEND} )" src_prepare() { sed -i \ -e "s:^LUA_LIBDIR.*$:LUA_LIBDIR = $($(tc-getPKG_CONFIG) --variable INSTALL_CMOD lua):" \ -e "s:^LUA_SHAREDIR.*$:LUA_SHAREDIR = $($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua):" \ "${S}"/lgi/Makefile || die "sed failed" } src_compile() { emake CC="$(tc-getCC)" COPTFLAGS="-Wall -Wextra ${CFLAGS}" LIBFLAG="-shared ${LDFLAGS}" } src_test() { Xemake CC="$(tc-getCC)" COPTFLAGS="-Wall -Wextra ${CFLAGS}" LIBFLAG="-shared ${LDFLAGS}" check } src_install() { emake DESTDIR="${D}" install dohtml -r docs/* dodoc README.md if use examples; then dodoc -r samples fi }
