diff options
author | 2014-12-22 23:30:09 +0000 | |
---|---|---|
committer | 2014-12-22 23:30:09 +0000 | |
commit | 6c73f4237fba45e48f39a932abdac89c6d20c7ea (patch) | |
tree | 3f521980f41ead048341cda88b8fb72a68e469ad /gnome-extra | |
parent | Version bump for Gnome 3.14. (diff) | |
download | gentoo-2-6c73f4237fba45e48f39a932abdac89c6d20c7ea.tar.gz gentoo-2-6c73f4237fba45e48f39a932abdac89c6d20c7ea.tar.bz2 gentoo-2-6c73f4237fba45e48f39a932abdac89c6d20c7ea.zip |
Version bump for Gnome 3.14.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-system-monitor/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild | 43 |
2 files changed, 50 insertions, 1 deletions
diff --git a/gnome-extra/gnome-system-monitor/ChangeLog b/gnome-extra/gnome-system-monitor/ChangeLog index 950fdfef5389..259e6a25f2f0 100644 --- a/gnome-extra/gnome-system-monitor/ChangeLog +++ b/gnome-extra/gnome-system-monitor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gnome-system-monitor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.254 2014/11/13 11:55:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.255 2014/12/22 23:30:09 eva Exp $ + +*gnome-system-monitor-3.14.1 (22 Dec 2014) + + 22 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-system-monitor-3.14.1.ebuild: + Version bump for Gnome 3.14. 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -files/gnome-system-monitor-2.28.2-gmodule.patch, diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild new file mode 100644 index 000000000000..a890cb72220c --- /dev/null +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild,v 1.1 2014/12/22 23:30:09 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="The Gnome System Monitor" +HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="systemd +X" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +RDEPEND=" + >=dev-libs/glib-2.37.3:2 + >=gnome-base/libgtop-2.28.2:2= + >=x11-libs/gtk+-3.12:3[X(+)] + >=dev-cpp/gtkmm-3.3.18:3.0 + >=dev-cpp/glibmm-2.34:2 + >=dev-libs/libxml2-2.0:2 + >=gnome-base/librsvg-2.35:2 + + systemd? ( >=sys-apps/systemd-38:0= ) + X? ( >=x11-libs/libwnck-2.91.0:3 ) +" +DEPEND="${RDEPEND} + >=app-text/gnome-doc-utils-0.20 + >=dev-util/intltool-0.41.0 + virtual/pkgconfig + + systemd? ( !=sys-apps/systemd-43* ) +" + +src_configure() { + gnome2_src_configure \ + $(use_enable systemd) \ + $(use_enable X wnck) \ + ITSTOOL=$(type -P true) +} |