blob: d372e4c55312f7ec9e2cf2b34f1e396d4afaaaa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2014 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.2 2014/08/10 21:23:03 slyfox 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
}
|