summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-12-26 21:17:13 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-12-26 21:17:13 +1100
commit77c0c6c85dcc64cef2cfdc5a8443ff2ddade9f7d (patch)
tree0b826d08c41d5d875995de101281088cc3fa9e2f /dev-util
parent0dedac6e4cd067035157c0c0d4ade8f4c8d9ff3d (diff)
downloadkde-77c0c6c85dcc64cef2cfdc5a8443ff2ddade9f7d.tar.gz
kde-77c0c6c85dcc64cef2cfdc5a8443ff2ddade9f7d.tar.bz2
kde-77c0c6c85dcc64cef2cfdc5a8443ff2ddade9f7d.zip
[dev-util/kdevelop-pg-qt] Add Qt 5 port.
Package-Manager: portage-2.2.15
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild
new file mode 100644
index 00000000000..78ac77df705
--- /dev/null
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDEBASE="kdevelop"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ sys-devel/bison
+ sys-devel/flex
+"