summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-04-22 19:29:16 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-04-22 19:29:16 +0000
commitc7a48e542a446db40420255eba47d0bf2368699f (patch)
tree6f4d818b3831fd319617e01b96772c80f89ffad7
parentversion bump (diff)
downloadgentoo-2-c7a48e542a446db40420255eba47d0bf2368699f.tar.gz
gentoo-2-c7a48e542a446db40420255eba47d0bf2368699f.tar.bz2
gentoo-2-c7a48e542a446db40420255eba47d0bf2368699f.zip
Version bump to 1.8.0.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
-rw-r--r--mate-extra/mate-calc/ChangeLog7
-rw-r--r--mate-extra/mate-calc/mate-calc-1.8.0.ebuild36
2 files changed, 42 insertions, 1 deletions
diff --git a/mate-extra/mate-calc/ChangeLog b/mate-extra/mate-calc/ChangeLog
index ed59dc96027c..205d2fa8c8ba 100644
--- a/mate-extra/mate-calc/ChangeLog
+++ b/mate-extra/mate-calc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mate-extra/mate-calc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v 1.5 2014/03/10 22:49:19 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v 1.6 2014/04/22 19:29:16 tomwij Exp $
+
+*mate-calc-1.8.0 (22 Apr 2014)
+
+ 22 Apr 2014; Tom Wijsman <TomWij@gentoo.org> +mate-calc-1.8.0.ebuild:
+ Version bump to 1.8.0.
10 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-calc-1.6.1.ebuild:
Update dependencies per the consensus formed with ssuominen.
diff --git a/mate-extra/mate-calc/mate-calc-1.8.0.ebuild b/mate-extra/mate-calc/mate-calc-1.8.0.ebuild
new file mode 100644
index 000000000000..40fc881b0e70
--- /dev/null
+++ b/mate-extra/mate-calc/mate-calc-1.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/mate-calc-1.8.0.ebuild,v 1.1 2014/04/22 19:29:16 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="A calculator application for MATE"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-text/rarian:0
+ >=dev-libs/glib-2.30:2
+ dev-libs/atk:0
+ dev-libs/libxml2:2
+ >=x11-libs/gtk+-2.18:2
+ x11-libs/pango: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"