summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-12-17 21:24:22 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-12-17 21:24:22 +0000
commitd502244bb8c06c3e606eb7a3779121d9a4725dcd (patch)
treea4e727ea1a1279e5b5ca41dcccba69b9f4aeab21 /kde-frameworks/kcodecs/kcodecs-5.5.0.ebuild
parentVersion bump for apache-2.4.x support, bug #532780. (diff)
downloadgentoo-2-d502244bb8c06c3e606eb7a3779121d9a4725dcd.tar.gz
gentoo-2-d502244bb8c06c3e606eb7a3779121d9a4725dcd.tar.bz2
gentoo-2-d502244bb8c06c3e606eb7a3779121d9a4725dcd.zip
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-frameworks/kcodecs/kcodecs-5.5.0.ebuild')
-rw-r--r--kde-frameworks/kcodecs/kcodecs-5.5.0.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/kde-frameworks/kcodecs/kcodecs-5.5.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.5.0.ebuild
new file mode 100644
index 000000000000..5c3ee9fb6755
--- /dev/null
+++ b/kde-frameworks/kcodecs/kcodecs-5.5.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kcodecs/kcodecs-5.5.0.ebuild,v 1.1 2014/12/17 21:24:22 mrueg Exp $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Framework for manipulating strings using various encodings"
+LICENSE="GPL-2+ LGPL-2+"
+KEYWORDS=" ~amd64"
+IUSE="nls"
+
+DEPEND="nls? ( dev-qt/linguist-tools:5 )"