aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2013-02-03 10:06:19 +0100
committerAstroFloyd <AstroFloyd@gmail.com>2013-02-03 10:06:19 +0100
commit0353a2b5a2336b57c775b21242a5a1e74aa0e02b (patch)
tree30c4080bcba42958cb9ff0181db2e458aff988cc /dev-vcs
parentAdded ebuild for dev-vcs/gitstats (diff)
downloadAstroFloyd-0353a2b5a2336b57c775b21242a5a1e74aa0e02b.tar.gz
AstroFloyd-0353a2b5a2336b57c775b21242a5a1e74aa0e02b.tar.bz2
AstroFloyd-0353a2b5a2336b57c775b21242a5a1e74aa0e02b.zip
Removed dev-vcs/gitstats
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitstats/ChangeLog26
-rw-r--r--dev-vcs/gitstats/gitstats-9999.ebuild43
-rw-r--r--dev-vcs/gitstats/metadata.xml5
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-vcs/gitstats/ChangeLog b/dev-vcs/gitstats/ChangeLog
deleted file mode 100644
index 1ebf899..0000000
--- a/dev-vcs/gitstats/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for dev-vcs/gitstats
-# Copyright 1999-2013 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 $
-
- 03 Feb 2013; AstroFloyd <AstroFloyd@gmail.com> +gitstats-9999.ebuild,
- +metadata.xml:
- Updated urls of git repos
-
- 03 Feb 2013; AstroFloyd <AstroFloyd@gmail.com> +gitstats-9999.ebuild,
- +metadata.xml:
- Updated urls of git repos
-
- 21 Sep 2011; Michał Górny <mgorny@gentoo.org> gitstats-9999.ebuild:
- Migrate to git-2.
-
- 23 Jul 2010; Justin Lecher <jlec@gentoo.org> 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@gentoo.org> +gitstats-9999.ebuild,
- +gitstats-100711.ebuild, +metadata.xml:
- Import from sunrise
-
diff --git a/dev-vcs/gitstats/gitstats-9999.ebuild b/dev-vcs/gitstats/gitstats-9999.ebuild
deleted file mode 100644
index 9d4f804..0000000
--- a/dev-vcs/gitstats/gitstats-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 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="4"
-
-PYTHON_DEPEND="2"
-
-inherit python git-2
-
-DESCRIPTION="Statistics generator for git"
-HOMEPAGE="http://gitstats.sourceforge.net/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/hoxu/${PN}.git
- http://repo.or.cz/w/${PN}.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-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"
-}
diff --git a/dev-vcs/gitstats/metadata.xml b/dev-vcs/gitstats/metadata.xml
deleted file mode 100644
index c1e2e62..0000000
--- a/dev-vcs/gitstats/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>jlec@gentoo.org</email></maintainer>
-</pkgmetadata>