diff options
author | 2013-09-29 07:29:58 +0000 | |
---|---|---|
committer | 2013-09-29 07:29:58 +0000 | |
commit | 35d04562527ac96c862317c2525e74cdc146345d (patch) | |
tree | 21616b54f77fb63885c354c2bdf3685b2eb684fb /gnome-base | |
parent | downgrade s390, sh to ~arch (diff) | |
download | gentoo-2-35d04562527ac96c862317c2525e74cdc146345d.tar.gz gentoo-2-35d04562527ac96c862317c2525e74cdc146345d.tar.bz2 gentoo-2-35d04562527ac96c862317c2525e74cdc146345d.zip |
Version bump (looks like gnome-panel is still alive with new upstream)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-fallback/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gnome-fallback/gnome-fallback-3.8.0.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/gnome-base/gnome-fallback/ChangeLog b/gnome-base/gnome-fallback/ChangeLog index 13e10c0cc0c2..5ad7c0ad3926 100644 --- a/gnome-base/gnome-fallback/ChangeLog +++ b/gnome-base/gnome-fallback/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-fallback # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-fallback/ChangeLog,v 1.9 2013/03/07 08:33:26 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-fallback/ChangeLog,v 1.10 2013/09/29 07:29:58 pacho Exp $ + +*gnome-fallback-3.8.0 (29 Sep 2013) + + 29 Sep 2013; Pacho Ramos <pacho@gentoo.org> +gnome-fallback-3.8.0.ebuild: + Version bump (looks like gnome-panel is still alive with new upstream) 07 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -gnome-fallback-3.4.1.ebuild: diff --git a/gnome-base/gnome-fallback/gnome-fallback-3.8.0.ebuild b/gnome-base/gnome-fallback/gnome-fallback-3.8.0.ebuild new file mode 100644 index 000000000000..c00123666ed0 --- /dev/null +++ b/gnome-base/gnome-fallback/gnome-fallback-3.8.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-fallback/gnome-fallback-3.8.0.ebuild,v 1.1 2013/09/29 07:29:58 pacho Exp $ + +EAPI="5" + +DESCRIPTION="Sub-meta package for GNOME 3 fallback mode" +HOMEPAGE="https://wiki.gnome.org/GnomeFlashback" +LICENSE="metapackage" +SLOT="3.0" +IUSE="cups" + +# 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 GNOME 3 fallback apps list +RDEPEND=" + >=gnome-base/gnome-core-libs-${PV}[cups?] + + >=x11-wm/metacity-2.34.13 + >=x11-misc/notification-daemon-0.7.6 + >=gnome-extra/polkit-gnome-0.105 + >=gnome-base/gnome-panel-${PV} +" +DEPEND="" + +S="${WORKDIR}" |