diff options
author | 2014-12-25 22:48:41 +0000 | |
---|---|---|
committer | 2014-12-25 22:48:41 +0000 | |
commit | 79b4345d7e5ed4d08032cce025625bdd6787a14e (patch) | |
tree | f26fc1f53f660582befe5e551ea4490fd434fd49 /gnome-base/gnome-core-apps | |
parent | Add missing snakeoil dep (diff) | |
download | gentoo-2-79b4345d7e5ed4d08032cce025625bdd6787a14e.tar.gz gentoo-2-79b4345d7e5ed4d08032cce025625bdd6787a14e.tar.bz2 gentoo-2-79b4345d7e5ed4d08032cce025625bdd6787a14e.zip |
Version bump for Gnome 3.14. Dropped keywords due to bug #523924 and bug #523468.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base/gnome-core-apps')
-rw-r--r-- | gnome-base/gnome-core-apps/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild (renamed from gnome-base/gnome-core-apps/gnome-core-apps-3.10.0.ebuild) | 15 |
2 files changed, 15 insertions, 9 deletions
diff --git a/gnome-base/gnome-core-apps/ChangeLog b/gnome-base/gnome-core-apps/ChangeLog index 10845930ebda..a48f25eabb5d 100644 --- a/gnome-base/gnome-core-apps/ChangeLog +++ b/gnome-base/gnome-core-apps/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-base/gnome-core-apps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.28 2014/07/23 15:16:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.29 2014/12/25 22:48:41 eva Exp $ + +*gnome-core-apps-3.14.0 (25 Dec 2014) + + 25 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-core-apps-3.10.0.ebuild, +gnome-core-apps-3.14.0.ebuild: + Version bump for Gnome 3.14. Dropped keywords due to bug #523924 and bug + #523468. 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gnome-core-apps-3.12.0.ebuild: Stable for x86, wrt bug #512012 diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.10.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild index 07cc782fb44b..851e55b58305 100644 --- a/gnome-base/gnome-core-apps/gnome-core-apps-3.10.0.ebuild +++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild @@ -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/gnome-base/gnome-core-apps/gnome-core-apps-3.10.0.ebuild,v 1.6 2014/03/09 11:58:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild,v 1.1 2014/12/25 22:48:41 eva Exp $ EAPI="5" @@ -12,7 +12,7 @@ IUSE="+bluetooth +cdr cups" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~amd64 ~arm ~x86" # Note to developers: # This is a wrapper for the core apps tightly integrated with GNOME 3 @@ -21,14 +21,14 @@ RDEPEND=" >=gnome-base/gnome-core-libs-${PV}[cups?] >=gnome-base/gnome-session-${PV} - >=gnome-base/gnome-menus-${PV}:3 + >=gnome-base/gnome-menus-3.10.1:3 >=gnome-base/gnome-settings-daemon-${PV}[cups?] >=gnome-base/gnome-control-center-${PV}[cups?] >=app-crypt/gcr-${PV} >=gnome-base/nautilus-${PV} >=gnome-base/gnome-keyring-${PV} - >=gnome-extra/evolution-data-server-${PV} + >=gnome-extra/evolution-data-server-3.12.9 >=app-crypt/seahorse-${PV} >=app-editors/gedit-${PV} @@ -36,19 +36,18 @@ RDEPEND=" >=gnome-extra/gnome-contacts-${PV} >=media-gfx/eog-${PV} >=media-video/totem-${PV} - >=net-im/empathy-${PV} + >=net-im/empathy-3.12.7 >=x11-terms/gnome-terminal-${PV} >=gnome-extra/gnome-user-docs-${PV} >=gnome-extra/yelp-${PV} >=x11-themes/gtk-engines-2.20.2:2 - >=x11-themes/gnome-icon-theme-${PV} - >=x11-themes/gnome-icon-theme-symbolic-${PV} + >=x11-themes/adwaita-icon-theme-${PV} >=x11-themes/gnome-themes-standard-${PV} bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} ) - cdr? ( >=app-cdr/brasero-${PV} ) + cdr? ( >=app-cdr/brasero-3.12.0 ) !gnome-base/gnome-applets " |