diff options
author | Sam James <sam@gentoo.org> | 2021-03-23 04:28:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-23 04:28:40 +0000 |
commit | b4f86ba37696f3adc0313dfff1360d0f8a285af7 (patch) | |
tree | 904860cadefac9901a24e28ed0d451a5347ddf07 /dev-vcs/cvsutils | |
parent | dev-util/cproto: add 4.7s (diff) | |
download | gentoo-b4f86ba37696f3adc0313dfff1360d0f8a285af7.tar.gz gentoo-b4f86ba37696f3adc0313dfff1360d0f8a285af7.tar.bz2 gentoo-b4f86ba37696f3adc0313dfff1360d0f8a285af7.zip |
dev-vcs/cvsutils: add 0.2.6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/cvsutils')
-rw-r--r-- | dev-vcs/cvsutils/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/cvsutils/cvsutils-0.2.6.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-vcs/cvsutils/Manifest b/dev-vcs/cvsutils/Manifest index 0af0cf2afaea..4eed5764b9b8 100644 --- a/dev-vcs/cvsutils/Manifest +++ b/dev-vcs/cvsutils/Manifest @@ -1 +1,2 @@ DIST cvsutils-0.2.5.tar.gz 79596 BLAKE2B db3a701e378892ac9986f981c5fc1f18cf1d75903741c74cbf0936682412b46c6292e00bd2962ef597c16f46fa256835b8ab5e272246ca142583ac90c6d1a459 SHA512 7ad840ebfdbc9e53bd7463bc523108381ad3d5d474e166e7dd0d8f1ffb5c6751d027d19b93743c412001ba63a60a6d4bb63a05a735d2f0b2246e14141ef638c1 +DIST cvsutils-0.2.6.tar.gz 81051 BLAKE2B 230400c65d1faad0db600f20fbb4e7b6e19ac5ec441e304c585523ed81d17631d6babf782fb0d80124ade5667dee48a4babb30059ff49f77fd899e465fa0da22 SHA512 0d982b719d80171338cfb6aa88534682ad965ce0e19ec00583fb34af609278b0d530c49bdd103a7c2d9e999c8396bb29c0676576ce951b96c661a1e764160020 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" |