diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-vcs/cvsutils | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-vcs/cvsutils')
| -rw-r--r-- | dev-vcs/cvsutils/Manifest | 1 | ||||
| -rw-r--r-- | dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild | 14 | ||||
| -rw-r--r-- | dev-vcs/cvsutils/metadata.xml | 12 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-vcs/cvsutils/Manifest b/dev-vcs/cvsutils/Manifest new file mode 100644 index 000000000000..0af0cf2afaea --- /dev/null +++ b/dev-vcs/cvsutils/Manifest @@ -0,0 +1 @@ +DIST cvsutils-0.2.5.tar.gz 79596 BLAKE2B db3a701e378892ac9986f981c5fc1f18cf1d75903741c74cbf0936682412b46c6292e00bd2962ef597c16f46fa256835b8ab5e272246ca142583ac90c6d1a459 SHA512 7ad840ebfdbc9e53bd7463bc523108381ad3d5d474e166e7dd0d8f1ffb5c6751d027d19b93743c412001ba63a60a6d4bb63a05a735d2f0b2246e14141ef638c1 diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild new file mode 100644 index 000000000000..e4e3b461c571 --- /dev/null +++ b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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" diff --git a/dev-vcs/cvsutils/metadata.xml b/dev-vcs/cvsutils/metadata.xml new file mode 100644 index 000000000000..70d4f9a98a8f --- /dev/null +++ b/dev-vcs/cvsutils/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <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>gentoo-staging</origin> +</pkgmetadata> |
