diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-04 00:19:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-04 02:55:20 +0200 |
commit | 7cf27b439416d6d03b2e021bfb21560f108d591f (patch) | |
tree | 1366d4945ead0b20b48659ff3b7ab56ed0f0f67c /dev-vcs/qgit | |
parent | net-news/quiterss: Drop 0.18.12 (diff) | |
download | gentoo-7cf27b439416d6d03b2e021bfb21560f108d591f.tar.gz gentoo-7cf27b439416d6d03b2e021bfb21560f108d591f.tar.bz2 gentoo-7cf27b439416d6d03b2e021bfb21560f108d591f.zip |
dev-vcs/qgit: Drop 2.8
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-vcs/qgit')
-rw-r--r-- | dev-vcs/qgit/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.8.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-vcs/qgit/Manifest b/dev-vcs/qgit/Manifest index 78ddc6a6892f..236635a670ae 100644 --- a/dev-vcs/qgit/Manifest +++ b/dev-vcs/qgit/Manifest @@ -1,2 +1 @@ -DIST qgit-2.8.tar.gz 260236 BLAKE2B eb6dfc83891a8598c31c4711dfcfca1952abfdd8d2e54ce295260674b63bb90ec84fc582f8b045342640e3aed1aab0f000ec89e47a9147e98d1274540a744b2e SHA512 9845064a3f0b2e48b7bb1cbe8f252eaa4e4174cfd2e270ba6c746f0200847ee4d3cdded7f9550849743781669bd7f6f1afe1e83a918b2863a915876b27a3e42a DIST qgit-2.9.tar.gz 263875 BLAKE2B 8ec1235c760f2473a0700e7033ab99f3e72f019dee47761b86999a7de173132cf6592e9f5652b68285cd126adc4efffb5688944f34be2686683727354ab041c5 SHA512 2c91e02d0a7ea1e4620882520c77b47ff9b28fb9c9f9d178bf98b3e728e600e8d86a9e6e4cd60c33dbe63ced3636934fb7cdd6b0d5fa58182873675e3f97cc33 diff --git a/dev-vcs/qgit/qgit-2.8.ebuild b/dev-vcs/qgit/qgit-2.8.ebuild deleted file mode 100644 index 87a3a7a1e009..000000000000 --- a/dev-vcs/qgit/qgit-2.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Qt GUI for git repositories" -HOMEPAGE="https://github.com/tibirna/qgit" -SRC_URI="https://github.com/tibirna/qgit/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - dev-vcs/git - !dev-vcs/qgit:2 -" - -S=${WORKDIR}/${PN}-${P} |