diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-vcs/cvsutils | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
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 | ||||
| -rw-r--r-- | dev-vcs/cvsutils/metadata.xml | 11 |
3 files changed, 26 insertions, 0 deletions
diff --git a/dev-vcs/cvsutils/Manifest b/dev-vcs/cvsutils/Manifest new file mode 100644 index 000000000000..507381ee0c0b --- /dev/null +++ b/dev-vcs/cvsutils/Manifest @@ -0,0 +1 @@ +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..5730bd0b4c76 --- /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" + +RDEPEND="dev-lang/perl" diff --git a/dev-vcs/cvsutils/metadata.xml b/dev-vcs/cvsutils/metadata.xml new file mode 100644 index 000000000000..e2979dfbdde6 --- /dev/null +++ b/dev-vcs/cvsutils/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription> + CVS Utilities are helpful scripts for working with CVS repositories + offline and online. They include the ability to check file status, + "fake" include files in the repo, diff new files easily, change CVS + server of a repository and more. + </longdescription> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
