summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-04-30 17:29:43 -0500
committerMatthias Maier <tamiko@gentoo.org>2020-04-30 17:29:43 -0500
commit4a1f997388a9113b6bac8b74d69d51ffb659b497 (patch)
treed4601518a93450d31f780bfc802030dce7bc8d4d /dev-util/cloc
parentdev-util/cloc: mark stable for amd64, x86 using ALLARCHES policy (diff)
downloadgentoo-4a1f997388a9113b6bac8b74d69d51ffb659b497.tar.gz
gentoo-4a1f997388a9113b6bac8b74d69d51ffb659b497.tar.bz2
gentoo-4a1f997388a9113b6bac8b74d69d51ffb659b497.zip
dev-util/cloc: drop old; drop to testing for uncommon arches
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'dev-util/cloc')
-rw-r--r--dev-util/cloc/Manifest4
-rw-r--r--dev-util/cloc/cloc-1.72.ebuild30
-rw-r--r--dev-util/cloc/cloc-1.76-r1.ebuild31
-rw-r--r--dev-util/cloc/cloc-1.80.ebuild31
-rw-r--r--dev-util/cloc/cloc-1.82.ebuild31
5 files changed, 0 insertions, 127 deletions
diff --git a/dev-util/cloc/Manifest b/dev-util/cloc/Manifest
index 131026ea4d0a..8ec300c62fa0 100644
--- a/dev-util/cloc/Manifest
+++ b/dev-util/cloc/Manifest
@@ -1,5 +1 @@
-DIST cloc-1.72.tar.gz 347245 BLAKE2B 8ce6915322c6cb4682994034525b7c1e3dfa674832c24dd3d3998f3472f83739764aa61beb80ccda51147b663d4555f060b0098fbf307b81418d58ca72b4f14b SHA512 e83567fcc2703b6de761c44d3b85e4c176eaff9f35419a202bd4c00b5cc9160d39251deb762d57b40aacf4fe6322cf79877032ed29abec2a5f00c1abb8d44021
-DIST cloc-1.76.tar.gz 419678 BLAKE2B bb9ddee89a3efe6d7ea913ddf04a28e4120da82df93ef611f7b19bc9662664787b54a2b063139f8d17db3c69a27f74ff4d2c6263100d68b8d2b92c50ddd2f360 SHA512 3f16f084be1828557e4120a8e41b276336ac240c5de4dc765066277d848ce9af20f31b36ec4beb863066d8b3e9287ea0e0b2a8f1abd15532957f53d2d3935ecd
-DIST cloc-1.80.tar.gz 453965 BLAKE2B 63032d0ebff7536a4c0cb07ab7791177310b8544cd878093cc89b753997707768198ed59ff451e6de72bbdd4a9ffd3bf84b113243534c466f6a91befc4593014 SHA512 3f41a0e2bd4becbb393e24834c45d9998217443d5c6d0478be5ce4f9506bb8dcb44088ce4a2c75c06cb6af47b4432f3dc58db9009f9a350a00dd80802109117f
-DIST cloc-1.82.tar.gz 494399 BLAKE2B 9bf8e1304d9efbf918b39287342edbd0daadd9e27cedb3a6e5eda9fa8062dc34f56f1e1a949ee1027bb683554ba68aca07d66907795d8bc9ff4ca584c70e83dd SHA512 31a0b9119cfde77572dc9e79ac01e497de57bd98da97dd94dba8269888bf92c55d47e136dc718b98cf648673aa0ac3205bec5cb7b9363e3b750f01aa0a4f1f90
DIST cloc-1.84.tar.gz 514868 BLAKE2B 53fa0f0d2c8033619f9f7202802e5fd51013c459bbeed8482a35050be69981e60f3c96879cc2853d509322933050fda52fe17be7ec393783f06a0df5e9cec785 SHA512 85f8af041b0ca858c21e28d3fb7cd9201264afa9e12bd3a14b15a8af3e6e68378dbb02a39dc12140bcbb104424cf38bfa602d2a0683e8c89fa50cbdcf7556b3a
diff --git a/dev-util/cloc/cloc-1.72.ebuild b/dev-util/cloc/cloc-1.72.ebuild
deleted file mode 100644
index 8935ab1749b8..000000000000
--- a/dev-util/cloc/cloc-1.72.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Count Lines of Code"
-HOMEPAGE="https://github.com/AlDanial/cloc"
-SRC_URI="https://github.com/AlDanial/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- dev-perl/Algorithm-Diff
- dev-perl/Regexp-Common
- virtual/perl-Digest-MD5
- virtual/perl-Getopt-Long
- virtual/perl-File-Spec
- virtual/perl-File-Temp"
-
-src_compile() {
- pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die
-}
-
-src_install() {
- doman "${PN}.1"
- dobin "Unix/${PN}"
-}
diff --git a/dev-util/cloc/cloc-1.76-r1.ebuild b/dev-util/cloc/cloc-1.76-r1.ebuild
deleted file mode 100644
index 157bd9ba48e2..000000000000
--- a/dev-util/cloc/cloc-1.76-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Count Lines of Code"
-HOMEPAGE="https://github.com/AlDanial/cloc"
-SRC_URI="https://github.com/AlDanial/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- dev-perl/Algorithm-Diff
- dev-perl/Parallel-ForkManager
- dev-perl/Regexp-Common
- virtual/perl-Digest-MD5
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Getopt-Long"
-
-src_compile() {
- pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die
-}
-
-src_install() {
- doman "${PN}.1"
- dobin "Unix/${PN}"
-}
diff --git a/dev-util/cloc/cloc-1.80.ebuild b/dev-util/cloc/cloc-1.80.ebuild
deleted file mode 100644
index 19fd2288e575..000000000000
--- a/dev-util/cloc/cloc-1.80.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Count Lines of Code"
-HOMEPAGE="https://github.com/AlDanial/cloc"
-SRC_URI="https://github.com/AlDanial/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- dev-perl/Algorithm-Diff
- dev-perl/Parallel-ForkManager
- dev-perl/Regexp-Common
- virtual/perl-Digest-MD5
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Getopt-Long"
-
-src_compile() {
- pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die
-}
-
-src_install() {
- doman "${PN}.1"
- dobin "Unix/${PN}"
-}
diff --git a/dev-util/cloc/cloc-1.82.ebuild b/dev-util/cloc/cloc-1.82.ebuild
deleted file mode 100644
index 604486f6f0cd..000000000000
--- a/dev-util/cloc/cloc-1.82.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Count Lines of Code"
-HOMEPAGE="https://github.com/AlDanial/cloc"
-SRC_URI="https://github.com/AlDanial/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- dev-perl/Algorithm-Diff
- dev-perl/Parallel-ForkManager
- dev-perl/Regexp-Common
- virtual/perl-Digest-MD5
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Getopt-Long"
-
-src_compile() {
- pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die
-}
-
-src_install() {
- doman "${PN}.1"
- dobin "Unix/${PN}"
-}