commit: ed03ff55e1428ffd04d3e0161cf5ceae8ed719b3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 01:07:19 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 01:07:19 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ed03ff55
dev-vcs/qgit: Drop 1.5.8
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-vcs/qgit/qgit-1.5.8.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/dev-vcs/qgit/qgit-1.5.8.ebuild b/dev-vcs/qgit/qgit-1.5.8.ebuild
deleted file mode 100644
index 0d301f92..00000000
--- a/dev-vcs/qgit/qgit-1.5.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-inherit qt3
-
-MY_PV=${PV//_/}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="GUI interface for git/cogito SCM"
-HOMEPAGE="https://digilander.libero.it/mcostalba/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="=dev-qt/qt-meta-3*"
-RDEPEND="${DEPEND}
- >=dev-vcs/git-1.5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- dobin src/qgit
- dodoc README ChangeLog
-}