summaryrefslogtreecommitdiff
path: root/dev-vcs/cvs2cl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
commit265dbe5dbc14c199299496c6db8fce3f76647015 (patch)
treeab18b5617d138f6684566b619405090989d55a2c /dev-vcs/cvs2cl
parent586819755b4dbfdffdc8a725ab7c0f86095b8489 (diff)
gentoo resync : 21.09.2018
Diffstat (limited to 'dev-vcs/cvs2cl')
-rw-r--r--dev-vcs/cvs2cl/Manifest3
-rw-r--r--dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild20
-rw-r--r--dev-vcs/cvs2cl/cvs2cl-2.71.ebuild2
3 files changed, 23 insertions, 2 deletions
diff --git a/dev-vcs/cvs2cl/Manifest b/dev-vcs/cvs2cl/Manifest
index 848cb2931805..ed291e45f177 100644
--- a/dev-vcs/cvs2cl/Manifest
+++ b/dev-vcs/cvs2cl/Manifest
@@ -1,3 +1,4 @@
DIST cvs2cl-2.71.pl.bz2 25347 BLAKE2B 423a5d0faeb09f4ea730c9ba18c87b962acfc5808995bbb550675f34ac51670d2493408b9ea15341ca1dbc7465c401af47b8981117407c5bb669c9f932f07de2 SHA512 de9e8465da56bec5b541a588e0d2a73f49e060fcadbde33ca63a7c4f93edf37cc50aa3271c4ad466430d3315b95c27d642325bd885ec7afdd6a75586d15d9dbe
-EBUILD cvs2cl-2.71.ebuild 632 BLAKE2B f6b519a5f20a2637a66ae4f75b742792b55057d989e3fadad799e2b4628483cb0f4f3ce3256bd3f15a30835bcfa3f24628811a1e68335a246a573b663da76da4 SHA512 9e5d56c3faa8f5ca7d7f909577cdadd0ad3bddf147aa722eaae7d9adec217a908cb04879f4f55684064b77f2dfb1d8bddca82fd80c60f400694c7348c410cd05
+EBUILD cvs2cl-2.71-r1.ebuild 439 BLAKE2B 765e26c28eb37c92ec1716dfec7f88621fc1f8c942bd763c121cbba3d02657c3c878a0a8970abb0acabb817e6feca62640c0e135abf0973bb3e6fabaa2e4047e SHA512 615b1a41ee4e8085adf1c0c425b2bc1540e34da532dc179218dbe72d83d293051473501c20bbe0c50ad726d32fee414d2e2465284ae96cb0caafe42f3b7145f6
+EBUILD cvs2cl-2.71.ebuild 633 BLAKE2B bfd744611d69d7226dddf5a288a4fb335564ca19a33e82c5049142949c6ebe40f5c81f90793e49ce66d936ded490ad7b9325063f5ab085dda10d9a8f64956daa SHA512 1fe43c4718c4ec0926345b5721dd5a409e71477eb8e7d2678595a1068697fff3f66752424031690ac1a571c3547e00685035d3e72e5e8f1dbb5a14a676b2dd6f
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
new file mode 100644
index 000000000000..e747a212cd7a
--- /dev/null
+++ b/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+DEPEND="dev-lang/perl"
+
+S=${WORKDIR}
+
+src_install() {
+ newbin ${P}.pl ${PN}
+}
diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
index 671a926deecd..814e135a7883 100644
--- a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
+++ b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
@@ -4,7 +4,7 @@
EAPI=0
DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources"
-HOMEPAGE="http://www.red-bean.com/cvs2cl/"
+HOMEPAGE="https://www.red-bean.com/cvs2cl/"
SRC_URI="mirror://gentoo/${P}.pl.bz2"
LICENSE="GPL-2"