ssuominen 14/03/10 13:00:14 Modified: mate-panel-1.6.1.ebuild ChangeLog Log: Remove invalid SLOT dependencies from pkg-config, gettext and intltool. Remove bogus sys-libs/glibc dependency. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.3 mate-base/mate-panel/mate-panel-1.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?r1=1.2&r2=1.3 Index: mate-panel-1.6.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mate-panel-1.6.1.ebuild 9 Mar 2014 14:45:32 -0000 1.2 +++ mate-panel-1.6.1.ebuild 10 Mar 2014 13:00:14 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v 1.2 2014/03/09 14:45:32 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v 1.3 2014/03/10 13:00:14 ssuominen Exp $ EAPI="5" @@ -51,11 +51,10 @@ app-text/docbook-xml-dtd:4.1.2 >=app-text/mate-doc-utils-1.2.1:0 >=dev-lang/perl-5:0= - >=dev-util/intltool-0.40:0 + >=dev-util/intltool-0.40 >=mate-base/mate-common-1.6:0 - sys-devel/gettext:0 - sys-libs/glibc:2.2 - virtual/pkgconfig:0" + sys-devel/gettext + virtual/pkgconfig" src_prepare() { # Disable python check. 1.3 mate-base/mate-panel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 9 Mar 2014 14:45:32 -0000 1.2 +++ ChangeLog 10 Mar 2014 13:00:14 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for mate-base/mate-panel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.2 2014/03/09 14:45:32 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.3 2014/03/10 13:00:14 ssuominen Exp $ + + 10 Mar 2014; Samuli Suominen <[email protected]> mate-panel-1.6.1.ebuild: + Remove invalid SLOT dependencies from pkg-config, gettext and intltool. Remove + bogus sys-libs/glibc dependency. 09 Mar 2014; Tom Wijsman <[email protected]> mate-panel-1.6.1.ebuild: Remove gtk-doc dependency as we don't build documentation.
