summaryrefslogtreecommitdiff
path: root/dev-vcs/cvsutils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /dev-vcs/cvsutils
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'dev-vcs/cvsutils')
-rw-r--r--dev-vcs/cvsutils/Manifest2
-rw-r--r--dev-vcs/cvsutils/cvsutils-0.2.6.ebuild14
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-vcs/cvsutils/Manifest b/dev-vcs/cvsutils/Manifest
index 4cc66d7fdea5..0579416d2d64 100644
--- a/dev-vcs/cvsutils/Manifest
+++ b/dev-vcs/cvsutils/Manifest
@@ -1,3 +1,5 @@
DIST cvsutils-0.2.5.tar.gz 79596 BLAKE2B db3a701e378892ac9986f981c5fc1f18cf1d75903741c74cbf0936682412b46c6292e00bd2962ef597c16f46fa256835b8ab5e272246ca142583ac90c6d1a459 SHA512 7ad840ebfdbc9e53bd7463bc523108381ad3d5d474e166e7dd0d8f1ffb5c6751d027d19b93743c412001ba63a60a6d4bb63a05a735d2f0b2246e14141ef638c1
+DIST cvsutils-0.2.6.tar.gz 81051 BLAKE2B 230400c65d1faad0db600f20fbb4e7b6e19ac5ec441e304c585523ed81d17631d6babf782fb0d80124ade5667dee48a4babb30059ff49f77fd899e465fa0da22 SHA512 0d982b719d80171338cfb6aa88534682ad965ce0e19ec00583fb34af609278b0d530c49bdd103a7c2d9e999c8396bb29c0676576ce951b96c661a1e764160020
EBUILD cvsutils-0.2.5-r1.ebuild 410 BLAKE2B 7847406e36ed1b8d3aed9f93a068fe13e402d4457069419e2ba5e353da0cd2b1617e7d788c2d395d7a49ccaa673090d483c954bb0d346c569570923aba419ec6 SHA512 41d7976d917b2a6b67e54000ba18d83f2dceba5ccd84debb0c47e40233e7ddfc7f4e36ee04192a52e190d4a4ba313f236acc94f054b6bdb1e089c9e94d1a1347
+EBUILD cvsutils-0.2.6.ebuild 407 BLAKE2B 17460f6604b01e6d69639df58ac9cb1b32ff77224228b112469a3759f48b35ca8d75fd41e2dafe0d61577577006b651e12cbe35c18b6f277ebd194a4943c01b9 SHA512 d9ea5db67917821ddf8630365ff5b489c85af183d8485a36e35b09fde3c823695261b17a01ed25dbfcefcf3a164cb0e821faec9c9e84f6b4a598f1c90ddc3e1d
MISC metadata.xml 451 BLAKE2B 53f90d74a7d07779fa1ffce52e44d1b4b46ee65a0dd8dfd660c8693014064d770ca150dee11115ca717c3bb8a9001f4c6477cec19a83d5f188485379b6ba004f SHA512 226cedd069ebfeecf6258c413eb2315b103303fb767df8ff102b97d2ca5ff0eff838cb9c328ca96439bec2100eb3a07f59c02ef44edbf3d4d070556673d4ce59
diff --git a/dev-vcs/cvsutils/cvsutils-0.2.6.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.6.ebuild
new file mode 100644
index 000000000000..446d29c75c6f
--- /dev/null
+++ b/dev-vcs/cvsutils/cvsutils-0.2.6.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A small bundle of utilities to work with CVS repositories"
+HOMEPAGE="https://www.red-bean.com/cvsutils/"
+SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-lang/perl"