mgorny 15/06/20 20:02:05 Modified: libxfce4ui-4.12.1-r2.ebuild ChangeLog Log: Fix gtk-doc install location (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild?r1=1.1&r2=1.2 Index: libxfce4ui-4.12.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libxfce4ui-4.12.1-r2.ebuild 20 Jun 2015 19:53:25 -0000 1.1 +++ libxfce4ui-4.12.1-r2.ebuild 20 Jun 2015 20:02:05 -0000 1.2 @@ -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/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild,v 1.1 2015/06/20 19:53:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild,v 1.2 2015/06/20 20:02:05 mgorny Exp $ EAPI=5 inherit xfconf @@ -38,7 +38,6 @@ # requires deprecated glade:3 (gladeui-1.0), bug #551296 --disable-gladeui --with-vendor-info=Gentoo - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 1.60 xfce-base/libxfce4ui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 20 Jun 2015 19:55:20 -0000 1.59 +++ ChangeLog 20 Jun 2015 20:02:05 -0000 1.60 @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4ui # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.59 2015/06/20 19:55:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.60 2015/06/20 20:02:05 mgorny Exp $ + + 20 Jun 2015; Michał Górny <[email protected]> libxfce4ui-4.12.1-r2.ebuild: + Fix gtk-doc install location 20 Jun 2015; Michał Górny <[email protected]> libxfce4ui-4.12.1-r1.ebuild: Restore USE=glade in the older ebuild, removal was accidental.
