commit:     77c0c6c85dcc64cef2cfdc5a8443ff2ddade9f7d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 10:17:13 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 10:17:13 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77c0c6c8

[dev-util/kdevelop-pg-qt] Add Qt 5 port.

Package-Manager: portage-2.2.15

---
 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

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 0000000..78ac77d
--- /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
+"

Reply via email to