Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/
Date: Sun, 02 Feb 2020 23:24:11
Message-Id: 1580685834.5b245a9322d6c65c4ca14c6136e804b1724c508b.asturm@gentoo
1 commit: 5b245a9322d6c65c4ca14c6136e804b1724c508b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 19:18:44 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 23:23:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b245a93
7
8 dev-util/kdevelop-pg-qt: 2.2.1 version bump
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/kdevelop-pg-qt/Manifest | 1 +
14 .../kdevelop-pg-qt/kdevelop-pg-qt-2.2.1.ebuild | 24 ++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-util/kdevelop-pg-qt/Manifest b/dev-util/kdevelop-pg-qt/Manifest
18 index 31d712ad324..15735a52751 100644
19 --- a/dev-util/kdevelop-pg-qt/Manifest
20 +++ b/dev-util/kdevelop-pg-qt/Manifest
21 @@ -1 +1,2 @@
22 DIST kdevelop-pg-qt-2.2.0.tar.xz 660284 BLAKE2B 103572038bc3c3c43eecd3ff9411e2d28aeabf60bfc0bb91c6056d05901711f2dfe03ba098c658000b1a68998644efe34cede2857b3131e2a59f4accf8cecbf2 SHA512 a34bbdbf6e99d3b004c8a1d925fa5d45d9084b1542551f71de6a79c7ef851ca7057593f09c8824ae7961072c9f5e16199d7c4d7a037174f81163f669c96970f4
23 +DIST kdevelop-pg-qt-2.2.1.tar.xz 660904 BLAKE2B b3874ee4f36d43f6d39a28a79f4638601340ce0545c2fe965393e9fe266a960e904ce5cd3215a7903f7b011f2e138d3be8999563366ce796f50524084a36192b SHA512 0ef3daba60ee6c7d4602b31610bdc68709a730d4c3443770eac1aa1d298fc03e10b38bc0d2e34dd44df5bba1c3af945c87e80d8aaa818e0b1787121f056c78a9
24
25 diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1.ebuild
26 new file mode 100644
27 index 00000000000..a5929c543c5
28 --- /dev/null
29 +++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +ECM_TEST="true"
37 +inherit ecm kde.org
38 +
39 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
40 + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
41 + KEYWORDS="~amd64 ~x86"
42 +fi
43 +
44 +DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
45 +HOMEPAGE="https://www.kdevelop.org/"
46 +
47 +LICENSE="LGPL-2+ LGPL-2.1+"
48 +SLOT="5"
49 +IUSE=""
50 +
51 +BDEPEND="
52 + sys-devel/bison
53 + sys-devel/flex
54 +"