diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-04-25 15:13:42 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-04-25 15:13:42 +0000 |
commit | f7c9967865acfe28377fb38c47c975028306c094 (patch) | |
tree | 9ea797e01a3e162a49b6fa8d52a04f18520e241d /mate-extra | |
parent | Fix LICENSE: Free for non-commercial use, as per e-mail from Tom Aust and Gen... (diff) | |
download | gentoo-2-f7c9967865acfe28377fb38c47c975028306c094.tar.gz gentoo-2-f7c9967865acfe28377fb38c47c975028306c094.tar.bz2 gentoo-2-f7c9967865acfe28377fb38c47c975028306c094.zip |
Version bump to 1.8.0.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-system-monitor/ChangeLog | 8 | ||||
-rw-r--r-- | mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild | 45 |
2 files changed, 52 insertions, 1 deletions
diff --git a/mate-extra/mate-system-monitor/ChangeLog b/mate-extra/mate-system-monitor/ChangeLog index b44c2f40de25..a54586c2200a 100644 --- a/mate-extra/mate-system-monitor/ChangeLog +++ b/mate-extra/mate-system-monitor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mate-extra/mate-system-monitor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-system-monitor/ChangeLog,v 1.1 2014/03/10 23:53:58 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-system-monitor/ChangeLog,v 1.2 2014/04/25 15:13:42 tomwij Exp $ + +*mate-system-monitor-1.8.0 (25 Apr 2014) + + 25 Apr 2014; Tom Wijsman <TomWij@gentoo.org> + +mate-system-monitor-1.8.0.ebuild: + Version bump to 1.8.0. *mate-system-monitor-1.6.1 (10 Mar 2014) diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild new file mode 100644 index 000000000000..a9fb3818783f --- /dev/null +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild,v 1.1 2014/04/25 15:13:42 tomwij Exp $ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="The MATE System Monitor" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-text/rarian:0 + >=dev-cpp/glibmm-2.16:2 + >=dev-cpp/gtkmm-2.22:2.4 + >=dev-libs/dbus-glib-0.70:0 + >=dev-libs/glib-2.28:2 + dev-libs/libsigc++:2 + >=dev-libs/libxml2-2:2 + >=gnome-base/libgtop-2.23.1:2 + >=gnome-base/librsvg-2.12:2 + >=sys-apps/dbus-0.7:0 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.20:2 + >=x11-libs/libwnck-2.5:1 + >=x11-themes/mate-icon-theme-1.6:0 + virtual/libintl:0" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + >=dev-util/intltool-0.35:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +DOCS="AUTHORS ChangeLog NEWS README" |