summaryrefslogtreecommitdiff
path: root/dev-util/qgit/qgit-9999.ebuild
diff options
context:
space:
mode:
authorTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-22 17:10:16 +0200
committerTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-22 17:10:16 +0200
commit3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae (patch)
tree1322931fe42d20a84a7e9ca769118ba20385465d /dev-util/qgit/qgit-9999.ebuild
parent4bb61c28c25350c7eb7eca50edc9e682083022e1 (diff)
downloadkde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.gz
kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.bz2
kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.zip
Initial commit of live branch, not removed anything yet. Needs a hell of cleanup.
Diffstat (limited to 'dev-util/qgit/qgit-9999.ebuild')
-rw-r--r--dev-util/qgit/qgit-9999.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-util/qgit/qgit-9999.ebuild b/dev-util/qgit/qgit-9999.ebuild
new file mode 100644
index 00000000000..33d4cb860b3
--- /dev/null
+++ b/dev-util/qgit/qgit-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="1"
+
+inherit git qt4
+
+EGIT_REPO_URI="git://git.kernel.org/pub/scm/qgit/qgit4.git"
+CPPUNIT_REQUIRED="optional"
+
+DESCRIPTION="GUI interface for git/cogito SCM"
+HOMEPAGE="http://digilander.libero.it/mcostalba/"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.4*:4 )"
+RDEPEND="${DEPEND}
+ >=dev-util/git-1.5.3"
+
+src_compile() {
+ eqmake4 || die "eqmake failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ newbin bin/qgit qgit4
+ dodoc README
+}
+
+pkg_postinst() {
+ elog "This is installed as qgit4 now so you can still use 1.5 series (Qt3-based)"
+}