From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-vcs/cvs2cl/Manifest | 5 +++++ dev-vcs/cvs2cl/cvs2cl-2.71.ebuild | 29 +++++++++++++++++++++++++++++ dev-vcs/cvs2cl/metadata.xml | 5 +++++ 3 files changed, 39 insertions(+) create mode 100644 dev-vcs/cvs2cl/Manifest create mode 100644 dev-vcs/cvs2cl/cvs2cl-2.71.ebuild create mode 100644 dev-vcs/cvs2cl/metadata.xml (limited to 'dev-vcs/cvs2cl') diff --git a/dev-vcs/cvs2cl/Manifest b/dev-vcs/cvs2cl/Manifest new file mode 100644 index 000000000000..60a14fdf1205 --- /dev/null +++ b/dev-vcs/cvs2cl/Manifest @@ -0,0 +1,5 @@ +DIST cvs2cl-2.71.pl.bz2 25347 SHA256 f7a86512f30b73cf2fe63e5e7e68fa3fc9607ab498dafbec704b3f02132f67d9 SHA512 de9e8465da56bec5b541a588e0d2a73f49e060fcadbde33ca63a7c4f93edf37cc50aa3271c4ad466430d3315b95c27d642325bd885ec7afdd6a75586d15d9dbe WHIRLPOOL 2deef9614c0a2061c9663762bbdc46dfc303883d92630d48d54c4dec5f6b4c3516cf34581cbe6d56344b639718f01ce868a3a62951b1509d8c3a01532b53aa7a +EBUILD cvs2cl-2.71.ebuild 624 SHA256 dafcdf6c15bb68c97df173633aed03d424c033aa9c7bf8b556178a4c93248e5f SHA512 2d52db0e882a92d6723ffe969cedcde89f69f142c2d888624f04cf011735443cf2bd144779241571686dd0acf0655c2653e5f269f27399debc095c8048c62e88 WHIRLPOOL d7e9130142f140980b83eab77810223b3e5bc2bd24e11b057bed34f037b37fd30fd4d27ac9923eb0784811d32e5e060d803a77097c6f241e1595804f4a2a0477 +MISC ChangeLog 2421 SHA256 c4bb003e0064a96fe8683a5c5da9ba852cc036b9f14aa43bb7dbf1511a8481d2 SHA512 9a4596bb46556e21363330c23cdc3877808868c53f86f1ff97f86d836cc5ce17b722da08fbdbfa9ec328807d639f6df63844fcaf81c277a0c03a73c54414a939 WHIRLPOOL 2785d100e29c5234abe54f11eb395beb9ae05898f1f068ae6d6426ab43dadc06f7d0f8f84be996f211762105ce7bf2f0163e3bd96b45e3050a0673825fb8e4ad +MISC ChangeLog-2015 3488 SHA256 71057fd2411114afee8f9bf0308a5db366bf0a6bd08bf851cf6f7157e47d19fd SHA512 255380e569ed0b5fc18b747acc52f7d8115ee6bb43c8f80871da44320483792d80fe93ac755671233a2525eab84b8dd104f1c1ba21fbd247bcd000f89f3a7b8c WHIRLPOOL 69db192f28783a6eecf4a72d0fc0d512c814c9270d659eaec8f68006acea2c294f6fa39773fb044fdb76aafd65c4ffdcfd8c4b8b7b48fd0963f999c0f823ae42 +MISC metadata.xml 167 SHA256 5fe493e76bba84455c54b3a46adfae5a1bfe01c764ef0d9e5f6d3e8a1d142188 SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 WHIRLPOOL dc6c3dfc7fd7f0d76c97f0786cb76a55b8564f8437f96d4ccebf985817b9f6dcc4c61830aa5df80d725e4a54b281ea2e03d6b0859214af081112cba15025e64b diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild new file mode 100644 index 000000000000..7359f25238f2 --- /dev/null +++ b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources" +HOMEPAGE="http://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 +} diff --git a/dev-vcs/cvs2cl/metadata.xml b/dev-vcs/cvs2cl/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/dev-vcs/cvs2cl/metadata.xml @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.3