diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-vcs/cvsutils |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-vcs/cvsutils')
-rw-r--r-- | dev-vcs/cvsutils/Manifest | 5 | ||||
-rw-r--r-- | dev-vcs/cvsutils/cvsutils-0.2.5.ebuild | 19 | ||||
-rw-r--r-- | dev-vcs/cvsutils/metadata.xml | 11 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-vcs/cvsutils/Manifest b/dev-vcs/cvsutils/Manifest new file mode 100644 index 000000000000..e7ff7a778ac4 --- /dev/null +++ b/dev-vcs/cvsutils/Manifest @@ -0,0 +1,5 @@ +DIST cvsutils-0.2.5.tar.gz 79596 SHA256 ac5f6faf250fd317655d79782e6f7cecaa5ab836659d8a31c28faa51160a4681 SHA512 7ad840ebfdbc9e53bd7463bc523108381ad3d5d474e166e7dd0d8f1ffb5c6751d027d19b93743c412001ba63a60a6d4bb63a05a735d2f0b2246e14141ef638c1 WHIRLPOOL 7a99e2240269a9ab09a39922b6a022b831565c70d49466528b830c97fcbda08aefea6cd036596d629efd6b13f60b7d37253a3e1e57f0d34ad49d7b48ae49a8b5 +EBUILD cvsutils-0.2.5.ebuild 510 SHA256 93d13267b05fa9a679112fb29add263997f10e23357abc5209148ec337bfa9d5 SHA512 34445780f62d6252669756e330cfd65effa43d2de925e0a3819dc3257168f091fb051b411315117cee6b825618aab11b370b86ff95fc3c9429ecd43523d8afe9 WHIRLPOOL e450ada1efd1ea4e3471440a2a14468525b25c9ac71d769a367ebaf7e1c3f9ff5e28f45d574334f535d8cff36f1d6ec3a62bcd86499a227390cc0316c0f440c1 +MISC ChangeLog 2429 SHA256 c9845b71442d5bf68e39947ef38a3418cf243cec547c5f5445cffb81e34a735e SHA512 9e90a1240155fb4936986336357c206c5ea44761b3d38a7d671607f2449060eb1fd33f4c1cf5c9313e2c2db5793c1e412c284ec6b42c61e9812941dbd2c66ba8 WHIRLPOOL 8804834f8197a43df906ed22ee15a48d43533c9e56e7991382d4cc2853adc8a3feb728062bdd2876d6dd29947cb43e6aa9af4b38f910b48d0d63094ddd1e98c4 +MISC ChangeLog-2015 1400 SHA256 b0e5f6c2059ee4c0564019514bfb4991f081ef3718962b34bb7b0dd82a8d1bed SHA512 285fe881812d31d146f66d1c923f7ec91f92072762164db7a0edabe93d4a8d57eae51b4e892ab8c31752a74495623f523c76485163346b453465904036238d2c WHIRLPOOL 5d70552f4282382ed1d0b328cfda389366bc4c1191215deeb4cd9d344be6edeeead44cc85c26662b2dd6ccddbfd77c2c2e449f3a899c533f33b3f7f6c51a356a +MISC metadata.xml 451 SHA256 17516fa17fcc524d895b2088a13e91a1a66a4cd282696766bb032cc55b97891d SHA512 226cedd069ebfeecf6258c413eb2315b103303fb767df8ff102b97d2ca5ff0eff838cb9c328ca96439bec2100eb3a07f59c02ef44edbf3d4d070556673d4ce59 WHIRLPOOL 0430ea278ea1e4ce12211fd159c3b89c1ebd601c4ac4c6625b332ba34c3d99790cdd6a8eb290f0820b38c03e0f205cc142b09c665fe949c89a2e3b9933791b78 diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild new file mode 100644 index 000000000000..86b8542bd649 --- /dev/null +++ b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="A small bundle of utilities to work with CVS repositories" +HOMEPAGE="http://www.red-bean.com/cvsutils/" +SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README THANKS NEWS +} diff --git a/dev-vcs/cvsutils/metadata.xml b/dev-vcs/cvsutils/metadata.xml new file mode 100644 index 000000000000..b29146cb7d8d --- /dev/null +++ b/dev-vcs/cvsutils/metadata.xml @@ -0,0 +1,11 @@ +<?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> +</pkgmetadata> |