diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-extras/git-extras-4.6.0.ebuild | 25 | ||||
-rw-r--r-- | dev-vcs/git-extras/git-extras-4.7.0.ebuild | 25 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-vcs/git-extras/git-extras-4.6.0.ebuild b/dev-vcs/git-extras/git-extras-4.6.0.ebuild deleted file mode 100644 index b9ecf03..0000000 --- a/dev-vcs/git-extras/git-extras-4.6.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -inherit eutils - -DESCRIPTION="GIT utilities -- repo summary, repl, changelog population, author commit percentages and more" -HOMEPAGE="https://github.com/tj/git-extras" -SRC_URI="https://github.com/tj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile() { echo; } - -src_install() { - emake install PREFIX="${D}/usr" SYSCONFDIR="${D}/etc" -} - diff --git a/dev-vcs/git-extras/git-extras-4.7.0.ebuild b/dev-vcs/git-extras/git-extras-4.7.0.ebuild deleted file mode 100644 index b9ecf03..0000000 --- a/dev-vcs/git-extras/git-extras-4.7.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -inherit eutils - -DESCRIPTION="GIT utilities -- repo summary, repl, changelog population, author commit percentages and more" -HOMEPAGE="https://github.com/tj/git-extras" -SRC_URI="https://github.com/tj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile() { echo; } - -src_install() { - emake install PREFIX="${D}/usr" SYSCONFDIR="${D}/etc" -} - |