Add mercurial-1.9 and git-1.7.6

This commit is contained in:
Chris Roberts
2011-07-02 19:30:25 +00:00
parent 150e817570
commit 76dd21ee4b
4 changed files with 122 additions and 0 deletions

25
dev-vcs/git/git-1.7.6.bep Normal file
View File

@@ -0,0 +1,25 @@
DESCRIPTION="git a fast version control system"
HOMEPAGE="http://git-scm.com/"
SRC_URI="http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2"
CHECKSUM_MD5="9e0a438eb71e89eedb61f89470ed32a0"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="net-misc/curl >= 7.20.0
dev-lang/perl >= 5.10.1"
BUILD {
cd git-1.7.6
make strip
}
INSTALL {
cd git-1.7.6
make install
}
TEST {
cd git-1.7.6
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2005-2011 Git Authors (see git web site for list)"