From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C378F139694 for ; Sat, 6 May 2017 20:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A4D1E0E5F; Sat, 6 May 2017 20:05:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28791E0E5F for ; Sat, 6 May 2017 20:05:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 610F73416EE for ; Sat, 6 May 2017 20:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D6E4745E for ; Sat, 6 May 2017 20:05:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1494100947.ecf149dda4a47cbe2b6379e2469fbee9febe9727.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild X-VCS-Directories: dev-util/kdevelop-pg-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ecf149dda4a47cbe2b6379e2469fbee9febe9727 X-VCS-Branch: master Date: Sat, 6 May 2017 20:05:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b05a0a91-0e18-45c7-937d-ce82e896acd7 X-Archives-Hash: e0dcbbc76a63d81f960d2496046914af commit: ecf149dda4a47cbe2b6379e2469fbee9febe9727 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 6 18:48:20 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 6 20:02:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf149dd dev-util/kdevelop-pg-qt: Drop old Package-Manager: Portage-2.3.5, Repoman-2.3.1 .../kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild | 25 ---------------------- 1 file changed, 25 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 deleted file mode 100644 index 0ae117dac97..00000000000 --- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_BRANCH="2.0" -KDEBASE="kdevelop" -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins" -SRC_URI="mirror://kde/stable/${_kdebase}/${PV}/src/${PN}-${PV%.0}.tar.xz" -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 -" - -S="${WORKDIR}/${PN}-${PV%.0}"