summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2021-06-27 13:20:15 -0500
committerMatthias Maier <tamiko@gentoo.org>2021-06-27 13:25:02 -0500
commite4ec7a7c0079dbe7a62ecd040490dd3ca4513e00 (patch)
tree3adbc9a295a4a464691602ad304b5a60e079765e /dev-util/cloc
parentdev-util/cloc: mark stable for amd64, x86 using ALLARCHES policy (diff)
downloadgentoo-e4ec7a7c0079dbe7a62ecd040490dd3ca4513e00.tar.gz
gentoo-e4ec7a7c0079dbe7a62ecd040490dd3ca4513e00.tar.bz2
gentoo-e4ec7a7c0079dbe7a62ecd040490dd3ca4513e00.zip
dev-util/cloc: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'dev-util/cloc')
-rw-r--r--dev-util/cloc/Manifest2
-rw-r--r--dev-util/cloc/cloc-1.84.ebuild31
-rw-r--r--dev-util/cloc/cloc-1.86.ebuild31
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-util/cloc/Manifest b/dev-util/cloc/Manifest
index 3e61f37d0a10..acf0f614a443 100644
--- a/dev-util/cloc/Manifest
+++ b/dev-util/cloc/Manifest
@@ -1,4 +1,2 @@
-DIST cloc-1.84.tar.gz 514868 BLAKE2B 53fa0f0d2c8033619f9f7202802e5fd51013c459bbeed8482a35050be69981e60f3c96879cc2853d509322933050fda52fe17be7ec393783f06a0df5e9cec785 SHA512 85f8af041b0ca858c21e28d3fb7cd9201264afa9e12bd3a14b15a8af3e6e68378dbb02a39dc12140bcbb104424cf38bfa602d2a0683e8c89fa50cbdcf7556b3a
-DIST cloc-1.86.tar.gz 536828 BLAKE2B f584da0e25ae755a1450117774ec8fdb87eb693ac77473929a52e617713391eb4bffc2f6b74bbcd5b01f6e2c0d747221e3f7c4e74dfd6131d3cde10a3a102daa SHA512 fe6101404f5884d11bf73de43bd25e533b04a70707b95e4e9482b51413aed46ddb55beaa27e3d25cd7604394a739f7cac6c1f8695cd9cab3f23adf6e27171719
DIST cloc-1.88.tar.gz 548402 BLAKE2B 0da417d907703e42c9c69e46f39792652e6eca49994a8008b0074899bfb999262d529432ab1e8a1c7cc80dc1fefc9514596f099a4238c4768618057ba3b180e8 SHA512 0acd152b387d3088d8bd35d121677d00accb03f882d83bfb34924915d40700b0c23bca1bde924d1999b5fa910503d33af230567fcc8f452f7d00a69caaaf8c4f
DIST cloc-1.90.tar.gz 596758 BLAKE2B 273a0ade1cb5d95fda3404b46869fa970276aae0f4f733efafad7949170e63713059e1a09dffae23a3469517bcce1ab6029b4a91b1900ddc7aa4dd5ec0ab2127 SHA512 d2950d56ac4d8a6fe53059759375d8245aa8a8474462daec385a8b4e2f36961270c08390c361d4a0566e529357b0d302cef31c8fc69dc680655f4c3ea3a1d813
diff --git a/dev-util/cloc/cloc-1.84.ebuild b/dev-util/cloc/cloc-1.84.ebuild
deleted file mode 100644
index aaa2db89040b..000000000000
--- a/dev-util/cloc/cloc-1.84.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 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 ~arm ~ppc ~ppc64 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.86.ebuild b/dev-util/cloc/cloc-1.86.ebuild
deleted file mode 100644
index 997b5bde73dd..000000000000
--- a/dev-util/cloc/cloc-1.86.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 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 ~arm ~arm64 ~ppc ~ppc64 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}"
-}