diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-12-23 13:08:30 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-12-23 13:08:30 +0000 |
commit | 4200ea55e424f10a019ad10028c9ed4b8a098b23 (patch) | |
tree | b77d42a10135437a205508964990a3ec8a07124e /dev-vcs | |
parent | Globally enable mp3 (diff) | |
download | portage-4200ea55e424f10a019ad10028c9ed4b8a098b23.tar.bz2 portage-4200ea55e424f10a019ad10028c9ed4b8a098b23.tar.xz portage-4200ea55e424f10a019ad10028c9ed4b8a098b23.zip |
Bump libjsonpp 0.12
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" -} - |