diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-10-22 15:41:04 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-10-22 15:41:04 +0200 |
commit | 92f1a9929974d8e1cfa4fb8b5e0cea403e741954 (patch) | |
tree | d80bf9d195545479004195decc4addc91ac14944 /dev-vcs/qgit | |
parent | www-servers/monkeyd: remove older stable version (diff) | |
download | gentoo-92f1a9929974d8e1cfa4fb8b5e0cea403e741954.tar.gz gentoo-92f1a9929974d8e1cfa4fb8b5e0cea403e741954.tar.bz2 gentoo-92f1a9929974d8e1cfa4fb8b5e0cea403e741954.zip |
dev-vcs/qgit: remove old, ppc/ppc64 are now ~arch only
Gentoo-Bug: 585870
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-vcs/qgit')
-rw-r--r-- | dev-vcs/qgit/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.5.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-vcs/qgit/Manifest b/dev-vcs/qgit/Manifest index cc057dcb2811..87e8a0c7e1a3 100644 --- a/dev-vcs/qgit/Manifest +++ b/dev-vcs/qgit/Manifest @@ -1,2 +1 @@ -DIST qgit-2.5.tar.gz 250855 SHA256 25f1ca2860d840d87b9919d34fc3a1b05d4163671ed87d29c3e4a8a09e0b2499 SHA512 1c56aa4019f3e7aeb4062f49bca48ff773ef0a9af9633e6ae58fe7bba441aa5d85bcdd2093954350d59bc6742b3440116b6e6d49c694a57cb1ffe70c89e4f94d WHIRLPOOL f312cb3ef6505aa61d6dbd8b07e7302047e73784042b29af7723b5a87c07e555d878a1173bee4b686c3c34059d61523d0caa1a3a8ae3b9aff947ec3b66d8f8fc DIST qgit-2.6.tar.gz 252491 SHA256 f463e4fa3571dcfb1ffe4c83bc5d7e1be8d2caa3513d28dbe0591a6d988239af SHA512 3bc1e68f8c92951eec52f73c21d3fc9bc8e41ede19468e89aec8ed43e127b38d11f391ee1a363e448ae94fa51d360092840422ddeb4b4b8eb141036dfa83204b WHIRLPOOL e014428bfc40d22928dc1e9e9c0fa6a811649b36338ba7644c32b5cb6b2a7964b2ad463a98223d176e92ecfc22828e16c1a395818b77fb2da4ba57713e588d77 diff --git a/dev-vcs/qgit/qgit-2.5.ebuild b/dev-vcs/qgit/qgit-2.5.ebuild deleted file mode 100644 index 44faeb7bb412..000000000000 --- a/dev-vcs/qgit/qgit-2.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils qt4-r2 - -DESCRIPTION="Qt4 GUI for git repositories" -HOMEPAGE="http://libre.tibirna.org/projects/qgit/wiki/QGit" -SRC_URI="http://libre.tibirna.org/attachments/download/9/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND} - >=dev-vcs/git-1.6 -" - -S=${WORKDIR}/redivivus - -src_install() { - newbin bin/qgit qgit4 - newicon src/resources/qgit.png qgit4.png - make_desktop_entry qgit4 QGit qgit4 - dodoc README -} |