diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-03-08 08:23:07 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-03-08 08:23:07 +0000 |
commit | ad2e95111628e17c095209a65b362b733f556e52 (patch) | |
tree | 4a73f39c6460e1e283d1f94cfcdde2338e90c2e1 /dev-vcs | |
parent | Remove old. (diff) | |
download | gentoo-2-ad2e95111628e17c095209a65b362b733f556e52.tar.gz gentoo-2-ad2e95111628e17c095209a65b362b733f556e52.tar.bz2 gentoo-2-ad2e95111628e17c095209a65b362b733f556e52.zip |
Remove old.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/qgit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.4.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-vcs/qgit/ChangeLog b/dev-vcs/qgit/ChangeLog index 24e9c29d08ea..23a68cce9e47 100644 --- a/dev-vcs/qgit/ChangeLog +++ b/dev-vcs/qgit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/qgit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.13 2013/03/02 21:08:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.14 2013/03/08 08:23:07 pesa Exp $ + + 08 Mar 2013; Davide Pesavento <pesa@gentoo.org> -qgit-2.4.ebuild: + Remove old. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qgit-2.4.ebuild, qgit-2.5.ebuild: diff --git a/dev-vcs/qgit/qgit-2.4.ebuild b/dev-vcs/qgit/qgit-2.4.ebuild deleted file mode 100644 index 83952df88956..000000000000 --- a/dev-vcs/qgit/qgit-2.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild,v 1.6 2013/03/02 21:08:50 hwoarang Exp $ - -EAPI=4 - -inherit eutils qt4-r2 - -DESCRIPTION="Qt4 GUI for git repositories" -HOMEPAGE="http://libre.tibirna.org/projects/qgit/wiki/QGit" -SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="amd64 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 -} |