Sha256: 87a1e2738b91d9fe38f9f8d3f50abbd6c28f7aa517a0c35412ce851b08be7fd3

Contents?: true

Size: 570 Bytes

Versions: 29

Compression:

Stored size: 570 Bytes

Contents

#!/bin/bash
source /etc/profile

# remove git's dependency on 50+ perl modules.
cat <<DATAEOF >> "$chroot/etc/portage/package.use/git"
# git with no dependency
dev-vcs/git -curl -perl -gpg -webdav

# git with massive dependency with subversion support
#dev-vcs/git -gpg perl -webdav subversion
#>=dev-vcs/subversion-1.7.13 -dso perl
DATAEOF

# install git
chroot "$chroot" emerge dev-vcs/git

# for git-quiltimport
#chroot "$chroot" emerge dev-util/quilt
# for git-instaweb : || ( www-servers/lighttpd  www-servers/apache)
#chroot "$chroot" emerge www-servers/lighttpd

Version data entries

29 entries across 15 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/gentoo-latest-i686/git.sh
veewee-0.5.0.alpha4 templates/gentoo-latest-amd64/git.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-i686/git.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-amd64/git.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-amd64/git.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-i686/git.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-i686/git.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-amd64/git.sh
veewee-0.4.5.1 templates/gentoo-latest-i686/git.sh
veewee-0.4.5.1 templates/gentoo-latest-amd64/git.sh
veewee-0.4.5 templates/gentoo-latest-amd64/git.sh
veewee-0.4.5 templates/gentoo-latest-i686/git.sh
veewee-0.4.5.pre1 templates/gentoo-latest-i686/git.sh
veewee-0.4.5.pre1 templates/gentoo-latest-amd64/git.sh
veewee-0.4.4 templates/gentoo-latest-i686/git.sh
veewee-0.4.4 templates/gentoo-latest-amd64/git.sh
veewee-0.4.3 templates/gentoo-latest-i686/git.sh
veewee-0.4.3 templates/gentoo-latest-amd64/git.sh
veewee-0.4.2 templates/gentoo-latest-i686/git.sh
veewee-0.4.2 templates/gentoo-latest-amd64/git.sh