eva 14/12/24 00:20:16 Modified: ChangeLog Added: gnome-core-libs-3.14.0.ebuild Removed: gnome-core-libs-3.10.0.ebuild Log: Version bump for Gnome 3.14. Clean up old revision. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.25 gnome-base/gnome-core-libs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 23 Jul 2014 15:16:51 -0000 1.24 +++ ChangeLog 24 Dec 2014 00:20:16 -0000 1.25 @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gnome-core-libs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v 1.24 2014/07/23 15:16:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v 1.25 2014/12/24 00:20:16 eva Exp $ + +*gnome-core-libs-3.14.0 (24 Dec 2014) + + 24 Dec 2014; Gilles Dartiguelongue <[email protected]> + -gnome-core-libs-3.10.0.ebuild, +gnome-core-libs-3.14.0.ebuild: + Version bump for Gnome 3.14. Clean up old revision. 23 Jul 2014; Agostino Sarubbo <[email protected]> gnome-core-libs-3.12.0.ebuild: Stable for x86, wrt bug #512012 1.1 gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild?rev=1.1&content-type=text/plain Index: gnome-core-libs-3.14.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild,v 1.1 2014/12/24 00:20:16 eva Exp $ EAPI="5" DESCRIPTION="Sub-meta package for the core libraries of GNOME 3" HOMEPAGE="http://www.gnome.org/" LICENSE="metapackage" SLOT="3.0" IUSE="cups python" # when unmasking for an arch # double check none of the deps are still masked ! KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" # Note to developers: # This is a wrapper for the core libraries used by GNOME 3 RDEPEND=" >=dev-libs/glib-2.42.0:2 >=x11-libs/gdk-pixbuf-2.30.8:2 >=x11-libs/pango-1.36.8 >=media-libs/clutter-1.20.0:1.0 >=x11-libs/gtk+-${PV}:3[cups?] >=dev-libs/atk-2.14 >=x11-libs/libwnck-3.14:3 >=gnome-base/librsvg-2.40.2 >=gnome-base/gnome-desktop-${PV}:3 >=x11-libs/startup-notification-0.12 >=gnome-base/gvfs-1.22.1 >=gnome-base/dconf-0.22.0 || ( >=media-libs/gstreamer-0.10.36:0.10 >=media-libs/gstreamer-1.2.3:1.0 ) || ( >=media-libs/gst-plugins-base-0.10.36:0.10 >=media-libs/gst-plugins-base-1.2.3:1.0 ) || ( >=media-libs/gst-plugins-good-0.10.31:0.10 >=media-libs/gst-plugins-good-1.2.3:1.0 ) python? ( >=dev-python/pygobject-${PV}:3 ) " DEPEND="" S="${WORKDIR}"
