summaryrefslogtreecommitdiff
path: root/dev-vcs/cvs2cl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
commit79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch)
treeade7cb031f363fad64c77139dea7aa3d81908537 /dev-vcs/cvs2cl
parent6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff)
gentoo resync : 16.02.1018
Diffstat (limited to 'dev-vcs/cvs2cl')
-rw-r--r--dev-vcs/cvs2cl/Manifest3
-rw-r--r--dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild2
-rw-r--r--dev-vcs/cvs2cl/cvs2cl-2.71.ebuild31
3 files changed, 2 insertions, 34 deletions
diff --git a/dev-vcs/cvs2cl/Manifest b/dev-vcs/cvs2cl/Manifest
index 5be9a72442ed..8ae2e07c1c8b 100644
--- a/dev-vcs/cvs2cl/Manifest
+++ b/dev-vcs/cvs2cl/Manifest
@@ -1,4 +1,3 @@
DIST cvs2cl-2.71.pl.bz2 25347 BLAKE2B 423a5d0faeb09f4ea730c9ba18c87b962acfc5808995bbb550675f34ac51670d2493408b9ea15341ca1dbc7465c401af47b8981117407c5bb669c9f932f07de2 SHA512 de9e8465da56bec5b541a588e0d2a73f49e060fcadbde33ca63a7c4f93edf37cc50aa3271c4ad466430d3315b95c27d642325bd885ec7afdd6a75586d15d9dbe
-EBUILD cvs2cl-2.71-r1.ebuild 435 BLAKE2B 46e643f6b03a5379b019099feb05effcf5e0de33193a7c3c65bcde911cbcc16654ea3ee594c977c464e1f102088e740fc06d51f6ff38b6673539e966f91a8aa7 SHA512 4e6a956fee6facf082b06f080d4d970739cb7cf35dae2354cce7a0bb00ab12b9bb17a174d0a719ee3cfed310a0af331d83f5039c187c5dea315e255fbd2ea12e
-EBUILD cvs2cl-2.71.ebuild 633 BLAKE2B bfd744611d69d7226dddf5a288a4fb335564ca19a33e82c5049142949c6ebe40f5c81f90793e49ce66d936ded490ad7b9325063f5ab085dda10d9a8f64956daa SHA512 1fe43c4718c4ec0926345b5721dd5a409e71477eb8e7d2678595a1068697fff3f66752424031690ac1a571c3547e00685035d3e72e5e8f1dbb5a14a676b2dd6f
+EBUILD cvs2cl-2.71-r1.ebuild 433 BLAKE2B ba3286c9ca78b9027e51f9cd9241733e2b126217d090028afb06e5598de564c410af71e17f21331bdebdfea0798b8a493ea1141dcb4368351ae4c9f393907c8e SHA512 2f37dd7276bba66a24b26102643283298bcab0e9c90b98bfbc19ba5ddbebd7d357eb6cc4978f44658d6993b4035fd8f62d6cd189a78e0e4486b170291cd37de0
MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33
diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
index fd781ae20b5a..737d83067a25 100644
--- a/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
+++ b/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.pl.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
DEPEND="dev-lang/perl"
diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
deleted file mode 100644
index 814e135a7883..000000000000
--- a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources"
-HOMEPAGE="https://www.red-bean.com/cvs2cl/"
-SRC_URI="mirror://gentoo/${P}.pl.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-S=${WORKDIR}
-
-maint_pkg_create() {
- set -x
- wget http://www.red-bean.com/cvs2cl/${PN}.pl
- mv ${PN}.pl ${P}.pl
- bzip2 ${P}.pl
- ls -l ${PWD}/${P}.pl.bz2
- set +x
-}
-#pkg_setup() { maint_pkg_create; }
-
-src_install() {
- newbin ${P}.pl ${PN} || die
-}