commit:     50b008393067bb65b36d6a39b248c44fb41e75ac
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 16:23:22 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 16:23:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b00839

dev-vcs/qgit: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/qgit/Manifest        |  1 -
 dev-vcs/qgit/qgit-2.6.ebuild | 47 --------------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-vcs/qgit/Manifest b/dev-vcs/qgit/Manifest
index 0da6a74b608..41f843b8454 100644
--- a/dev-vcs/qgit/Manifest
+++ b/dev-vcs/qgit/Manifest
@@ -1,2 +1 @@
-DIST qgit-2.6.tar.gz 252491 SHA256 
f463e4fa3571dcfb1ffe4c83bc5d7e1be8d2caa3513d28dbe0591a6d988239af SHA512 
3bc1e68f8c92951eec52f73c21d3fc9bc8e41ede19468e89aec8ed43e127b38d11f391ee1a363e448ae94fa51d360092840422ddeb4b4b8eb141036dfa83204b
 WHIRLPOOL 
e014428bfc40d22928dc1e9e9c0fa6a811649b36338ba7644c32b5cb6b2a7964b2ad463a98223d176e92ecfc22828e16c1a395818b77fb2da4ba57713e588d77
 DIST qgit-2.7.tar.gz 259624 SHA256 
183d116b2fb38c6a76c99577f6cc86f0241f8b6bdc74042be4cb8631567f5e9e SHA512 
024fd825aaec64301f0bcbe0ca1d02eb8da0d754d79d09075b1cd87a507d44c97092b824949f2637b37f0e71b36723cad6963cd00dcb2f7597832aba3a5ab842
 WHIRLPOOL 
cbe9f3c241b0f8fc01351a92e3a4b31bc49de61e3486abb427b81ef129e6b90670b809bfaf4bbd9caa46b8a18143f3b4ae7b19f621978e9c1b1b5bf15626c037

diff --git a/dev-vcs/qgit/qgit-2.6.ebuild b/dev-vcs/qgit/qgit-2.6.ebuild
deleted file mode 100644
index de1d561b352..00000000000
--- a/dev-vcs/qgit/qgit-2.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils
-
-DESCRIPTION="Qt GUI for git repositories"
-HOMEPAGE="http://libre.tibirna.org/projects/qgit";
-SRC_URI="http://libre.tibirna.org/attachments/download/12/${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}/redivivus-2d0c3b0
-
-src_prepare() {
-       default
-
-       # respect CXXFLAGS
-       sed -i -e '/CONFIG\s*+=/s/debug_and_release//' \
-               -e '/QMAKE_CXXFLAGS.*+=/d' \
-               src/src.pro || die
-}
-
-src_configure() {
-       eqmake5
-}
-
-src_install() {
-       dobin bin/qgit
-       doicon src/resources/qgit.png
-       make_desktop_entry qgit QGit qgit
-       einstalldocs
-}

Reply via email to