Ebuild
September 13, 2011, 21:31
A customized bash environment suitable for git work.
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.1 | – | ~ | – | – | – | – | – | – | – | – | – | – | ~ |
PAKET TANIMI:
A customized bash environment suitable for git work.
Kategori:
DEĞIŞIKLIKLER
# ChangeLog for dev-vcs/git-sh # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.5 2011/09/13 21:22:32 jlec Exp $ 13 Sep 2011; Justin Lecher (jlec) git-sh-1.1.ebuild, metadata.xml: Taken over maintainer ship, moved to EAPI=4 13 Sep 2011; Pacho Ramos (pacho) -git-sh-1.0-r1.ebuild, metadata.xml: Drop maintainer due retirement, bug #278944; remove old. *git-sh-1.1 (27 Mar 2011) 27 Mar 2011; Dominik Kapusta (ayoy) +git-sh-1.1.ebuild: Version bump (bug #347553). 17 Mar 2010; Sebastian Pipping (sping) git-sh-1.0-r1.ebuild: Propagate move of dev-util/git to dev-vcs/git 07 Mar 2010; Dominik Kapusta (ayoy) +git-sh-1.0-r1.ebuild, +metadata.xml: Moving from dev-util to dev-vcs *git-sh-1.0-r1 (29 Nov 2009) 29 Nov 2009; Dominik Kapusta (ayoy) -git-sh-1.0.ebuild, +git-sh-1.0-r1.ebuild: Remove git bash completion script, as it's delivered with git itself *git-sh-1.0 (28 Nov 2009) 28 Nov 2009; Dominik Kapusta (ayoy) +git-sh-1.0.ebuild, +metadata.xml: Initial commit for git-sh (bug #294667). Thanks to Gaston Jorguera (gjorguera@gmail.com) for the initial ebuild.
HATALAR
Hata kaydı yok
USE BAYRAKLARI
Use Bayrağı Yok
ÇALIŞTIRMA BAĞIMLILIKLARI
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
KAYNAK KODU
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild,v 1.2
2011/09/13 21:22:32 jlec Exp $
EAPI=4
DESCRIPTION="A customized bash environment suitable for git work"
HOMEPAGE="http://github.com/rtomayko/git-sh"
SRC_URI="http://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-vcs/git"
S="${WORKDIR}/rtomayko-${PN}-a59681d"
src_prepare() {
sed \
-e 's/git-completion\.bash //' \
-e 's:/local::' -i Makefile || die "sed failed"
}
pkg_postinst() {
echo
einfo "For bash completion in git commands emerge dev-vcs/git"
einfo "with bash-completion USE flag."
echo
}