diff options
author | Carlos Silva <r3pek@gentoo.org> | 2005-09-21 23:41:49 +0000 |
---|---|---|
committer | Carlos Silva <r3pek@gentoo.org> | 2005-09-21 23:41:49 +0000 |
commit | 9e96f34caac953386107f989b5077e1372b5298a (patch) | |
tree | 8cadd26646d47866d08968fbda866d664a3c1061 /dev-util | |
parent | Added dev-util/git:gitsendemail use flag (diff) | |
download | gentoo-2-9e96f34caac953386107f989b5077e1372b5298a.tar.gz gentoo-2-9e96f34caac953386107f989b5077e1372b5298a.tar.bz2 gentoo-2-9e96f34caac953386107f989b5077e1372b5298a.zip |
Version bump. Also did some cleanup on the DEPEND/RDEPEND var's and added the gitsendemail use flag
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/git/Manifest | 6 | ||||
-rw-r--r-- | dev-util/git/files/digest-git-0.99.7 | 1 | ||||
-rw-r--r-- | dev-util/git/files/digest-git-0.99.7a | 1 | ||||
-rw-r--r-- | dev-util/git/git-0.99.7a.ebuild (renamed from dev-util/git/git-0.99.7.ebuild) | 35 |
5 files changed, 40 insertions, 12 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 9b8f8888aecf..de0988e99304 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/git # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.22 2005/09/19 14:45:46 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.23 2005/09/21 23:41:49 r3pek Exp $ + +*git-0.99.7a (21 Sep 2005) + + 21 Sep 2005; Carlos Silva <r3pek@gentoo.org> -git-0.99.7.ebuild, + +git-0.99.7a.ebuild: + Version bump. Also did some cleanup on the DEPEND/RDEPEND var's and added + the gitsendemail use flag *git-0.99.7 (19 Sep 2005) diff --git a/dev-util/git/Manifest b/dev-util/git/Manifest index 8cb38083f6d3..9570fbd312d4 100644 --- a/dev-util/git/Manifest +++ b/dev-util/git/Manifest @@ -1,8 +1,8 @@ -MD5 4928be0d0eba18b62aa9321f89f363b1 git-0.99.7.ebuild 1742 +MD5 7e7319cf787bd05a665824c87ef62f03 git-0.99.7a.ebuild 2302 MD5 edebd592261315b29a6b903b414573d2 git-0.7.ebuild 1312 MD5 9bbe3abc3061ff033cb32ccef8a86446 git-0.99.6.ebuild 1175 -MD5 acb3dfd62f58653db2e03300e114501b ChangeLog 2915 +MD5 64808f39ffb0c4a5d122c709c6e4e519 ChangeLog 3138 MD5 78c1b34edd1399c24d7d9e59212bc17a metadata.xml 221 MD5 c55b80b4ca5f800615642ce40266738f files/digest-git-0.99.6 68 -MD5 260308808ddefb27c238ed5a05ad8eee files/digest-git-0.99.7 68 +MD5 3da76472c3f2012be938c7c386896045 files/digest-git-0.99.7a 69 MD5 8ebc37d29c321b95a3c0ae51ebee4d4d files/digest-git-0.7 59 diff --git a/dev-util/git/files/digest-git-0.99.7 b/dev-util/git/files/digest-git-0.99.7 deleted file mode 100644 index 71cfaf6ff94c..000000000000 --- a/dev-util/git/files/digest-git-0.99.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5ce2803fc05897a173d9d15f7fb5df7 git-core-0.99.7.tar.bz2 347551 diff --git a/dev-util/git/files/digest-git-0.99.7a b/dev-util/git/files/digest-git-0.99.7a new file mode 100644 index 000000000000..e75787b496a3 --- /dev/null +++ b/dev-util/git/files/digest-git-0.99.7a @@ -0,0 +1 @@ +MD5 ba2531e31bc47c12a065180a90645b98 git-core-0.99.7a.tar.bz2 356597 diff --git a/dev-util/git/git-0.99.7.ebuild b/dev-util/git/git-0.99.7a.ebuild index 413ee786e5be..169dd0c74255 100644 --- a/dev-util/git/git-0.99.7.ebuild +++ b/dev-util/git/git-0.99.7a.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.7.ebuild,v 1.1 2005/09/19 14:45:46 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.7a.ebuild,v 1.1 2005/09/21 23:41:49 r3pek Exp $ + +inherit python DESCRIPTION="GIT - the stupid content tracker" HOMEPAGE="http://kernel.org/pub/software/scm/git/" @@ -8,17 +10,23 @@ SRC_URI="http://kernel.org/pub/software/scm/git/${PN}-core-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="mozsha1 ppcsha1 doc nocurl" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="mozsha1 ppcsha1 doc nocurl gitsendemail" S="${WORKDIR}/${PN}-core-${PV}" DEPEND="dev-libs/openssl sys-libs/zlib - !nocurl? ( net-misc/curl ) app-text/rcs - >=dev-util/cvsps-2.1 !app-misc/git doc? ( >=app-text/asciidoc-7.0.1 app-text/xmlto )" +RDEPEND="${DEPEND} + dev-lang/perl + >=dev-lang/python-2.3 + dev-lang/tk + !nocurl? ( net-misc/curl ) + >=dev-util/cvsps-2.1 + dev-perl/String-ShellQuote + gitsendemail? ( mail-mta/sendmail )" src_unpack() { unpack ${A} @@ -29,6 +37,12 @@ src_unpack() { } src_compile() { + # Use python_version to check for python 2.4. + # If the user don't have version 2.4 have then we set WITH_OWN_SUBPROCESS_PY + # that makes use of a suplied version of subprocess.py + python_version() + [[ $PYVER < 2.4 ]] && export WITH_OWN_SUBPROCESS_PY=yes + if use mozsha1; then export MOZILLA_SHA1=yes elif use ppcsha1; then @@ -37,6 +51,8 @@ src_compile() { export NO_CURL=yes ewarn "git-http-pull will not be built because you are using the nocurl use flag" + elif use gitsendemail; then + export WITH_SEND_EMAIL=yes fi make prefix=/usr || die "make failed" @@ -49,8 +65,13 @@ src_compile() { src_install() { make DESTDIR=${D} prefix=/usr install || die "make install failed" - dodoc README COPYING + if use gitsendemail; then + exeinto /usr/bin + doexe git-send-email.perl + fi + + dodoc README COPYING if use doc; then doman Documentation/*.1 Documentation/*.7 fi @@ -63,6 +84,6 @@ pkg_postinst() { einfo "The future 0.99.8 version of GIT will NOT have this feature." einfo einfo "For the complete list of commands that got changed, visist:" - einfo "http://dev.gentoo.org/~r3pek/git-new-command-list.txt" + einfo "http://dev.gentoo.org/~r3pek/git-new-command-list.htm" einfo } |