summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-06 20:34:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-06 22:02:12 +0200
commit71f4d405c97982b726d646618b9f29c05c4c4bfe (patch)
tree0fe3095833efd8a535ca15c84d16edf7e78a0df0 /dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild
parentdev-util/kdevelop-php: Drop slot 4 (diff)
downloadgentoo-71f4d405c97982b726d646618b9f29c05c4c4bfe.tar.gz
gentoo-71f4d405c97982b726d646618b9f29c05c4c4bfe.tar.bz2
gentoo-71f4d405c97982b726d646618b9f29c05c4c4bfe.zip
dev-util/kdevelop-pg-qt: Drop slot 4
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild')
-rw-r--r--dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild
deleted file mode 100644
index e0d777c68636..000000000000
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit kde4-base
-
-if [[ $PV == *9999* ]]; then
- KEYWORDS=""
-else
- 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"
-HOMEPAGE="http://www.kdevelop.org"
-LICENSE="LGPL-2"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND=""
-DEPEND="
- sys-devel/bison
- sys-devel/flex
-"
-
-PATCHES=( "${FILESDIR}/${P}-bison3.patch" )