williamh 15/02/08 16:30:51 Modified: ChangeLog Added: shared-mime-info-1.4.ebuild Log: version bump requested by ssuominen (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.214 x11-misc/shared-mime-info/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?rev=1.214&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?rev=1.214&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?r1=1.213&r2=1.214 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v retrieving revision 1.213 retrieving revision 1.214 diff -u -r1.213 -r1.214 --- ChangeLog 30 May 2014 14:08:41 -0000 1.213 +++ ChangeLog 8 Feb 2015 16:30:51 -0000 1.214 @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/shared-mime-info -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.213 2014/05/30 14:08:41 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.214 2015/02/08 16:30:51 williamh Exp $ + +*shared-mime-info-1.4 (08 Feb 2015) + + 08 Feb 2015; William Hubbs <[email protected]> +shared-mime-info-1.4.ebuild: + version bump requested by ssuominen 30 May 2014; Samuli Suominen <[email protected]> -shared-mime-info-1.0.ebuild, -shared-mime-info-1.1.ebuild: 1.1 x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild?rev=1.1&content-type=text/plain Index: shared-mime-info-1.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.4.ebuild,v 1.1 2015/02/08 16:30:51 williamh Exp $ EAPI=5 inherit eutils fdo-mime DESCRIPTION="The Shared MIME-info Database specification" HOMEPAGE="http://freedesktop.org/wiki/Software/shared-mime-info" SRC_URI="http://people.freedesktop.org/~hadess/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=">=dev-libs/glib-2 dev-libs/libxml2" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext virtual/pkgconfig" DOCS=( ChangeLog HACKING NEWS README ) src_configure() { export ac_cv_func_fdatasync=no #487504 econf \ $(use_enable test default-make-check) \ --disable-update-mimedb } src_compile() { # FIXME: 0.91 fails with -j9 every second time like: # update_mime_database-update-mime-database.o: file not recognized: File truncated # collect2: ld returned 1 exit status emake -j1 } src_install() { default # in prefix, install an env.d entry such that prefix patch is used/added if use prefix; then echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share\"" > "${T}"/50mimeinfo doenvd "${T}"/50mimeinfo fi } pkg_postinst() { use prefix && export XDG_DATA_DIRS="${EPREFIX}"/usr/share fdo-mime_mime_database_update }
