tetromino 15/06/09 02:40:49 Added: metadata.xml ChangeLog gcab-0.6.ebuild Log: Library and tool for dealing with Microsoft CAB files, needed for some Gnome components; bug #528256, thanks to M8R-u38wij for the ebuild. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Revision Changes Path 1.1 app-arch/gcab/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gcab/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gcab/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>gnome</herd> </pkgmetadata> 1.1 app-arch/gcab/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gcab/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gcab/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for app-arch/gcab # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/gcab/ChangeLog,v 1.1 2015/06/09 02:40:49 tetromino Exp $ *gcab-0.6 (09 Jun 2015) 09 Jun 2015; Alexandre Rostovtsev <[email protected]> +gcab-0.6.ebuild, +metadata.xml: Library and tool for dealing with Microsoft CAB files, needed for some Gnome components; bug #528256, thanks to M8R-u38wij for the ebuild. 1.1 app-arch/gcab/gcab-0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gcab/gcab-0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gcab/gcab-0.6.ebuild?rev=1.1&content-type=text/plain Index: gcab-0.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/gcab/gcab-0.6.ebuild,v 1.1 2015/06/09 02:40:49 tetromino Exp $ EAPI=5 GCONF_DEBUG=no VALA_USE_DEPEND=vapigen inherit gnome2 vala DESCRIPTION="Library and tool for working with Microsoft Cabinet (CAB) files" HOMEPAGE="https://wiki.gnome.org/msitools" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=" >=dev-libs/glib-2.22:2 sys-libs/zlib introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.14 >=dev-util/intltool-0.40 sys-devel/gettext virtual/pkgconfig vala? ( $(vala_depend) ) " src_prepare() { gnome2_src_prepare use vala && vala_src_prepare } src_configure() { local myconf use vala || myconf="VAPIGEN=no" gnome2_src_configure \ --disable-static \ $(use_enable introspection) \ ${myconf} }
