summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2021-11-06 08:27:42 +0100
committerHans de Graaff <hans@degraaff.org>2021-11-06 08:27:42 +0100
commit8afef97114e828b6d70e1cba22b646549c588f5d (patch)
tree705408e2f3631a618e841054b20250be9c1ab454 /dev-vcs
parentdev-ruby/solargraph: cleanup (diff)
downloadgraaff-8afef97114e828b6d70e1cba22b646549c588f5d.tar.gz
graaff-8afef97114e828b6d70e1cba22b646549c588f5d.tar.bz2
graaff-8afef97114e828b6d70e1cba22b646549c588f5d.zip
dev-vcs/overcommit: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/overcommit/Manifest3
-rw-r--r--dev-vcs/overcommit/overcommit-0.52.0.ebuild38
-rw-r--r--dev-vcs/overcommit/overcommit-0.52.1.ebuild38
-rw-r--r--dev-vcs/overcommit/overcommit-0.55.0.ebuild41
4 files changed, 0 insertions, 120 deletions
diff --git a/dev-vcs/overcommit/Manifest b/dev-vcs/overcommit/Manifest
index 0c053d5d..4c8dae22 100644
--- a/dev-vcs/overcommit/Manifest
+++ b/dev-vcs/overcommit/Manifest
@@ -1,5 +1,2 @@
-DIST overcommit-0.52.0.tar.gz 189590 BLAKE2B 85c5cd9f16f972754595f8b42a812f4c7d2435e7984cc365b3db1b2b73d7b7dd8635788aa556e2bfc58cc100791574dc95fea90251077214771a841e576aaf5d SHA512 d301f96066d885b2d34b847afe428d19cce1def31025b661666db882099c2812d8cd26492fb7d7d0bdfdcaad8a4417b98e6cd1f747c4cab3e985bc07e940fe84
-DIST overcommit-0.52.1.tar.gz 189658 BLAKE2B b9aea2c9e418401f52391847973c03c7c98fc30c4bf1ea0fe3e34595f879788a80ac1be90d859b429b07933b020e93cd8784035925c3488bf483719471374310 SHA512 c3986098bdfe3188b6562918d2fda36986594a04127cf46189db4fcdb658c452ee8a52f0fd2c9d63439f43e0fe0c2890cc1901430970d17e6de44f980468d4ca
-DIST overcommit-0.55.0.tar.gz 190716 BLAKE2B 45b402c1b020d3211d62371024a056fdd00ac4604fcaa4fef52d5235a18fe3f52edcd42f29ec34aab5c42fe6bc7da8850e536bab0876884a6030a5f85c72f1c8 SHA512 0af87d8b2ef4fba8ca274292ec73754e86bc5da51732e9d45cb1d5797119426ff4e3c39d119fa6f475e3276c3230b45e1ebfb12a438c3eae2d731f397bb94c4b
DIST overcommit-0.57.0.tar.gz 193539 BLAKE2B e430916592baf5906c9458ce9648498903702d93a1f9e07f12054878aca0cec6a7d4d032b612e5f20d51e1275e57efb5bfd94ad0e94ecc41c054ecefe5e50a9a SHA512 b7834475e2028cecc9d9c59fee102207b17cdead652f577f1334a109ec2d537ffe0c652cf97af6825602748be865330eabfd50000bd52012e005f23d1204a38d
DIST overcommit-0.58.0.tar.gz 196477 BLAKE2B 28c03042c9fe51a63711da584f5fe25a2ac266eb87ef66c9ab6599ebbfc2dddb6b6bf692d1b6671b53a609d04c41a2b2a3b4c6bdca645ca90e727375410c9fe5 SHA512 d63dad5f187211ce92737f3f2658371f1e685afb3e2d3340d1faf46103f6aff0d9283634fb0cfd760fe3cdd6536e42a8f8994d27db0a131342ed04564c83fd3c
diff --git a/dev-vcs/overcommit/overcommit-0.52.0.ebuild b/dev-vcs/overcommit/overcommit-0.52.0.ebuild
deleted file mode 100644
index cb4929e0..00000000
--- a/dev-vcs/overcommit/overcommit-0.52.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="config libexec template-dir"
-
-# Needs to work around require_relative
-# RUBY_FAKEGEM_GEMSPEC="overcommit.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The Opinionated Git Hook Manager"
-HOMEPAGE="https://github.com/sds/overcommit"
-SRC_URI="https://github.com/causes/overcommit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
- dev-ruby/childprocess:2
- >=dev-ruby/iniparse-1.4:1
-"
-
-each_ruby_install() {
- each_fakegem_install
-
- local hookdir
- hookdir="$(ruby_fakegem_gemsdir)/gems/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}/template-dir/hooks"
-
- fperms 0755 "${hookdir}"/{commit-msg,overcommit-hook,post-checkout,post-commit,post-merge,post-rewrite,pre-commit,prepare-commit-msg,pre-push,pre-rebase}
-}
diff --git a/dev-vcs/overcommit/overcommit-0.52.1.ebuild b/dev-vcs/overcommit/overcommit-0.52.1.ebuild
deleted file mode 100644
index 8cd1ecd6..00000000
--- a/dev-vcs/overcommit/overcommit-0.52.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="config libexec template-dir"
-
-# Needs to work around require_relative
-# RUBY_FAKEGEM_GEMSPEC="overcommit.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The Opinionated Git Hook Manager"
-HOMEPAGE="https://github.com/sds/overcommit"
-SRC_URI="https://github.com/causes/overcommit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
- dev-ruby/childprocess:2
- >=dev-ruby/iniparse-1.4:1
-"
-
-each_ruby_install() {
- each_fakegem_install
-
- local hookdir
- hookdir="$(ruby_fakegem_gemsdir)/gems/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}/template-dir/hooks"
-
- fperms 0755 "${hookdir}"/{commit-msg,overcommit-hook,post-checkout,post-commit,post-merge,post-rewrite,pre-commit,prepare-commit-msg,pre-push,pre-rebase}
-}
diff --git a/dev-vcs/overcommit/overcommit-0.55.0.ebuild b/dev-vcs/overcommit/overcommit-0.55.0.ebuild
deleted file mode 100644
index 130ec6d9..00000000
--- a/dev-vcs/overcommit/overcommit-0.55.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="config libexec template-dir"
-
-RUBY_FAKEGEM_GEMSPEC="overcommit.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The Opinionated Git Hook Manager"
-HOMEPAGE="https://github.com/sds/overcommit"
-SRC_URI="https://github.com/causes/overcommit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
- dev-ruby/childprocess:2
- >=dev-ruby/iniparse-1.4:1
-"
-
-all_ruby_prepare() {
- sed -i -e "s/_relative //" ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_install() {
- each_fakegem_install
-
- local hookdir
- hookdir="$(ruby_fakegem_gemsdir)/gems/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}/template-dir/hooks"
-
- fperms 0755 "${hookdir}"/{commit-msg,overcommit-hook,post-checkout,post-commit,post-merge,post-rewrite,pre-commit,prepare-commit-msg,pre-push,pre-rebase}
-}