Ebuild
February 10, 2011, 21:34
Easy GIT is a wrapper for git, designed to make git easy to learn and use.
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.6.5.5 | – | ~ | – | – | – | – | – | ~ | – | – | – | – | ~ |
ОПИСАНИЕ ПАКЕТА:
Easy GIT is a wrapper for git, designed to make git easy to learn and use.
Категория:
СПИСОК ИЗМЕНЕНИЙ
# ChangeLog for dev-vcs/easygit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/easygit/ChangeLog,v 1.2 2012/03/18 18:33:33 pacho Exp $ 18 Mar 2012; Pacho Ramos (pacho) metadata.xml: Drop maintainer due retirement, bug #118003. 10 Feb 2011; Ulrich Mueller (ulm) +easygit-1.6.5.5.ebuild, +metadata.xml: Move package from dev-util to dev-vcs, bug 56967. 17 Mar 2010; Sebastian Pipping (sping) easygit-1.6.5.5.ebuild: Propagate move of dev-util/git to dev-vcs/git *easygit-1.6.5.5 (08 Jan 2010) 08 Jan 2010; Dror Levin (spatz) +easygit-1.6.5.5.ebuild: Version bump, bug 300107. Thanks to pedro. 07 Sep 2008; Robin H. Johnson (robbat2) easygit-0.85.ebuild: More arches work. *easygit-0.85 (30 Aug 2008) 30 Aug 2008; Markus Ullmann (jokey) +metadata.xml, +easygit-0.85.ebuild: Initial import for bug #236079 thanks to Stian Viskjer
ОШИБКИ
Ошибок не найдено
USE-ФЛАГИ
Нет USE-флагов
ЗАВИСИМОСТИ ИСПОЛНЕНИЯ
| dev-lang/perl | Larry Wall's Practical Extraction and Report Language |
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
ИСХОДНЫЙ КОД
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/easygit/easygit-1.6.5.5.ebuild,v 1.1
2011/02/10 21:34:32 ulm Exp $
EAPI="2"
MY_PN="eg"
DESCRIPTION="Easy GIT is a wrapper for git, designed to make git easy to learn
and use."
HOMEPAGE="http://www.gnome.org/~newren/eg/"
SRC_URI="http://www.gnome.org/~newren/${MY_PN}/download/${PV}/${MY_PN} -> ${PF}"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
IUSE=""
RDEPEND=">=dev-vcs/git-${PV}
dev-lang/perl"
src_install() {
newbin "${DISTDIR}/${PF}" "${MY_PN}" || die
}