diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-04-18 22:13:02 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-04-18 22:13:02 +0000 |
commit | 73109f33df0003a8204a9727cae87d0f677b673b (patch) | |
tree | 88dc66d54b4d12fc35884b97d7ab3ab2c0738718 /dev-util/git | |
parent | Remove k9copy from p.mask. (diff) | |
download | historical-73109f33df0003a8204a9727cae87d0f677b673b.tar.gz historical-73109f33df0003a8204a9727cae87d0f677b673b.tar.bz2 historical-73109f33df0003a8204a9727cae87d0f677b673b.zip |
New upstream version.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/git/Manifest | 10 | ||||
-rw-r--r-- | dev-util/git/files/digest-git-1.3.0 | 3 | ||||
-rw-r--r-- | dev-util/git/git-1.3.0.ebuild | 114 |
4 files changed, 129 insertions, 5 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index ce1700d3a1ce..1eb850c6098a 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/git # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.89 2006/04/08 11:14:11 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.90 2006/04/18 22:13:01 ferdy Exp $ + +*git-1.3.0 (18 Apr 2006) + + 18 Apr 2006; Fernando J. Pereda <ferdy@gentoo.org> +git-1.3.0.ebuild: + New upstream version. *git-1.2.6 (08 Apr 2006) diff --git a/dev-util/git/Manifest b/dev-util/git/Manifest index eec0ffef95d8..8f6e142a6070 100644 --- a/dev-util/git/Manifest +++ b/dev-util/git/Manifest @@ -1,20 +1,22 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 5fdae74a7ec578b5b4f62132e29fbe72 ChangeLog 13217 +MD5 42edcfc91c20f8bd3cdf5b0deaad2ad5 ChangeLog 13340 MD5 8623111b91d1c7d14999e96d857384d9 files/digest-git-1.1.6 194 MD5 84d4ff578de4ab1679708b38a45bc5a9 files/digest-git-1.2.4 194 MD5 7a453ab63b1d3cb334fc936938036ac3 files/digest-git-1.2.6 194 +MD5 fe21aed083a86faa00694e15c05e0e5a files/digest-git-1.3.0 194 MD5 5c96e23fef078682e648254d9197f618 files/git-daemon.confd 376 MD5 ad6b9193f41375013fad4455bf1acda7 files/git-daemon.initd 526 MD5 d706b2feec7dc3f145eb36492d0e8190 git-1.1.6.ebuild 3145 MD5 a2e605431541714572613ff01be60c8b git-1.2.4.ebuild 3208 MD5 085ba9af7e4364fa103c97e2be1d14b1 git-1.2.6.ebuild 3201 +MD5 96377c2e8ac1d27238280fa4e99d7e14 git-1.3.0.ebuild 3199 MD5 3526aab52e4319669bc1064d4d4ac83a metadata.xml 316 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFEN5suViELBEf1JB0RAm0yAJ9Vagm3eynxgszG8X94B4zI2fJwSgCdHANs -KTeTLoMrTvjpn+dmgQT1NMI= -=stYM +iD8DBQFERWSJViELBEf1JB0RAuMFAJ93UC4WH9yHxSA8uYhnNNjsCyutBACeJx+N +EYnvVvP1kxi+7h621Z3z4mg= +=IIFg -----END PGP SIGNATURE----- diff --git a/dev-util/git/files/digest-git-1.3.0 b/dev-util/git/files/digest-git-1.3.0 new file mode 100644 index 000000000000..d0fd3f42ff28 --- /dev/null +++ b/dev-util/git/files/digest-git-1.3.0 @@ -0,0 +1,3 @@ +MD5 33db94b67856b40ad452b518d5ca51fe git-1.3.0.tar.bz2 618105 +MD5 ceaff8a92e9edb6e30e3ea57bc9d3a84 git-html-1.3.0.tar.bz2 209668 +MD5 18908bc2979a412074da90a1de696627 git-man-1.3.0.tar.bz2 77185 diff --git a/dev-util/git/git-1.3.0.ebuild b/dev-util/git/git-1.3.0.ebuild new file mode 100644 index 000000000000..f8ff5f9e1e17 --- /dev/null +++ b/dev-util/git/git-1.3.0.ebuild @@ -0,0 +1,114 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.3.0.ebuild,v 1.1 2006/04/18 22:13:02 ferdy Exp $ + +inherit python toolchain-funcs eutils + +DOC_VER=${PV} + +DESCRIPTION="GIT - the stupid content tracker" +HOMEPAGE="http://kernel.org/pub/software/scm/git/" +SRC_URI="mirror://kernel/software/scm/git/${P}.tar.bz2 + mirror://gentoo/${PN}-man-${DOC_VER}.tar.bz2 + doc? ( mirror://gentoo/${PN}-html-${DOC_VER}.tar.bz2 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="mozsha1 ppcsha1 doc curl X gitsendemail webdav" + +DEPEND="dev-libs/openssl + sys-libs/zlib + !app-misc/git + curl? ( net-misc/curl ) + webdav? ( dev-libs/expat )" +RDEPEND="${DEPEND} + dev-lang/perl + >=dev-lang/python-2.3 + app-text/rcs + X? ( dev-lang/tk ) + dev-perl/String-ShellQuote + gitsendemail? ( dev-perl/Mail-Sendmail dev-perl/Email-Valid )" + +# This is needed because for some obscure reasons future calls to make don't +# pick up these exports if we export them in src_unpack() +exportmakeopts() { + local myopts + + if use mozsha1 ; then + myopts="${myopts} MOZILLA_SHA1=YesPlease" + elif use ppcsha1 ; then + myopts="${myopts} PPC_SHA1=YesPlease" + fi + + if use curl ; then + use webdav || myopts="${myopts} NO_EXPAT=YesPlease" + else + myopts="${myopts} NO_CURL=YesPlease" + use webdav && ewarn "USE=webdav only matters with USE=curl. Ignoring." + fi + + use gitsendemail && myopts="${myopts} WITH_SEND_EMAIL=YesPlease" + + # Older python versions need own subproccess.py + python_version + [[ ${PYVER} < 2.4 ]] && myopts="${myopts} WITH_OWN_SUBPROCESS_PY=YesPlease" + + use elibc_uclibc && myopts="${myopts} NO_ICONV=YesPlease" + + export MY_MAKEOPTS=${myopts} +} + +src_unpack() { + unpack ${A} + cd ${S} + + sed -i \ + -e "s:^\(CFLAGS = \).*$:\1${CFLAGS} -Wall:" \ + -e "s:^\(LDFLAGS = \).*$:\1${LDFLAGS}:" \ + -e "s:^\(CC = \).*$:\1$(tc-getCC):" \ + -e "s:^\(AR = \).*$:\1$(tc-getAR):" \ + Makefile || die "sed failed" + + exportmakeopts +} + +src_compile() { + emake ${MY_MAKEOPTS} prefix=/usr || die "make failed" +} + +src_install() { + make ${MY_MAKEOPTS} DESTDIR=${D} prefix=/usr install || die "make install failed" + + use X || rm ${D}/usr/bin/gitk + + doman ${WORKDIR}/${PN}-man-${DOC_VER}/man?/* + + dodoc README COPYING Documentation/SubmittingPatches + if use doc ; then + dodoc Documentation/technical/* + dodir /usr/share/doc/${PF}/html + cp -r ${WORKDIR}/${PN}-html-${DOC_VER}/* ${D}/usr/share/doc/${PF}/html + fi + + newinitd "${FILESDIR}/git-daemon.initd" git-daemon + newconfd "${FILESDIR}/git-daemon.confd" git-daemon +} + +src_test() { + cd ${S} + make ${MY_MAKEOPTS} test || die "tests failed" +} + +pkg_postinst() { + einfo + einfo "If you want to import arch repositories into git, consider using the" + einfo "git-archimport command. You should install dev-util/tla before" + einfo + einfo "If you want to import cvs repositories into git, consider using the" + einfo "git-cvsimport command. You should install >=dev-util/cvsps-2.1 before" + einfo + einfo "If you want to import svn repositories into git, consider using the" + einfo "git-svnimport command. You should install dev-util/subversion before" + einfo +} |