summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:39:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:45:57 +0100
commit0e2dfd1557ec73433329275f864cddf632164c56 (patch)
tree6ecb02506738a23238b2f081d3eb008985b4a071 /dev-util
parentkde-apps/kdepim-runtime: quickgit.kde.org -> invent.kde.org (diff)
downloadkde-sunset-0e2dfd1557ec73433329275f864cddf632164c56.tar.gz
kde-sunset-0e2dfd1557ec73433329275f864cddf632164c56.tar.bz2
kde-sunset-0e2dfd1557ec73433329275f864cddf632164c56.zip
dev-util/kdevelop-pg-qt: 1.1.0_p20150726 snapshot bump
Replaces 1.1.0 with broken SRC_URI and tarball to be found nowhere else. Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/kdevelop-pg-qt/Manifest2
-rw-r--r--dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0_p20150726.ebuild (renamed from dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild)16
2 files changed, 7 insertions, 11 deletions
diff --git a/dev-util/kdevelop-pg-qt/Manifest b/dev-util/kdevelop-pg-qt/Manifest
index 8a4f1649..cb4a8ac5 100644
--- a/dev-util/kdevelop-pg-qt/Manifest
+++ b/dev-util/kdevelop-pg-qt/Manifest
@@ -1 +1 @@
-DIST kdevelop-pg-qt-1.1.0.tar.gz 1091846 SHA256 30f78dcf08e9da88bb0643629e17dd8e360afea40370b8772afff197cb2f1685 SHA512 e43f7be38ba50ced6c15988266ee6163cfdcf1fe1b26b02a1c4586394378234eb7a76d7fbc84fc9e395121e916515e4950de672959c9e1ebc72332a0ecdaf364 WHIRLPOOL 3830ce0e3b3ad27a9613efe07d7d4a19d88100cef393ca74af4bce54261e7f52a71dee0351f415e4ca26f7e95a0281ecc26713c02313732887272adcd0e4aa18
+DIST kdevelop-pg-qt-1.1.0_p20150726.tar.gz 996982 BLAKE2B 5ebea3d113f6261c09a37a682459da72d6cf506335129ab2e4ea0edfb6a30f95065cc4433f81c47e675e3a8c496e8342848ed9864c982920f4a6046f3817e7b1 SHA512 c1b1da2a0093754c56497db04f0810876ee2e1246afd38c028c870df865852d47f87d7d469186c0b02ff387b01804049d8f3abfde7dce170bac53034749eeccb
diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0_p20150726.ebuild
index e0d3b88b..2f9caa68 100644
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0_p20150726.ebuild
@@ -1,20 +1,18 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+COMMIT=8e6845216dc1f7bae64311459042e528b8e78de1
KDEBASE="kdevelop"
inherit kde4-base
-if [[ $PV == *9999* ]]; then
- KEYWORDS=""
-else
- SRC_URI="https://quickgit.kde.org/?p=${PN}.git&a=snapshot&h=${PV%%.0} -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
+SRC_URI="https://invent.kde.org/${KDEBASE}/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="
@@ -22,5 +20,3 @@ DEPEND="
sys-devel/flex
"
RDEPEND="dev-util/kdevelop:4"
-
-S="${WORKDIR}/${PN}"