diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/qgit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.3-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.3.ebuild | 35 |
3 files changed, 5 insertions, 66 deletions
diff --git a/dev-vcs/qgit/ChangeLog b/dev-vcs/qgit/ChangeLog index abe0a0b35593..e3326f9485c0 100644 --- a/dev-vcs/qgit/ChangeLog +++ b/dev-vcs/qgit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/qgit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.7 2012/03/25 18:46:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.8 2012/03/25 20:01:51 pesa Exp $ + + 25 Mar 2012; Davide Pesavento <pesa@gentoo.org> -qgit-2.3-r1.ebuild, + -qgit-2.3.ebuild: + Remove old. 25 Mar 2012; Brent Baude <ranger@gentoo.org> qgit-2.4.ebuild: Marking qgit-2.4 ppc64 for bug 408709 diff --git a/dev-vcs/qgit/qgit-2.3-r1.ebuild b/dev-vcs/qgit/qgit-2.3-r1.ebuild deleted file mode 100644 index 90d064e6b000..000000000000 --- a/dev-vcs/qgit/qgit-2.3-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.3-r1.ebuild,v 1.1 2011/02/10 21:35:11 ulm Exp $ - -EAPI="2" - -inherit qt4-r2 - -MY_PV=${PV//_/} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="GUI interface for git/cogito SCM" -HOMEPAGE="http://digilander.libero.it/mcostalba/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND} - >=dev-vcs/git-1.5.3" - -S="${WORKDIR}/${PN}" - -src_install() { - newbin bin/qgit qgit4 - dodoc README -} diff --git a/dev-vcs/qgit/qgit-2.3.ebuild b/dev-vcs/qgit/qgit-2.3.ebuild deleted file mode 100644 index 1e185ffe9094..000000000000 --- a/dev-vcs/qgit/qgit-2.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.3.ebuild,v 1.1 2011/02/10 21:35:11 ulm Exp $ - -EAPI="1" - -inherit qt4 - -MY_PV=${PV//_/} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="GUI interface for git/cogito SCM" -HOMEPAGE="http://digilander.libero.it/mcostalba/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND} - >=dev-vcs/git-1.5.3" - -S="${WORKDIR}/${PN}" - -src_compile() { - eqmake4 || die "eqmake failed" - emake || die "emake failed" -} - -src_install() { - newbin bin/qgit qgit4 - dodoc README -} |