summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-02-14 22:09:58 +0000
committerJohannes Huber <johu@gentoo.org>2015-02-14 22:09:58 +0000
commit74b62f2ff15457f5192135569c197c6d6fb3c655 (patch)
tree0ae0e3f9483bbf4d3da54d603b86a850aa88a5d4 /kde-frameworks/kemoticons
parentKeyword ~ppc, bug #505998 (diff)
downloadgentoo-2-74b62f2ff15457f5192135569c197c6d6fb3c655.tar.gz
gentoo-2-74b62f2ff15457f5192135569c197c6d6fb3c655.tar.bz2
gentoo-2-74b62f2ff15457f5192135569c197c6d6fb3c655.zip
Version bump KDE Frameworks 5.7.0
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-frameworks/kemoticons')
-rw-r--r--kde-frameworks/kemoticons/ChangeLog7
-rw-r--r--kde-frameworks/kemoticons/kemoticons-5.7.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-frameworks/kemoticons/ChangeLog b/kde-frameworks/kemoticons/ChangeLog
index 2654f50a85dc..a988badb7211 100644
--- a/kde-frameworks/kemoticons/ChangeLog
+++ b/kde-frameworks/kemoticons/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-frameworks/kemoticons
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kemoticons/ChangeLog,v 1.6 2015/01/09 18:25:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kemoticons/ChangeLog,v 1.7 2015/02/14 22:09:57 johu Exp $
+
+*kemoticons-5.7.0 (14 Feb 2015)
+
+ 14 Feb 2015; Johannes Huber <johu@gentoo.org> +kemoticons-5.7.0.ebuild:
+ Version bump KDE Frameworks 5.7.0
*kemoticons-5.6.0 (09 Jan 2015)
diff --git a/kde-frameworks/kemoticons/kemoticons-5.7.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.7.0.ebuild
new file mode 100644
index 000000000000..906fedddcf94
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.7.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kemoticons/kemoticons-5.7.0.ebuild,v 1.1 2015/02/14 22:09:57 johu Exp $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kservice)
+ dev-qt/qtgui:5
+ dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}"
+
+# requires running kde environment
+RESTRICT="test"