summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-pg-qt
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-08-31 23:46:38 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-09-01 00:23:26 +1000
commit56a356c7b8faa10f8a5f58574c1b3bfb389822bf (patch)
tree2e3a73d08c257f0a524d328904cc99570e4796c6 /dev-util/kdevelop-pg-qt
parent7735848b0ad1523de3d9c3a2e99db16ceca3c669 (diff)
downloadgentoo-56a356c7b8faa10f8a5f58574c1b3bfb389822bf.tar.gz
gentoo-56a356c7b8faa10f8a5f58574c1b3bfb389822bf.tar.xz
dev-util/kdevelop-pg-qt: version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/kdevelop-pg-qt')
-rw-r--r--dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild
new file mode 100644
index 00000000000..79d0227c992
--- /dev/null
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_BRANCH="2.0"
+KDEBASE="kdevelop"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
+LICENSE="LGPL-2+ LGPL-2.1+"
+IUSE=""
+[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ sys-devel/bison
+ sys-devel/flex
+"
+RDEPEND="
+ !dev-util/kdevelop-pg-qt:4
+"