Ebuild
September 21, 2011, 08:31
Statistics generator for git
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9999 | – | – | – | – | – | – | – | – | – | – | – | – | – |
PAKET TANIMI:
Statistics generator for git
Kategori:
DEĞIŞIKLIKLER
# ChangeLog for dev-vcs/gitstats # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/ChangeLog,v 1.3 2011/09/21 08:25:56 mgorny Exp $ 21 Sep 2011; Michał Górny (mgorny) gitstats-9999.ebuild: Migrate to git-2. 23 Jul 2010; Justin Lecher (jlec) gitstats-9999.ebuild, gitstats-100711.ebuild: Last fix for Parhon ABIS, 329485 *gitstats-100711 (11 Jul 2010) *gitstats-9999 (11 Jul 2010) 11 Jul 2010; Justin Lecher (jlec) +gitstats-9999.ebuild, +gitstats-100711.ebuild, +metadata.xml: Import from sunrise
HATALAR
Hata kaydı yok
USE BAYRAKLARI
Use Bayrağı Yok
DERLEME BAĞIMLILIKLARI
| app-admin/eselect-python | Eselect module for management of multiple Python versions |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
ÇALIŞTIRMA BAĞIMLILIKLARI
| app-admin/eselect-python | Eselect module for management of multiple Python versions |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
| sci-visualization/gnuplot | Command-line driven interactive plotting program |
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/gitstats/gitstats-9999.ebuild,v 1.3
2011/09/21 08:25:56 mgorny Exp $
EAPI="2"
PYTHON_DEPEND="2"
inherit python git-2
DESCRIPTION="Statistics generator for git"
HOMEPAGE="http://gitstats.sourceforge.net/"
SRC_URI=""
EGIT_REPO_URI="git://repo.or.cz/${PN}.git
http://repo.or.cz/r/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
sci-visualization/gnuplot[gd]
dev-vcs/git"
DEPEND=""
pkg_setup() {
python_set_active_version 2
}
src_prepare() {
sed "s:basedir = os.path.dirname(os.path.abspath(__file__)):basedir =
'/usr/share/gitstats':g" \
-i gitstats || die "failed to fix static files path"
}
src_compile() {
:;
}
src_install() {
emake PREFIX="${D}"/usr VERSION="${PV}" install || die
dodoc doc/{README,*.txt} || die "doc install failed"
}