diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:32:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:32:02 +0100 |
commit | 17ac440bc423401526d8592f1eaa6a066fe90d04 (patch) | |
tree | 21e621b7dd027ac8835765a9d02821fdb847d225 /dev-vcs | |
parent | mail-client/biabam: Remove last-rited pkg (diff) | |
download | gentoo-17ac440bc423401526d8592f1eaa6a066fe90d04.tar.gz gentoo-17ac440bc423401526d8592f1eaa6a066fe90d04.tar.bz2 gentoo-17ac440bc423401526d8592f1eaa6a066fe90d04.zip |
dev-vcs/cvsq: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsq/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/cvsq/cvsq-0.4.4.ebuild | 25 | ||||
-rw-r--r-- | dev-vcs/cvsq/metadata.xml | 5 |
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-vcs/cvsq/Manifest b/dev-vcs/cvsq/Manifest deleted file mode 100644 index 4bd524e48c33..000000000000 --- a/dev-vcs/cvsq/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cvsq-0.4.4.tar.gz 3717 BLAKE2B d452c3435a839226ed148ba8ce3b3765b1174f19c3649cf69c02ffb9eaf7158c3e42382974f297ad7e8e567f2d280cd8cf6fd9414830a4ca474809b99e165d3c SHA512 137f09f42f5213853b327f23c3d23914116851b2d8d7f17752257f6ab0b2f62e4526f95b7d005fbf49746ea17591fbb38cfc58ccbe55a976b36339df13e44f8f diff --git a/dev-vcs/cvsq/cvsq-0.4.4.ebuild b/dev-vcs/cvsq/cvsq-0.4.4.ebuild deleted file mode 100644 index ca20abaa3d63..000000000000 --- a/dev-vcs/cvsq/cvsq-0.4.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -IUSE="" - -DESCRIPTION="A tool to work offline with CVS by queuing the commits" -SRC_URI="http://metawire.org/~vslavik/sw/cvsq/download/${P}.tar.gz" -HOMEPAGE="http://metawire.org/~vslavik/sw/cvsq/" - -SLOT="0" -LICENSE="public-domain" -KEYWORDS="~amd64 ~ppc x86" - -DEPEND="" # This is just a shell script. -RDEPEND="dev-vcs/cvs - app-shells/bash - sys-apps/coreutils" - -src_install () { - dodir /usr/bin - dobin cvsq - dodoc README AUTHORS ChangeLog -} diff --git a/dev-vcs/cvsq/metadata.xml b/dev-vcs/cvsq/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/dev-vcs/cvsq/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> |