summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2006-02-23 12:24:05 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2006-02-23 12:24:05 +0000
commitfed6801f4903721f76dc0dbefba16a0c94306902 (patch)
treeb2d8bc3ae5e0f05b912d1578a22d5d14e36a7feb /dev-util/git
parentStable on x86. (diff)
downloadhistorical-fed6801f4903721f76dc0dbefba16a0c94306902.tar.gz
historical-fed6801f4903721f76dc0dbefba16a0c94306902.tar.bz2
historical-fed6801f4903721f76dc0dbefba16a0c94306902.zip
New upstream version
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-util/git')
-rw-r--r--dev-util/git/ChangeLog7
-rw-r--r--dev-util/git/Manifest10
-rw-r--r--dev-util/git/files/digest-git-1.2.33
-rw-r--r--dev-util/git/git-1.2.3.ebuild114
4 files changed, 129 insertions, 5 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index 604ac5270221..565ebca7a444 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.78 2006/02/19 22:32:41 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.79 2006/02/23 12:24:05 ferdy Exp $
+
+*git-1.2.3 (23 Feb 2006)
+
+ 23 Feb 2006; Fernando J. Pereda <ferdy@gentoo.org> +git-1.2.3.ebuild:
+ New upstream version
*git-1.2.2 (19 Feb 2006)
diff --git a/dev-util/git/Manifest b/dev-util/git/Manifest
index 2d66c8259a3d..74b59b4be8d5 100644
--- a/dev-util/git/Manifest
+++ b/dev-util/git/Manifest
@@ -1,20 +1,22 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 68b5b88e6db375ade8a0b1b9983d5d85 ChangeLog 11879
+MD5 ac2e624b65d7c164c1944cae22daf1ff ChangeLog 12001
MD5 8623111b91d1c7d14999e96d857384d9 files/digest-git-1.1.6 194
MD5 deb6af160973bb5e02153efc0df2bc3f files/digest-git-1.2.1 194
MD5 2659c486d24ea384ff59b25ab22222bd files/digest-git-1.2.2 194
+MD5 36b0ef94a427742feb31bc5d19ea5c90 files/digest-git-1.2.3 194
MD5 5c96e23fef078682e648254d9197f618 files/git-daemon.confd 376
MD5 ad6b9193f41375013fad4455bf1acda7 files/git-daemon.initd 526
MD5 d706b2feec7dc3f145eb36492d0e8190 git-1.1.6.ebuild 3145
MD5 9c3462799847383c1dcd56a86fee65d6 git-1.2.1.ebuild 3145
MD5 2585f26b1ebeb482fc4dc8614500e95f git-1.2.2.ebuild 3145
+MD5 014dca7e8100d23752c99567a5570bc7 git-1.2.3.ebuild 3205
MD5 3526aab52e4319669bc1064d4d4ac83a metadata.xml 316
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFD+PIjViELBEf1JB0RArzDAJ9qdMMRecUDCkWNh8uvFHOZZPuPvwCfdiDu
-YqB4EnGwj+qsVE5kcZFLLW4=
-=vGhY
+iD8DBQFD/al7ViELBEf1JB0RAlmtAJ4ji20owhUWb9FzF6LJ0B1bnl9cgQCghq2y
+JfO8iIUGUqXPUcuaQsMzkMw=
+=28GU
-----END PGP SIGNATURE-----
diff --git a/dev-util/git/files/digest-git-1.2.3 b/dev-util/git/files/digest-git-1.2.3
new file mode 100644
index 000000000000..16cb4ac10ee1
--- /dev/null
+++ b/dev-util/git/files/digest-git-1.2.3
@@ -0,0 +1,3 @@
+MD5 0e86019bdc90773891004eba795dbee6 git-1.2.3.tar.bz2 500273
+MD5 f2b5053aa72cc755ae97a72e67e4a7d6 git-html-1.2.3.tar.bz2 200263
+MD5 af0203b399b24bdc70d00a313e95cdb2 git-man-1.2.3.tar.bz2 72984
diff --git a/dev-util/git/git-1.2.3.ebuild b/dev-util/git/git-1.2.3.ebuild
new file mode 100644
index 000000000000..cf85e47451bb
--- /dev/null
+++ b/dev-util/git/git-1.2.3.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.2.3.ebuild,v 1.1 2006/02/23 12:24:05 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 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="mozsha1 ppcsha1 doc curl tcltk 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
+ tcltk? ( 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 tcltk || 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
+}